Commit Graph

52 Commits

Author SHA1 Message Date
dwight
fb8b893665 make journaling the default on 64 bit 2011-07-31 08:36:46 -04:00
dannenberg
38d6167603 parseConfigFile tests added to dbtests/basictest.cpp 2011-07-29 11:52:31 -04:00
dannenberg
093b04d395 SERVER-1208 config files ignore flags set to =false, warn about fast sync, and skip lines starting with # 2011-07-29 11:52:21 -04:00
gregs
e5d902202f full API change to command interface, add options SERVER-3405 2011-07-27 15:59:27 -04:00
Eliot Horowitz
f84bf1a41a support for forced ssl everywhere in client and server 2011-07-27 09:48:35 -04:00
Eliot Horowitz
e1e7abee65 move connTicketHolder 2011-06-26 18:41:08 -04:00
Eliot Horowitz
cf51af10c5 put objcheck in CmdLine 2011-06-26 18:28:45 -04:00
Eliot Horowitz
ddde89b8cf move noUnixSocket to cmdline 2011-06-26 17:31:07 -04:00
Eliot Horowitz
142a86b237 net cleaning: move message.* to net/
net cleaning: move http tools to net/
2011-06-26 17:13:54 -04:00
Kristina
67945f8b00 split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
Mathias Stearn
d55d9744ad Build parsedOpts object, print it at startup and include in getCmdLineOpts SERVER-3076 2011-06-21 19:39:53 -04:00
Eliot Horowitz
74ddb407d9 maxconns for mongos 2011-06-06 11:16:57 -04:00
dwight
4a4103a9b8 move code back to header so mongo_client_lib.cpp doesnt break 2011-04-14 21:21:59 -04:00
Dwight
fbc032038d dont allow user databases on --configsvr instances 2011-04-14 17:20:29 -04:00
Eliot Horowitz
9a868b1198 fix warning 2011-01-25 12:05:15 -05:00
Eliot Horowitz
1059f85625 windows compile 2011-01-25 11:18:30 -05:00
Eliot Horowitz
d1e0c5a47a fix --fork and relative --dbpath SERVER-2345 2011-01-25 10:53:42 -05:00
Kristina
26b2082e88 change --socket to --unixSocketPrefix SERVER-2385 2011-01-21 13:14:34 -05:00
Kristina
2397fef9c1 some tools don't use cmdline.cpp SERVER-2083 2011-01-13 17:48:44 -05:00
Kristina
7e78a93c75 add --socket option for domain sock loc SERVER-2083 2011-01-13 17:19:23 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Kristina
fbf7b90a1e rs auth 2010-12-27 16:07:33 -05:00
Eliot Horowitz
d45f048947 putting back validation on setParamter replApplyBatchSize and a setParamter validation hook 2010-12-01 11:12:28 -05:00
Eliot Horowitz
3d067a99fe use boost::once for getHostNameCached and adding host to some commands 2010-11-28 02:07:38 -05:00
dwight
57e6a4f575 dont show all the cmd line options on a cmd line parsing error. there are a lot now and it scrolls the error off the screen 2010-11-12 20:39:51 -05:00
Eliot Horowitz
838fd6ff76 fix SIGHUP handling SERVER-1934
when forked SIGHUP ignored
when not forked, SIGHUP will terminate nicely
2010-10-13 11:13:54 -04:00
Justin Dearing
2735160f15 SERVER-1590 Add --serviceDisplayName and --serviceDescription options to mongod/mongos on windows.
On windows its now possible to set the displayname and description of the mongo service from --install and --reinstall.
2010-09-25 04:05:17 +08:00
Eliot Horowitz
164ef1656a put correct binary name in web console 2010-09-10 16:22:17 -04:00
Eliot Horowitz
cc78340d42 post 1.7.0 2010-09-04 12:21:35 -04:00
Eliot Horowitz
387e0e4fcd fix docs for pidfilepath SERVER-1706 2010-08-31 00:42:53 -04:00
Eliot Horowitz
37ae0dbd3f Refactoring of Windows Service related code in preperation for SERVER-1589.
All ntservice related code moved from db.cpp to ntservices.cpp and cmdline.cpp. The code was also consolidated.

Conflicts:

	db/db.cpp
2010-08-20 18:40:44 -04:00
Eliot Horowitz
cf576485f4 fix warning 2010-08-02 11:01:36 -04:00
Eliot Horowitz
9cc9c1d2a0 fix relative logpath args and test logpath before forking SERVER-1532 2010-08-02 09:25:20 -04:00
Eliot Horowitz
5b7ab6fa0e consolidate bind_ip handling 2010-07-27 09:59:34 -04:00
Eliot Horowitz
c7a38e409d cleaning pidfilepath code - adding to mongos SERVER-1488 2010-07-26 14:25:55 -04:00
Alberto Lerner
37f351d7d5 Fix warning 2010-06-11 15:36:30 -04:00
Dwight Merriman
0fd7ed8c23 compile win 2010-05-10 19:58:01 -04:00
Eliot Horowitz
a199ddb5a6 merge signal handling between mongod and mongos 2010-05-10 17:13:21 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Dwight
d85a93fc76 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-27 15:28:33 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Mathias Stearn
c6cfe9fc00 double forking + close stdin and stderr SERVER-966 2010-04-27 15:05:09 -04:00
Dwight
bd8a3e9527 more /_commands 2010-04-23 16:41:56 -04:00
Dwight
837fd2cd86 /_commands in the http interface 2010-04-23 15:50:49 -04:00
Eliot Horowitz
d8e56af586 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:57:27 -04:00
Dwight
59488feffc compile vcproj 2010-03-22 17:02:05 -04:00
Mathias Stearn
7a2722a92f Just store argv as a BSONArray for getCmdLineOpts 2010-03-18 22:47:40 -04:00
Mathias Stearn
26e947b4d3 getCmdLineOpts command 2010-03-18 18:08:30 -04:00
Eliot Horowitz
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
Eliot Horowitz
0bba41a0bb mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00