summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* Fixed up dependencies of goodies.hShaun Verch2013-10-041-10/+15
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-043-10/+286
* SERVER-8510 Add comments to the OptionDescription structShaun Verch2013-10-042-13/+17
* SERVER-8510 Remove implicit boolean integer comparisons for command line optionsShaun Verch2013-10-041-1/+1
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+36
* SERVER-11031 Remove irrelevant Socket::recv error messageAndreas Nilsson2013-10-031-4/+0
* SERVER-10968 Improved SSL error handlingAndreas Nilsson2013-10-031-13/+7
* SERVER-7743: add low-level socket error info to BackgroundJobDan Pasette2013-10-021-2/+10
* SERVER 10950 Fixed C++11 build failureKyle Erf2013-09-301-1/+1
* SERVER-10567 Handling rsHealthPoll/PRIMARY stepdown raceAndreas Nilsson2013-09-293-5/+8
* SERVER-10034 Invalid --pidfilepath no longer silently ignoredKyle Erf2013-09-272-5/+10
* SERVER-10829 windows mongod now prints its flavor to logmatt dannenberg2013-09-272-0/+24
* SERVER-10623 Added error handling to NUMA checkKyle Erf2013-09-271-2/+13
* SERVER-8600 log warning for non-fsyncable filesystemsmatt dannenberg2013-09-272-27/+73
* Revert "SERVER-7743: add low-level socket error info to BackgroundJob"Dan Pasette2013-09-261-11/+2
* SERVER-7743: add low-level socket error info to BackgroundJobDan Pasette2013-09-261-2/+11
* SERVER-2212 Add error code to AssertionException::interrupted() listJason Rassi2013-09-251-1/+2
* SERVER-10816 enable StackChecker when not optimized and in debug mode rather ...matt dannenberg2013-09-251-2/+2
* SERVER-10838 Fixed stability issues with multiple SSL connectionsAndreas Nilsson2013-09-241-9/+9
* SERVER-10261 disable ssl session caching (affects java driver)Eric Milkie2013-09-241-11/+2
* SERVER-8915 remove systeminfo because it is no longer usedMatt Dannenberg2013-09-194-213/+0
* SERVER-8864 SERVER-10739 Support concurrent SSL and non-SSL connectionsAndreas Nilsson2013-09-177-58/+104
* SERVER-10520 Disable insecure SSL ciphersAndreas Nilsson2013-09-171-0/+6
* SERVER-6219: Use ::mongo in macrosPhillip Quiza2013-09-132-6/+6
* SERVER-10707 use ScopeGuard to close sockets in setupSocketsmatt dannenberg2013-09-101-2/+3
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-104-40/+48
* SERVER-9109 continue rather than return on ECONNABORTED and EBADFmatt dannenberg2013-09-091-4/+12
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-0656-56/+56
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-053-3/+43
* SERVER-8510 Use BadValue error code in new options parserShaun Verch2013-09-051-7/+7
* SERVER-8510 Remove forward declaration of Status in the wrong namespaceShaun Verch2013-09-051-2/+0
* SERVER-8510 Added tests for dotted names in JSON config file parserShaun Verch2013-09-051-0/+56
* SERVER-8510 Fix handling of options with a short name in option parsingShaun Verch2013-09-052-2/+44
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-056-47/+126
* SERVER-8510 Removed KeyNotFound error codeShaun Verch2013-09-054-4/+4
* SERVER-8510 Allow a positional to be registered for a flag that has already b...Shaun Verch2013-09-052-0/+40
* SERVER-8510 Remove all uses of boost direct storage and remove custom boost m...Shaun Verch2013-09-051-34/+0
* SERVER-8510 Added legacy interface to Environment and Value to ease transitio...Shaun Verch2013-09-056-6/+163
* SERVER-8510 Added better error messages for Value class and added underscores...Shaun Verch2013-09-052-70/+95
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-056-18/+808
* SERVER-8510 Include name of top level section in help string and do not inclu...Shaun Verch2013-09-051-2/+4
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-044-43/+40
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-044-40/+43
* SERVER-10678 Log a warning but do not throw when unable to determine local ad...Andy Schwerin2013-09-041-1/+5
* SERVER-8864 Fixed recv exception handling in httpClientTest and web serverAndreas Nilsson2013-09-032-7/+13
* SERVER-8864 Fixed failing unit test 'sock_test'Andreas Nilsson2013-09-021-0/+5
* SERVER-8864 Use BIO pairs for socket decoupled SSL network interfaceAndreas Nilsson2013-09-025-176/+282
* Create place for auth functions in client code and move password hashing thereSpencer T Brody2013-08-291-2/+6
* SERVER-9518 Change webserver to use acquireUser to get user's password hash, ...Spencer T Brody2013-08-291-6/+0
* Fixed a bug where the default Progress Meter name was unintentionally being u...Eric Daniels2013-08-291-1/+1