0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
Commit Graph

651 Commits

Author SHA1 Message Date
Mathias Stearn
5cad0d6a80 special case localhost = 127.0.0.1 (for now) 2010-04-08 01:44:33 -04:00
Mathias Stearn
60d44a675a 0 -> 1 2010-04-08 01:04:51 -04:00
Mathias Stearn
ae8e216f44 make HostByName test support IPv6 2010-04-08 00:29:47 -04:00
Dwight
ec7e1561d5 ramstore work 2010-04-07 17:15:36 -04:00
Aaron
00f604c063 SERVER-489 toString() foramt arrays as arrays not objects 2010-04-05 23:48:09 -07:00
Dwight
4116770ea9 compile err 2010-04-05 17:31:58 -04:00
Dwight
3cb1ef8cd9 make HeaderSize a const 2010-03-31 15:49:28 -04:00
Dwight
4778a2c4ad mmf abstraction 2 2010-03-31 15:08:40 -04:00
Eliot Horowitz
c91e3ba456 fix equality matching of emdeded docs with numbers SERVER-853 2010-03-31 12:27:10 -04:00
Eliot Horowitz
d8e56af586 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:57:27 -04:00
Mike Dirolf
253462a338 failing test case for SERVER-853 2010-03-30 15:43:23 -04:00
Eliot Horowitz
aa0f581bf9 make test much more lenient for win 2010-03-27 01:17:32 -04:00
Eliot Horowitz
e79f4a9710 debugging for win 2010-03-27 01:11:43 -04:00
Eliot Horowitz
2618026380 relax test 2010-03-26 23:59:06 -04:00
Eliot Horowitz
c0f6cf1c90 fix sleepmicros 2010-03-26 23:32:14 -04:00
Eliot Horowitz
31c9358289 fix array numberic sort order SERVER-833 2010-03-26 15:30:29 -04:00
Eliot Horowitz
f5e10fef76 semantic change 2010-03-22 17:44:20 -04:00
Dwight
59488feffc compile vcproj 2010-03-22 17:02:05 -04:00
Mathias Stearn
0358eae899 Revert "BSONObj::appendAny for boost::any"
This reverts commit d6d9d114f1.

Conflicts:

	db/jsobj.h
2010-03-18 21:59:23 -04:00
Mathias Stearn
d6d9d114f1 BSONObj::appendAny for boost::any 2010-03-18 18:06:40 -04:00
Eliot Horowitz
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
Mathias Stearn
1e2bc390de Reduce liklihood of TimeTBuilder test fail SERVER-755 2010-03-15 19:18:01 -04:00
Aaron
f097370033 SERVER-695 add StaticObserver to more binaries 2010-03-15 10:02:12 -07:00
Aaron
94479c550f SERVER-645 tailable cursor on capped collections only, won't use indexes 2010-03-09 16:19:51 -08:00
Aaron
57d2a1d901 SERVER-684 refactor findingStart code 2010-03-09 13:54:19 -08:00
Eliot Horowitz
406ed2dc3f fix idempotency of initial $inc SERVER-717 2010-03-08 23:52:12 -05:00
Eliot Horowitz
91f3fcf6df inc embedded repl fix SERVER-716 2010-03-08 23:33:10 -05:00
Aaron
2133974f5f SERVER-716 add failing test 2010-03-08 19:32:35 -08:00
Mathias Stearn
ddc9397431 Don't escape '/' in JSON strings SERVER-713 2010-03-08 16:39:23 -05:00
Eliot Horowitz
02d6682a83 String types are valid as long as last character is EOO SERVER-706 2010-03-06 16:55:26 -05:00
Aaron
c8c070f781 SERVER-652 more complete test 2010-03-03 07:28:20 -08:00
Aaron
09b1285b95 merge 2010-03-02 22:43:31 -08:00
Aaron
b3f2b01d67 SERVER-645 update test to use capped collection 2010-03-02 16:23:14 -08:00
Aaron
00684b8c1b SERVER-693 don't duplicate db name when creating collection 2010-03-02 16:21:51 -08:00
Aaron
246109cc18 SERVER-652 simplify field name upper limit check, guard against setting string fields in arrays 2010-03-02 13:16:20 -08:00
Aaron
bbbe0aaf31 SERVER-652 process array elements in correct order 2010-03-02 12:29:54 -08:00
Mathias Stearn
fe4b68b1ea Fix regex unit tests 2010-03-01 20:24:50 -05:00
Eliot Horowitz
d3f132a13e Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-01 17:14:36 -05:00
Eliot Horowitz
dc29dbbb7c appendNumber for nicer numbers in the shell 2010-03-01 17:14:23 -05:00
Aaron
0de2e2e29f merge 2010-03-01 13:56:13 -08:00
Aaron
ee47bb3c12 SERVER-677 number long floatApprox v8 2010-03-01 10:36:40 -08:00
Aaron
218036b2a4 SERVER-580 add putBack() to db client cursor 2010-03-01 10:07:01 -08:00
Aaron
89f3e6d65b SERVER-677 add floatApprox sm 2010-03-01 09:26:35 -08:00
Eliot Horowitz
6ac50f8e9e fix BSONElementCmpWithoutField and therefore BSONElementSet 2010-02-27 21:53:28 -05:00
Mathias Stearn
11c49cb195 nToReturn is now a limit in C++ driver SERVER-537 2010-02-26 22:40:50 -05:00
Eliot Horowitz
53ada27743 added simple speed test 2010-02-26 13:44:03 -05:00
Eliot Horowitz
c3f07f3be0 some missing operators 2010-02-26 12:07:46 -05:00
Aaron
478bad6685 merge 2010-02-25 23:14:30 -08:00
Aaron
12544983bc SERVER-680 fix issues with --only mode 2010-02-25 23:06:37 -08:00
Mathias Stearn
621686366d Can use index for all regex queries SERVER-672 2010-02-25 22:19:18 -05:00