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

3499 Commits

Author SHA1 Message Date
Eliot Horowitz
168dcf7632 sm18 checkpoint 2009-07-24 08:26:35 -04:00
Eliot Horowitz
9ff7fa1d89 throw an exception if arguments are passed to draopDatabase() 2009-07-23 20:51:01 -04:00
Eliot Horowitz
2d61cb2d7c don't link against pcap except for mongosniff 2009-07-23 20:48:23 -04:00
Eliot Horowitz
767d576ca4 fix npe in fix 2009-07-23 18:58:32 -04:00
Eliot Horowitz
a4a3d19ce1 temp fix for sub object mods 2009-07-23 17:37:52 -04:00
Eliot Horowitz
529784d10d fix object -> bson when adding fields 2009-07-23 16:47:52 -04:00
Eliot Horowitz
e358971d6f fix $inc and other mods with embedded fields SERVER-180 2009-07-23 11:32:41 -04:00
Eliot Horowitz
dba7572265 spacing 2009-07-23 11:16:02 -04:00
Eliot Horowitz
502e762508 weird $inc issue adding a field 2009-07-23 10:40:37 -04:00
Eliot Horowitz
ae994ff284 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-22 21:38:12 -04:00
Eliot Horowitz
0352532fa4 test for $inc that fails 2009-07-22 21:37:23 -04:00
Aaron Staple
d5b720a5e6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-22 17:30:42 -04:00
Aaron Staple
e422bfe70d MINOR additional check in test 2009-07-22 17:23:20 -04:00
Eliot Horowitz
9b2c566a6a Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-22 16:04:03 -04:00
Eliot Horowitz
d6d3ee0e8d mongo usage docs : file names have to end in .js 2009-07-22 16:03:50 -04:00
Mike Dirolf
00b52c1add minor: conditionally install mongosniff 2009-07-22 13:56:51 -04:00
Mike Dirolf
ef93107b55 install mongosniff for release builds 2009-07-22 13:42:57 -04:00
Mike Dirolf
ba2dfa6441 minor: whitespace 2009-07-22 13:42:21 -04:00
Eliot Horowitz
086ec004b6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-22 11:39:31 -04:00
Eliot Horowitz
890a4d23f4 build mongosniff dynamically if no .a is around 2009-07-22 11:26:19 -04:00
Aaron Staple
e815b91812 MINOR add test for SERVER-99 2009-07-21 18:53:07 -04:00
Aaron Staple
c477ed3a15 bug SERVER-132 implemented pullAll/pushAll modifiers 2009-07-21 18:37:30 -04:00
Aaron Staple
9c44b1c864 MINOR correct object iteration for pull case 2009-07-21 17:55:12 -04:00
Aaron Staple
3022ee8874 pushAll checkpoint 2009-07-21 17:53:19 -04:00
Mike Dirolf
bb334cfa6f minor: spelling 2009-07-21 16:53:35 -04:00
Mike Dirolf
3e637e9c7c shell cannot insert key names starting with $ or containing . (including embedded documents) 2009-07-21 15:08:45 -04:00
Mike Dirolf
c7b0dcfed3 minor: whitespace 2009-07-21 14:41:23 -04:00
Eliot Horowitz
d5445853ed not gzipped 2009-07-21 08:04:43 -04:00
Dwight
7783c0b8fa compile windows 2009-07-20 12:42:06 -04:00
dwight
4783318084 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-20 11:23:39 -04:00
dwight
0bdf5ae605 fixed: slave shouldn't report ismaster true 2009-07-20 11:23:12 -04:00
Eliot Horowitz
f6aebb421f update tests to match array matching change MINOR 2009-07-17 16:02:25 -04:00
Eliot Horowitz
45f29d0123 beginnings of mms client 2009-07-17 15:49:24 -04:00
Eliot Horowitz
e9ef23c72d Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-17 12:05:15 -04:00
Eliot Horowitz
467d16be4a solaris build portability MINOR 2009-07-17 11:21:42 -04:00
Eliot Horowitz
5bd51d3122 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-16 12:16:11 -04:00
Eliot Horowitz
84e996ca28 fix array matching in matcher only SERVER-161 2009-07-16 12:06:36 -04:00
Aaron Staple
1a600bd3b2 BUG SERVER-130 pull modifier implemented 2009-07-15 17:05:38 -04:00
Dwight
0280e2e8eb Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-15 16:55:30 -04:00
Dwight
be9c371d56 beginnings of $snapshot 2009-07-15 16:55:06 -04:00
Eliot Horowitz
443c401398 specity 32/64 bit on startup 2009-07-15 16:45:23 -04:00
Eliot Horowitz
294f9e4873 make sure db doesn't crash with weird db.eval returns SERVER-159 2009-07-15 11:41:23 -04:00
Mike Dirolf
2d8e4fd3a0 file based config - specify config file with --config 2009-07-14 16:24:24 -04:00
Mike Dirolf
342259d353 minor: oops. use arbiter arg instead of pairwith arg twice 2009-07-14 14:04:49 -04:00
Mike Dirolf
5d3ba187a0 minor: update to use new --arbiter argument 2009-07-13 16:49:02 -04:00
Mike Dirolf
c4147d409c Add --arbiter argument independent of --pairwith, print an error message for old --pairwith form 2009-07-13 16:48:43 -04:00
Mike Dirolf
6da11a3453 minor: whitespace 2009-07-13 16:39:02 -04:00
Mike Dirolf
7902501270 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-13 16:37:52 -04:00
Eliot Horowitz
f1253179ce update vstudio shell files MINOR 2009-07-13 16:37:36 -04:00
Mike Dirolf
b75755ed68 minor: whitespace 2009-07-13 16:33:03 -04:00