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

3249 Commits

Author SHA1 Message Date
Eliot Horowitz
252c621fc3 better error check, and clean shutdownServer message SERVER-152 2009-07-13 16:32:17 -04:00
Eliot Horowitz
d7551c2925 possibly fix / 0 - verbose 2009-07-13 14:10:16 -04:00
Eliot Horowitz
3806a9dfff verbose MINOR 2009-07-13 14:09:43 -04:00
Eliot Horowitz
b3303c0708 / 0 safety 2009-07-13 13:48:08 -04:00
Eliot Horowitz
b10cd34b95 put . first in lib search 2009-07-13 13:44:11 -04:00
Eliot Horowitz
8371ce3872 nicer error message 2009-07-13 13:44:03 -04:00
Eliot Horowitz
bd30dd6bf0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-13 12:49:57 -04:00
Eliot Horowitz
8db5cbbea8 fix null,date returns from db.eval SERVER-151 2009-07-13 12:49:29 -04:00
Dwight
ebc64a4e78 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-13 11:45:26 -04:00
Dwight
4eadeb645d vis studio file MINOR 2009-07-13 11:45:09 -04:00
Eliot Horowitz
86c5028dca fix 64-bit mongorestore 2009-07-13 11:24:43 -04:00
Mike Dirolf
fedd299a87 parse pairwith manually before handing off to boost program_options because boost versions handle multitokens very differently 2009-07-10 15:40:48 -04:00
Eliot Horowitz
c5e353874c " use foo" fix 2009-07-10 14:17:19 -04:00
Mike Dirolf
3aba1c36fc Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-10 12:13:33 -04:00
Eliot Horowitz
9d928c0e7a catch exceptions in Tool::main so tools don't abort SERVER-137 2009-07-10 10:59:30 -04:00
Eliot Horowitz
e6aee429a9 fix $all with an empty arraty SERVER-143 2009-07-10 10:50:00 -04:00
Eliot Horowitz
59255f4192 fix scons on linux MINOR 2009-07-09 23:18:55 -04:00
Eliot Horowitz
b47dcb9a82 windows compile MINOR 2009-07-09 17:00:59 -04:00
Eliot Horowitz
bd018f61d5 long instead of int for file size 2009-07-09 16:56:34 -04:00
Mike Dirolf
fe495a4615 minor: outdated TODOs 2009-07-09 14:59:23 -04:00
Mike Dirolf
f1b3333d24 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-09 14:52:12 -04:00
Mike Dirolf
1661235d98 show additional help text for -h as well 2009-07-09 14:52:05 -04:00
Mike Dirolf
d8ce98eb36 handle errors w/ options, nice helptext for no options 2009-07-09 13:59:28 -04:00
Mike Dirolf
62dad5e7e4 support multiple v verbosity e.g. -vvvvv 2009-07-09 13:47:42 -04:00
Eliot Horowitz
ad841f9c4a fix issue when deleting fields from JS SERVER-139 2009-07-09 12:09:30 -04:00
Mike Dirolf
6e07befdd4 make msg work like it used to 2009-07-08 17:14:51 -04:00
Mike Dirolf
e67dbfbdb8 using boost program_options instead of our own options parser 2009-07-08 15:26:45 -04:00
Mike Dirolf
df86ebe2e6 minor: whitespace 2009-07-08 14:15:14 -04:00
Eliot Horowitz
1d461d26b3 version number with + MINOR 2009-07-08 14:05:30 -04:00
Eliot Horowitz
b57918b3a4 BUMP 0.9.6 2009-07-08 13:25:25 -04:00
Eliot Horowitz
d0e9d4e828 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-07 20:50:48 -04:00
Eliot Horowitz
61c0327ba5 multiple $in support SERVER-103 2009-07-07 17:38:47 -04:00
Dwight
d73d4587ed correct comments MINOR 2009-07-07 16:43:49 -04:00
Dwight
b4f0a2c1fb fix broken test file from last commit 2009-07-07 14:12:53 -04:00
Dwight
f4bf44a169 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-07 13:18:12 -04:00
Dwight
85e8f71c1c fixed bug SERVER-118 multikey duplicate results from queries 2009-07-07 13:17:53 -04:00
Eliot Horowitz
bc36e762d3 linux -static option 2009-07-07 11:12:39 -04:00
Eliot Horowitz
27b701b0b2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-07 10:45:08 -04:00
Eliot Horowitz
65e16d430e ensure linux builds we push to s3 don't have GLIBC_2.4 dependencies 2009-07-07 10:44:43 -04:00
kristina
82d2fe8d14 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-07 10:22:51 -04:00
kristina
3940f862a4 better init.d MINOR 2009-07-07 10:22:29 -04:00
Eliot Horowitz
e0851fb390 removing old v8 option 2009-07-07 10:05:30 -04:00
Eliot Horowitz
6b38f5ec17 make test use explicit ref MINOR 2009-07-06 17:03:03 -04:00
Eliot Horowitz
a96c97161e make objectid serialize to something parseable 2009-07-06 13:47:00 -04:00
Eliot Horowitz
7bb37b3fd2 fix $(gl)te? scanning for numeric indexes SERVER-99 2009-07-06 10:42:22 -04:00
Eliot Horowitz
32e0fef68b Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-06 09:34:11 -04:00
Eliot Horowitz
cbe807bd6e Merge branches 'master' and 'master' of git@github.com:mongodb/mongo 2009-07-05 20:25:34 -04:00
dwight
536f47c30b new test for dbrefs 2009-07-05 11:51:33 -04:00
Eliot Horowitz
b2f076d717 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-02 21:08:15 -04:00
Eliot Horowitz
4d0a31a60d turn norepeat test off 2009-07-02 20:28:36 -04:00