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

6462 Commits

Author SHA1 Message Date
Mathias Stearn
2440b04f33 32bit compile 2010-04-14 20:42:31 -04:00
Dwight Merriman
037511f6ef elim compile warning windows 2010-04-14 20:31:44 -04:00
Mathias Stearn
7e25fdb8e8 ObjectID from Date_t SERVER-857 2010-04-14 19:53:28 -04:00
Mathias Stearn
0cae84589e Convert OID to datetimes SERVER-857 2010-04-14 19:53:28 -04:00
Mathias Stearn
1153865ebf Delete commented code 2010-04-14 19:53:28 -04:00
Dwight
aaab74fdb9 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-14 17:34:17 -04:00
Dwight
848e45aa41 new file 2010-04-14 17:30:23 -04:00
Dwight
0cd71edbc2 repl set work 2010-04-14 17:25:03 -04:00
Eliot Horowitz
e2db25b854 close test fd SERVER-1023 2010-04-14 16:37:29 -04:00
Eliot Horowitz
35f91394cc skip for sharding SERVER-1022 2010-04-14 16:15:57 -04:00
Dwight
bf81a950fc Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-14 14:57:16 -04:00
Dwight
5d4a1068fb minor 2010-04-14 14:57:04 -04:00
Eliot Horowitz
b0eb9fff83 removing duplicate logic 2010-04-14 13:57:51 -04:00
Eliot Horowitz
8bed26cdf8 fix filter cursor 2010-04-14 13:46:54 -04:00
Eliot Horowitz
fc486ef365 trying to fix 64-bit osx build 2010-04-14 10:35:29 -04:00
Eliot Horowitz
949b5c8b21 try to fix osx 64-bit bb issue 2010-04-13 22:55:53 -04:00
Mathias Stearn
58c3c7857a Nicer printShardingStatus 2010-04-13 21:05:55 -04:00
Mathias Stearn
4c0481213f sharded filemd5 command SERVER-935 2010-04-13 21:02:45 -04:00
Mathias Stearn
5514fc4473 typo MINOR 2010-04-13 20:56:43 -04:00
Aaron
948256f3df merge assert code 2010-04-13 15:27:53 -07:00
Aaron
6d0c5735f0 Merge branch 'master' of github.com:mongodb/mongo 2010-04-13 15:18:03 -07:00
Aaron
9ff7914250 SERVER-1004 $or with other top level fields 2010-04-13 15:17:34 -07:00
Dwight
8228c6f329 minor 2010-04-13 17:40:49 -04:00
Dwight
3d207f88b8 vcproj 2010-04-13 17:39:05 -04:00
Dwight
00c7d95126 replset.h 2010-04-13 17:38:15 -04:00
Dwight
9708f10946 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-13 17:31:06 -04:00
Dwight
b864099268 mongos working again in vcproj 2010-04-13 17:30:50 -04:00
Eliot Horowitz
26b81130ce debugging 2010-04-13 17:28:46 -04:00
Eliot Horowitz
e70082b29e another test 2010-04-13 17:28:39 -04:00
Eliot Horowitz
b4ca3766a6 link fix 2010-04-13 17:23:53 -04:00
Dwight
0b6270f042 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-13 17:21:53 -04:00
Dwight
46495f0510 vcproj 2010-04-13 17:21:45 -04:00
Dwight
cea03ac915 compile vcproj windows 2010-04-13 16:13:18 -04:00
Dwight
e54c7290f5 Merge commit 'origin/master'
Conflicts:

	SConstruct
	db/repl.cpp
2010-04-13 15:59:32 -04:00
Dwight
171a318e9e Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	SConstruct
2010-04-13 15:44:48 -04:00
Eliot Horowitz
2785a5889b Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-13 15:24:41 -04:00
Eliot Horowitz
61ae5fa244 a bunch of refactoring for mongos linking 2010-04-13 15:23:57 -04:00
Richard Kreuter
ec00b8f650 Another makealldist.py tweak for buildbot. 2010-04-13 14:29:27 -04:00
Aaron
41d65a81f9 SERVER-205 cleaner test 2010-04-13 11:24:18 -07:00
Eliot Horowitz
552fe0fc2c Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-13 13:50:22 -04:00
Eliot Horowitz
0f09595154 move oplog code into db/oplog.* 2010-04-13 13:50:09 -04:00
Richard Kreuter
07335af80d Try #2 at making makealldists.py buildbot friendly. 2010-04-13 13:24:37 -04:00
Dwight
ffcd9ad936 repl sets
very beginning
2010-04-13 13:22:42 -04:00
Richard Kreuter
b346c424be Make makealldists.py buildbot-timeout-friendlier. 2010-04-13 11:55:06 -04:00
Eliot Horowitz
ac321ab259 move repl blocking code into its own file 2010-04-13 11:45:01 -04:00
Mathias Stearn
4cde3da0f5 Remove relevantForQuery. SERVER-947 2010-04-13 00:10:55 -04:00
Eliot Horowitz
14910098cb fix error code 2010-04-12 23:34:00 -04:00
Mathias Stearn
bc63a3f9c7 Use FieldRangeSet to pick chunks for queries. SERVER-954 SERVER-952 SERVER-947 2010-04-12 23:08:30 -04:00
Mathias Stearn
1ef66b2155 Better debugging of exceptions 2010-04-12 23:08:29 -04:00
Aaron
b2830ef270 SERVER-1003 fix test syntax 2010-04-12 17:55:39 -07:00