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

10055 Commits

Author SHA1 Message Date
dwight
2584ba0ae4 remove capped2 for now - maybe later 2010-09-09 17:07:23 -04:00
Dwight
10f750fa61 towards capped2 2010-09-09 14:16:07 -04:00
Dwight
0f8fc0fca0 build 2010-09-09 12:10:33 -04:00
Dwight
bf4baadc37 try to kill warning 2010-09-09 12:05:08 -04:00
Dwight
6a3c756e94 capped2 work 2010-09-09 12:01:28 -04:00
Dwight
b2e6ff04bc compile? 2010-09-09 10:17:02 -04:00
dwight
0562697eea elim warning 2010-09-09 07:55:47 -04:00
dwight
72a9a42bdb compile 2010-09-09 07:46:22 -04:00
dwight
c8401a237f Merge branch 'master' of github.com:mongodb/mongo 2010-09-09 07:12:33 -04:00
dwight
b904b0dd1d towards a new capped impl; NamespaceDetails readability; cleaning 2010-09-09 07:12:17 -04:00
Aaron
d16ac9d54d put randomized btree test in slow nightly 2010-09-08 23:49:19 -07:00
Aaron
9221b81acb SERVER-1762 don't call loadStored() with v8 mutex 2010-09-08 23:31:17 -07:00
Aaron
df463cc254 SERVER-1457 comment 2010-09-08 23:05:29 -07:00
Aaron
7c3493d652 SERVER-1457 make deep copy of NumberLong properly for group 2010-09-08 22:56:25 -07:00
Alberto Lerner
ad131f8096 reminder 2010-09-08 17:40:08 -04:00
Kristina Chodorow
967f617aa7 fix balancing of escaped //s SERVER-1758 2010-09-08 15:40:39 -04:00
Eliot Horowitz
c2b7bce081 fix 2d extra index params when dotted 2010-09-08 14:27:16 -04:00
Mathias Stearn
d8d9c80000 block rather than poll in CommandResult::join() 2010-09-08 13:27:00 -04:00
Mathias Stearn
323cb15d9a get rid of last _grab SERVER-1602 2010-09-08 13:27:00 -04:00
Alberto Lerner
cfb4c808c7 comments 2010-09-08 13:25:56 -04:00
Kyle Banker
75acd56fea SERVER-1615 rs.reconfig() js helper 2010-09-08 12:41:53 -04:00
Eliot Horowitz
495fabb953 collection.getMongo 2010-09-08 10:36:21 -04:00
Eliot Horowitz
81ea67e1fd test for SERVER-1755 2010-09-08 10:36:10 -04:00
dwight
14296b4338 namespacedetails a little more readable 2010-09-08 07:13:27 -04:00
Aaron
e1d0a0fec2 compile 2010-09-07 22:51:43 -07:00
dwight
c3c11afeaa Merge branch 'master' of github.com:mongodb/mongo 2010-09-08 01:32:25 -04:00
dwight
cfbbf9629a cleaning 2010-09-08 01:32:08 -04:00
Eliot Horowitz
ff23b4ea39 fix type is nscannedObjects name 2010-09-08 00:43:34 -04:00
Aaron
e53c867908 SERVER-1749 guard all v8 function callbacks 2010-09-07 21:32:46 -07:00
Eliot Horowitz
296ddbb6b8 fix Object.bsonsize with null param SERVER-1753 2010-09-07 23:02:23 -04:00
Aaron
f4fd753e08 SERVER-779 don't use a write lock 2010-09-07 19:54:35 -07:00
Aaron
ca0177e81c Merge branch 'master' of github.com:mongodb/mongo 2010-09-07 16:46:41 -07:00
Aaron
8d11f130ed SERVER-1749 catch exception in get next callback 2010-09-07 16:46:08 -07:00
Mathias Stearn
3d1faf35fc Revert "Use serverID in HostAndPort::isSelf SERVER-1515"
This reverts commit f23ba41ffa.
2010-09-07 19:09:46 -04:00
Eliot Horowitz
cd92ee466a some safety checks for migrate and will obey killOp 2010-09-07 19:03:05 -04:00
Eliot Horowitz
3ee76fe750 ignore bsondemo 2010-09-07 19:03:05 -04:00
Mathias Stearn
f23ba41ffa Use serverID in HostAndPort::isSelf SERVER-1515 2010-09-07 18:50:39 -04:00
Mathias Stearn
eca02a4eec support sub-second timeouts SERVER-1515 2010-09-07 18:50:39 -04:00
Aaron
4aa83fac62 SERVER-1749 debugging 2010-09-07 13:26:30 -07:00
Mathias Stearn
543357ec31 fix build 2010-09-07 14:42:07 -04:00
Mike Dirolf
00adc3d0d5 use try/finally instead of atexit - avoids calling exit() from w/in atexit 2010-09-07 14:30:29 -04:00
Eliot Horowitz
4487eaf5c9 better handling of closing shard clients if underlying shard connection has died SERVER-1747 2010-09-07 13:51:43 -04:00
Eliot Horowitz
ebc391a645 don't clean up sharding hooks when closing connections during shutdown, not needed since all will go away 2010-09-07 13:01:06 -04:00
Mathias Stearn
494366f5c1 Ensure client headers include cleanly in any context SERVER-1267 2010-09-07 13:01:21 -04:00
dwight
ba7f710726 Merge branch 'master' of github.com:mongodb/mongo 2010-09-07 12:51:48 -04:00
dwight
4e35b51517 make last commit link 2010-09-07 12:51:30 -04:00
Alberto Lerner
459e4f7450 Better usage comments 2010-09-07 12:50:13 -04:00
dwight
84353dfeb7 Merge branch 'master' of github.com:mongodb/mongo 2010-09-07 12:47:31 -04:00
dwight
583ea16312 Namespace class cleaner 2010-09-07 12:47:11 -04:00
Mathias Stearn
c1cc61f19b Better error if logpath is a directory SERVER-1733 2010-09-07 12:46:49 -04:00