summaryrefslogtreecommitdiff
path: root/src/mongo/s/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-261-2/+2
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-261-2/+9
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-115/+4
* SERVER-13429 Remove printStackAndExitMathias Stearn2014-04-011-5/+11
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-2/+1
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-311-3/+1
* SERVER-13294: mongos exit after --upgradeEliot Horowitz2014-03-201-0/+5
* SERVER-13058: remove extra space in Windows service descriptionsSam Kleinman2014-03-061-2/+2
* SERVER-12910 release conns back to pool after every mongos operationGreg Studer2014-03-041-6/+3
* SERVER-12419 make mongos write commands report last errorGreg Studer2014-02-051-12/+8
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-1/+3
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-131-0/+3
* SERVER-12202 Use logging system to report failures during runGlobalInitialize...Andy Schwerin2014-01-131-1/+6
* SERVER-11681 kill wbl, deprecate RCAR option and remove unneeded --useWriteCo...Greg Studer2014-01-081-1/+1
* Revert "SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS."Matt Kangas2014-01-031-1/+0
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-031-0/+1
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2014-01-021-1/+1
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2013-12-311-1/+40
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-21/+32
* SERVER-9516 User objects must be immutable after first returned from AuthMana...Andy Schwerin2013-11-131-1/+0
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-1/+1
* SERVER-8510 Fix compile on windowsShaun Verch2013-10-111-4/+2
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-111-0/+3
* SERVER-9518 Invalidate user cache periodically on mongosSpencer T Brody2013-10-101-0/+4
* Revert "SERVER-1891 Hookup audit logging for user management and DDL events."Spencer T Brody2013-10-091-3/+0
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-091-0/+3
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-2/+2
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-7/+4
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-163/+14
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+2
* SERVER-7140 startup info is now printed on log rotateKyle Erf2013-10-031-4/+3
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-101-0/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-9518 Only build up representation of v1 auth state if we have not yet ...Spencer T Brody2013-09-061-5/+4
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-051-70/+57
* SERVER-7808: mongos does not validate port and accepts values outside of vali...Kyle Erf2013-08-271-0/+8
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-8364 removed excess #IFDEF directivesEric Daniels2013-08-161-5/+1
* SERVER-9518 SERVER-10420 Only initialize all user data at process startup if ...Spencer T Brody2013-08-071-6/+8
* SERVER-9518 Initialize user cache on process startupSpencer T Brody2013-08-071-0/+8
* Revert "SERVER-9518 Initialize user cache on process startup"Tad Marshall2013-08-041-8/+0
* SERVER-8364 added OpenSSL version information to mongod SERVER-8364 fixed a typoEric Daniels2013-08-021-0/+6
* SERVER-9518 Initialize user cache on process startupSpencer T Brody2013-08-021-0/+8
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-301-2/+8
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+3
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-0/+1
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-3/+0
* SERVER-10172 Appenders must be added to global log domain during single threa...Andy Schwerin2013-07-111-3/+2
* Extra safety to prevent Sorter from writing to disk in mongosMathias Stearn2013-07-101-0/+3
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-0/+10