summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson2013-10-241-2/+2
* SERVER-11333 Use configure time checks and posix feature tests to select TSP ...Andrew Morrow2013-10-241-3/+3
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-245-148/+98
* SERVER-11144 Fix check for positional option in a sub sectionShaun Verch2013-10-231-4/+6
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-235-34/+503
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-236-12/+315
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-237-339/+405
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-81/+49
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-236-16/+322
* SERVER-10968 Not logging expected SSL socket close as errorAndreas Nilsson2013-10-231-3/+3
* SERVER-11337 Make error reporting for exceptions thrown in commands consistentSpencer T Brody2013-10-231-1/+1
* SERVER-11141 Fixed SSL error message typoAndreas Nilsson2013-10-221-1/+1
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-213-86/+2
* SERVER-9516 Relax type requirements for second parameter to sequenceContains().Andy Schwerin2013-10-181-3/+3
* post 2.5.3Ernie Hershey2013-10-181-1/+1
* BUMP 2.5.3r2.5.3Dan Pasette2013-10-171-1/+1
* SERVER-11177 buildbot stale_clustered.js make repl error codes constantsGreg Studer2013-10-151-1/+4
* SERVER-6058 Fix time_support_test on systems with small time_tShaun Verch2013-10-121-2/+3
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-113-2/+85
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-115-5/+130
* SERVER-9929 Pull in WSAPoll from dll on windowsMathias Stearn2013-10-103-18/+113
* SERVER-10202 added testing-only function getNextSleepMillis(). stabilized Bas...Benety Goh2013-10-102-3/+16
* SERVER-10532 mongos batched write protocol onlineGreg Studer2013-10-091-3/+10
* SERVER-8864 Fixed assert number conflict with enterprise buildAndreas Nilsson2013-10-091-1/+1
* SERVER-8864 SSL mixed mode cmd line parametersAndreas Nilsson2013-10-094-23/+91
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-093-0/+178
* SERVER-8510 Add comments in JSON config filesShaun Verch2013-10-092-2/+235
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-0/+12
* Add new form of fassert that takes a Status instead of a bool.Andy Schwerin2013-10-052-0/+14
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-0422-245/+823
* 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