Commit Graph

358 Commits

Author SHA1 Message Date
Eliot Horowitz
f40cd45c17 safety to ensure we don't use a new pdfiel version or something with > 10 indexes 2009-10-22 10:51:16 -04:00
dwight
b00247a858 --nssize parameter 2009-08-20 15:00:25 -04:00
dwight
4120dfc568 fix checks that operations cannot be performed on slaves; also, allow read operations on
--slave instances (but not repl pair nonmasters)
2009-08-17 16:13:13 -04:00
dwight
8f33a37dce some comments and also simple unit tests for simpleRegex() 2009-08-17 11:58:18 -04:00
Eliot Horowitz
b5bb4b2af9 better sm locking 2009-08-12 10:51:31 -04:00
Eliot Horowitz
01ff742b4e changed dbpath to std::string 2009-08-11 14:29:03 -04:00
Mike Dirolf
21415980ca don't require 'run' to start mongod SERVER-160 2009-08-11 13:57:01 -04:00
Eliot Horowitz
d2caa282ca cleaning 32-bit warning again MINOR 2009-08-11 11:32:03 -04:00
Eliot Horowitz
72c986acd6 cleaned 32bit warning 2009-08-11 11:27:02 -04:00
Eliot Horowitz
b3322b86a0 32-bit startup message 2009-08-11 10:28:32 -04:00
Aaron Staple
63b8f32e13 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-11 01:43:03 -04:00
Mike Dirolf
f56c39b8e2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-07 16:03:23 -04:00
Eliot Horowitz
abb40a551d got rid of exit() calls 2009-08-07 15:37:50 -04:00
Mike Dirolf
86c62a6911 minor: let boost take care of the too many positionals case for us 2009-08-07 10:10:18 -04:00
Mike Dirolf
563fa6bb64 use dbExecCommand instead of hardcoding executable name into help text 2009-08-07 10:07:57 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
Aaron Staple
de1ce6719e MINOR relocate variable to make other binaries happy 2009-08-01 15:11:10 -04:00
Aaron Staple
24a6ae09d7 disable data file preallocation for pairing/repl tests 2009-08-01 14:54:20 -04:00
Mike Dirolf
7d692b0e2c MINOR remove warning about options style 2009-07-29 12:17:55 -04:00
Dwight
384f32a70e ctrl-c handler for windows (important for clean shutdown)
http://jira.mongodb.org/browse/SERVER-93
2009-07-29 11:16:51 -04:00
Mike Dirolf
bb334cfa6f minor: spelling 2009-07-21 16:53:35 -04:00
Eliot Horowitz
45f29d0123 beginnings of mms client 2009-07-17 15:49:24 -04:00
Eliot Horowitz
443c401398 specity 32/64 bit on startup 2009-07-15 16:45: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
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
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
Mike Dirolf
fe495a4615 minor: outdated TODOs 2009-07-09 14:59:23 -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
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
Dwight
31193a1476 remove IdSet (for deduping) 2009-07-02 18:20:32 -04:00
Eliot Horowitz
5514c49e39 make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
Eliot Horowitz
4c3e7dac60 fix *nix compile MINOR 2009-06-04 09:03:09 -04:00
alanw
c9c9dc5b03 Added support for running mongod as a Windows NT Service
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-04 20:55:33 +08:00
Aaron
c03a7186cf file allocator compile windows MINOR 2009-05-28 12:59:27 -04:00
Aaron
0532b35568 add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
Aaron
da7a9b3f71 make tools capable of running standalone, without a mongod instance 2009-05-20 11:39:12 -04:00
Aaron
206a330b50 remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClient 2009-05-19 10:55:13 -04:00
Dwight
6b8c0c1555 --cacheSize option - applies to recstore storage engine only 2009-05-14 16:55:44 -04:00
eliot
507232958a Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 10:50:46 -04:00
eliot
eb537e9f3d windows compile MINOR 2009-05-12 15:49:40 -04:00
Aaron
5895a4d522 add version and system info to http interface 2009-05-12 14:18:17 -04:00
Aaron
77aa3dd690 parse long long argument MINOR 2009-05-11 11:13:18 -04:00
Aaron
66a33c8162 may upgrade set to collection backed in getMore, make id set mem size configurable 2009-05-11 10:49:11 -04:00
Aaron
7d720f1f33 add 'bind_ip' option to bind listener only to requested local interface 2009-04-29 14:14:51 -04:00
Aaron
e1b1d3d321 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-24 15:05:23 -04:00