summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-161-0/+1
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-121-1/+1
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-081-56/+110
* SERVER-23277 Update LDR branch range checkMark Benvenuto2016-05-261-1/+4
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-02-022-16/+1
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2016-01-111-8/+35
* SERVER-17747 Fix compile on FreeBSD 11Jonathan Reams2016-01-111-0/+2
* SERVER-18373 SERVER-18219 add MONGO_UNREACHABLE macro where compiler cannot d...Adam Midvidy2016-01-081-0/+14
* SERVER-21960 Include symbol name in stacktrace json when available.Andy Schwerin2015-12-211-1/+5
* Revert "SERVER-17120 Check existance of CN in X509 subject"Spencer Jackson2015-09-241-8/+5
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-09-231-1/+1
* SERVER-17120 Check existance of CN in X509 subjectSpencer Jackson2015-09-231-5/+8
* SERVER-20401 Remove sslDisabledProtocols from shellSpencer Jackson2015-09-161-7/+0
* SERVER-20401 Expose net.ssl.disabledProtocolsSpencer Jackson2015-09-161-10/+20
* SERVER-20204: Use mongoMalloc to allocate memoryGeert Bosch2015-09-021-1/+2
* SERVER-19856: Register for PRESHUTDOWN notifications on Windows Vista+Mark Benvenuto2015-08-131-9/+34
* SERVER-19805: MMap memory mapped file address allocation code cannot handleMark Benvenuto2015-08-101-2/+5
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-2925-64/+100
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-28205-28256/+28318
* Revert "Revert "SERVER-19538 fassert instead of calling dbexit() when cert is...Ramon Fernandez2015-07-281-4/+3
* Revert "Revert "SERVER-19389: Remove wire level endianness check""Ramon Fernandez2015-07-281-7/+2
* Revert "SERVER-19538 fassert instead of calling dbexit() when cert is expired."Ramon Fernandez2015-07-271-3/+4
* SERVER-19538 fassert instead of calling dbexit() when cert is expired.Max Hirschhorn2015-07-271-4/+3
* Revert "SERVER-19389: Remove wire level endianness check"Ramon Fernandez2015-07-231-2/+7
* SERVER-19389: Remove wire level endianness checkSpencer Jackson2015-07-231-7/+2
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-141-1/+1
* BUILD-770 Fix windows-64/windows-32 compilesJonathan Reams2015-07-121-0/+4
* SERVER-19255 initialize _ready member of Listener to falseAdam Midvidy2015-07-101-1/+1
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-105-305/+94
* SERVER-19054: Don't log background tasks taking less than 100msGeert Bosch2015-06-191-1/+2
* post 3.0.4Ernie Hershey2015-06-161-1/+1
* BUMP 3.0.4r3.0.4Ernie Hershey2015-06-151-1/+1
* post 3.0.4-rc0Ramon Fernandez2015-06-091-1/+1
* BUMP 3.0.4-rc0r3.0.4-rc0Ramon Fernandez2015-06-081-1/+1
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-06-031-10/+0
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-06-031-0/+10
* post 3.0.3Ernie Hershey2015-05-121-1/+1
* BUMP 3.0.3r3.0.3Ernie Hershey2015-05-111-1/+1
* post 3.0.3-rc2Ernie Hershey2015-05-051-1/+1
* BUMP 3.0.3-rc2r3.0.3-rc2Ernie Hershey2015-05-041-1/+1
* post 3.0.3-rc1Ernie Hershey2015-04-301-1/+1
* BUMP 3.0.3-rc1r3.0.3-rc1Ramon Fernandez2015-04-291-1/+1
* post 3.0.3-rc0Ramon Fernandez2015-04-291-1/+1
* BUMP 3.0.3-rc0r3.0.3-rc0Ramon Fernandez2015-04-281-1/+1
* SERVER-17591: Allow TLS protocols to be disabledSpencer Jackson2015-04-213-1/+71
* SERVER-17820: Handle long running exitCleanly in Service StopMark Benvenuto2015-04-201-2/+2
* SERVER-17465 Do not attempt to use tcmalloc customizations with system tcmallocAndrew Morrow2015-04-202-2/+4
* SERVER-17820: Handle long running exitCleanly in Service StopMark Benvenuto2015-04-201-5/+30
* SERVER-16073: Allow overrides to OpenSSL ciphersSpencer Jackson2015-04-173-1/+24
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-178-4/+86