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

31 Commits

Author SHA1 Message Date
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
Eliot Horowitz
6bba1c3184 split out some command line stuff in prep for SHARDING-82 2010-03-18 11:09:36 -04:00
Eliot Horowitz
0cbd5b6a37 move CmdLine cmdLine into its own file in prep for other command line work 2010-03-12 12:14:23 -05:00