Jon Hoffman
|
377f4849ae
|
use filesystem friendly syslog ident
|
2011-10-27 16:16:46 -04:00 |
|
Jon Hoffman
|
d28b110071
|
syslog support
|
2011-10-27 15:05:36 -04:00 |
|
Mathias Stearn
|
576a669d13
|
fix build
|
2011-10-26 18:33:06 -04:00 |
|
Dwight
|
3844dd29f8
|
concurrency
beginnings of a bit of framework to help with correctness. tbd if helpful will iterate.
|
2011-10-26 15:27:19 -04:00 |
|
Brandon Diamond
|
07f06f48b2
|
Avoid sending sigusr2 unless forking.
|
2011-10-25 15:16:03 -04:00 |
|
Brandon Diamond
|
1dda8a8c30
|
Cleaned up posix-only code
|
2011-10-25 12:37:35 -04:00 |
|
dwight
|
b5b1c72d4e
|
beginning of dynamic naming (nondns) capability
|
2011-10-25 12:04:59 -04:00 |
|
Brandon Diamond
|
fc640ccdca
|
SERVER-2825 Added support for async error codes
|
2011-10-25 11:57:45 -04:00 |
|
Kristina
|
51493ee642
|
don't allow access to internal user when running with --auth SERVER-3666
|
2011-08-23 12:08:37 -04:00 |
|
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 |
|