Commit Graph

338 Commits

Author SHA1 Message Date
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
Aaron
10c0670c52 test for upgrading to collection based set storage 2009-04-24 14:35:13 -04:00
Eliot Horowitz
2cd10ab9c2 cleaner way of turning off JNI at compile time 2009-04-23 16:51:51 -04:00
Eliot Horowitz
1f696e2143 abstracted out ScriptEngine to allow for playing with other javascript engines 2009-04-23 14:28:22 -04:00
Aaron
716a7b49bf add 'buildinfo' command to get mongod compile information 2009-04-20 14:23:42 -04:00
Aaron
56e2e866bd hopefully compile win 2009-04-16 10:33:21 -04:00
Aaron
f86d33372d update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00
Aaron
c99883578c Revert "Revert "allocate files in background""
This reverts commit e577a2c64e.
2009-04-15 16:10:21 -04:00
Aaron
e577a2c64e Revert "allocate files in background"
This reverts commit 0033bd91df.
2009-04-15 15:40:16 -04:00
Aaron
ebcd7f9157 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-15 15:16:38 -04:00
Aaron
0033bd91df allocate files in background 2009-04-15 11:58:38 -04:00
Dwight
7eed0b9400 compile windows 2009-04-15 10:29:17 -04:00
Aaron
ce755ac54e better exception logging on startup MINOR 2009-04-10 14:44:52 -04:00
Eliot Horowitz
39337b5644 change logging order to make test failing clearer 2009-04-03 09:30:10 -04:00
Aaron
9c2ce6c855 option to run without http interface 2009-04-02 17:58:09 -04:00
Aaron
99a9688493 Explicitly release lock on shutdown 2009-04-01 13:48:02 -04:00
Aaron
8ad34d6186 Don't return from main(), even if listen socket is closed 2009-04-01 13:36:39 -04:00
Aaron
ed35b0874c Close listener sockets on exit 2009-04-01 12:26:31 -04:00
Eliot Horowitz
38e49cc11d bump version number to 0.9.0 2009-03-27 09:59:18 -04:00
Eliot Horowitz
9fc0c8c3f1 solaris fixes 2009-03-26 14:55:00 -04:00
Dwight
b2b5506629 remind people at startup that there is a web admin interface 2009-03-25 17:30:30 -04:00