0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

593 Commits

Author SHA1 Message Date
Dwight Merriman
d28bcd5876 attempted fixup of js.lib path in vcproj 2010-02-12 12:19:33 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Eliot Horowitz
c037f21674 move some replication settings into ReplicationSettings 2010-02-08 21:04:09 -05:00
Aaron
94116f7c6d CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bucket invariant 2010-02-08 16:23:48 -08:00
Dwight
476f0427b6 compile vcproj 2010-02-08 11:29:49 -05:00
Dwight
a84fc5843a rename storage.h -> diskloc.h 2010-02-04 18:06:04 -05:00
Eliot Horowitz
08d0a95688 fix qo test 2010-02-04 16:53:34 -05:00
Eliot Horowitz
b2584c1222 CurOp fix 2010-02-04 16:33:19 -05:00
Dwight
2a9163d3e3 compile windows vcproj 2010-02-03 15:31:48 -05:00
Mathias Stearn
a733d58f95 fix logic error in appendIntOrLL 2010-02-02 21:34:21 -05:00
Aaron
1b251ab297 SERVER-595 add test 2010-02-02 12:38:48 -08:00
Eliot Horowitz
afa43dc8cd get rid of setClient - all Database storage is in Client::Context 2010-01-29 17:22:34 -05:00
Mathias Stearn
deb05df864 BSONObjBuilder::asTempObj() for peeking at state 2010-01-28 14:40:45 -05:00
Dwight
af8d9e7071 compile vcproj 2010-01-28 13:44:47 -05:00
Eliot Horowitz
47b67b74b4 fix $inc with doubles 2010-01-26 11:54:45 -05:00
Eliot Horowitz
81001819be better debugging for invalid objects 2010-01-26 10:03:30 -05:00
Mathias Stearn
70b7968668 Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic functions. 2010-01-25 19:33:10 -05:00
Aaron
e6f4d0dffd Merge branch 'master' of github.com:mongodb/mongo 2010-01-25 16:17:33 -08:00
Aaron
6a53bfcd3e SERVER-256 BinData construction and base64 string rep in v8 shell 2010-01-25 16:11:39 -08:00
Aaron
826cd391e0 SERVER-256 allow BinData construction in sm shell 2010-01-25 15:45:53 -08:00
Eliot Horowitz
0e7d5c6d01 refactor update so Mod and ModSet are re-usable. design is clean - still more cleaning to be done and some speed checking
single updates are 5% slower, multi-updates are 2.5x faster
2010-01-25 17:23:37 -05:00
Aaron
769029d7c8 SERVER-256 fix BinData byte alignment issue and add base64 representation to toString() output 2010-01-25 14:07:02 -08:00
Eliot Horowitz
b16a83769d another idempotence test 2010-01-25 16:17:44 -05:00
Eliot Horowitz
3c527d8c43 ModSet cleaning 2010-01-21 12:29:18 -05:00
Aaron
fb093990ac SREVER-357 NumberLong support in v8 engine 2010-01-20 16:21:19 -08:00
Aaron
b147ccf752 SERVER-357 NumberLong class for sm 2010-01-20 15:02:46 -08:00
Dwight
8f93c4e6f2 vcproj 2010-01-20 14:39:57 -05:00
Dwight
8025069091 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-20 14:35:10 -05:00
Dwight
0a3f5af2c3 fix vcproj; typo 2010-01-20 14:34:53 -05:00
Eliot Horowitz
ea6189d491 some command cleaning 2010-01-20 14:02:14 -05:00
Mathias Stearn
9cde296ca6 Support more escapes in JSON strings SERVER-552 2010-01-20 13:42:39 -05:00
Eliot Horowitz
b617df5a1a $set doesn't convert from int to other types SERVER-555 2010-01-20 09:53:19 -05:00
Dwight
91637c8e9b Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-19 11:05:37 -05:00
Dwight
d8e9164616 rename Matcher class 2010-01-19 11:04:52 -05:00
Eliot Horowitz
14a0217520 jsonString supports timestamp 2010-01-19 10:16:45 -05:00
Dwight
0591a5b96a compile vcproj 2010-01-18 11:06:10 -05:00
Eliot Horowitz
c93766e975 test/check since i want to be able to rely on this assert behavior 2010-01-16 17:34:44 -05:00
Eliot Horowitz
6830dd0dd0 BSONObj::okForStorage - just checks for $ and . for 2010-01-16 11:08:32 -05:00
Eliot Horowitz
cd7148702b jsonString handles Code SERVER-406 2010-01-16 10:39:51 -05:00
Dwight
cf91f7211a Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 16:05:39 -05:00
Dwight
2628d0213a refactor and clean up some index building code
no longer allow two indexes with same key pattern (with diff names)
2010-01-15 16:05:14 -05:00
Eliot Horowitz
72cb9c4832 fix unit test - but may go away anyway 2010-01-15 14:17:01 -05:00
Dwight
94ed98667f make buildindex interruptable 2010-01-15 13:19:35 -05:00
Dwight
1eeef29902 compile vcproj 2010-01-15 11:48:42 -05:00
Dwight
68e9f42e4b compile vcproj windows 2010-01-15 11:44:06 -05:00
Mathias Stearn
6ed57e7166 Use index for {$regex: "^foo"} queries 2010-01-14 23:24:22 -05:00
Eliot Horowitz
eab3b5f06e use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539 2010-01-14 15:35:29 -05:00
Eliot Horowitz
1d5186004c windows MINOR 2010-01-14 10:42:55 -05:00
Eliot Horowitz
8b50f1ce38 some sharding internal tests 2010-01-14 10:37:03 -05:00
Aaron
cf3b8f2468 SERVER-531 refactor code for not influencing lastError 2010-01-12 15:33:29 -08:00