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

2301 Commits

Author SHA1 Message Date
Eliot Horowitz
9bf50a42e3 more update cleaning 2009-12-10 14:29:14 -05:00
Eliot Horowitz
ecf1dd7d1a Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-10 13:54:34 -05:00
Eliot Horowitz
3d05536732 try to print out first element when cloing corrupt object 2009-12-10 13:54:21 -05:00
Aaron
e344ab3280 MINOR TEMP log logCollection command object for debugging 2009-12-10 10:13:33 -08:00
Aaron
2472c5e556 MINOR log logSizeMb for debugging 2009-12-10 10:08:27 -08:00
Dwight
4390797b88 make query optimizer map thread-safe 2009-12-09 18:13:36 -05:00
Dwight
79febf1616 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-09 17:04:24 -05:00
Dwight
940e6d12ed some asserts 2009-12-09 17:04:14 -05:00
Aaron
151b28ecaf Merge branch 'master' of github.com:mongodb/mongo 2009-12-09 14:00:31 -08:00
Aaron
6b57e57e7b SERVER-469 don't crash when authenticate called before getnonce 2009-12-09 14:00:14 -08:00
Dwight
f9184738d3 more renaming 2009-12-09 16:57:53 -05:00
Dwight
5ee785e34a cleaning/comments for namespacedetailstranient readability 2009-12-09 16:36:31 -05:00
Mathias Stearn
4987213af9 More sane version of extractFieldsDotted (not used anywhere yet) 2009-12-09 13:19:18 -05:00
Mathias Stearn
dcf3a10eea Start using Date_t. Can anyone think of a better name? 2009-12-09 12:00:17 -05:00
Eliot Horowitz
a6175a7e41 slaves can clone system.js SERVER-466 2009-12-09 10:18:09 -05:00
Eliot Horowitz
719cf8940b windows compile 2009-12-08 17:11:50 -05:00
Eliot Horowitz
00a5220ec7 solaris/win compile? 2009-12-08 17:04:32 -05:00
Eliot Horowitz
d672078581 update re-write almost done, faster and cleaner 2009-12-08 17:00:25 -05:00
Dwight
715796efb3 minor cleaning 2009-12-08 15:30:13 -05:00
Dwight
0e2a11a69a make lastAssert threadsafe 2009-12-08 14:34:09 -05:00
Dwight
6fff93be92 small rename 2009-12-08 11:34:57 -05:00
Dwight
4f6a0fbf62 compile vcproj 2009-12-08 11:20:22 -05:00
Eliot Horowitz
03b5ae2078 some update refactoring so can test ModSet directly 2009-12-07 23:41:58 -05:00
Dwight
b16058e72e fix some issues with the web diag page 2009-12-07 15:42:26 -05:00
Eliot Horowitz
e0e46fcf9d change dblock to readlock 2009-12-07 12:22:08 -05:00
Eliot Horowitz
241a046b0e fix assert in releaseAndWriteLock 2009-12-06 10:06:02 -05:00
Eliot Horowitz
130bfc3af7 turn off profiling if have recusrive lock (DBDirectClient) 2009-12-06 10:05:36 -05:00
dwight
5bbbc78154 dbtemprelease stricter 2009-12-06 09:54:22 -05:00
dwight
20eef73d61 say what state was if it were wrong in releaseandwritelock 2009-12-06 09:41:53 -05:00
dwight
1e589d60a6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-06 09:19:44 -05:00
Eliot Horowitz
bca215f030 fix warning 2009-12-06 01:08:19 -05:00
Eliot Horowitz
066236ad58 debugging 2009-12-06 01:01:07 -05:00
Eliot Horowitz
7d160ea242 trying to make windows compile 2009-12-06 00:47:58 -05:00
Eliot Horowitz
8ea3e9f74a fix old boost version 2009-12-05 23:47:24 -05:00
Eliot Horowitz
9cad87e7be concurrency: fix dbtemprelease - make it unlock/lock the correct type 2009-12-05 23:46:00 -05:00
Eliot Horowitz
45d59fcc7f seg fault 2009-12-05 21:19:07 -05:00
dwight
91c3bc2ce6 comment 2009-12-05 13:59:28 -05:00
Dwight
ae743da240 bug fix with profilnig and relocking 2009-12-04 17:11:17 -05:00
Dwight
d1587b662f Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-04 16:46:01 -05:00
Dwight
078c8821d4 locking no longer required on SavedContext - if you had no context to be saved... 2009-12-04 16:45:44 -05:00
Eliot Horowitz
df76570973 change map/reduce locking strategy 2009-12-04 16:20:13 -05:00
Dwight
edfa5eca01 wrap dbtests with a big dblcok - now passes 2009-12-04 12:50:53 -05:00
Dwight
dcd9411abf SavedContext now assumes already (at least) locked if there is an existing context. not sure if
that was the case but if not it was probably wrong already.

read locks can now be nested
2009-12-04 11:18:42 -05:00
Dwight
4c67cef08b compile windows vcproj 2009-12-04 09:46:11 -05:00
Eliot Horowitz
2aec9ea61d moving towards direct access from DBDirectClient rather than through message layer
not finished
2009-12-04 01:25:50 -05:00
Eliot Horowitz
f4d7fb2854 actually implement interface KeyValJSMatcher::matches 2009-12-04 01:25:09 -05:00
Eliot Horowitz
b4029bed07 fix client compile 2009-12-03 17:48:18 -05:00
Eliot Horowitz
9c2f1a1bd1 don't allow db access on $where SERVER-454 2009-12-03 17:41:45 -05:00
Eliot Horowitz
af8039cfd3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-03 17:25:09 -05:00
Eliot Horowitz
843f365571 make some js stuff use table scan helper 2009-12-03 17:24:22 -05:00