summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6062 clean up of str::stripTrailing. added unit test.Michael Ivanov2014-10-173-5/+98
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-6/+6
* SERVER-15635 Free data structures in ListeningSocket::closeAllAndrew Morrow2014-10-151-0/+2
* SERVER-15673 Disable SSLv3 ciphers (CVE-2014-3566 "POODLE")Andreas Nilsson2014-10-151-2/+3
* SERVER-15592 Enforce MONGO_LOG_DEFAULT_COMPONENT specification during compileMatt Kangas2014-10-141-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-1434-0/+68
* SERVER-14243 Fix the MMAP V1 file allocation logicKaloian Manassiev2014-10-102-10/+22
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-092-6/+6
* SERVER-15481 Don't reduce stack size on debug ASAN buildAndrew Morrow2014-10-071-3/+10
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-072-7/+27
* SERVER-15505 When asan is active dump leaks before a hard exitAndrew Morrow2014-10-031-0/+13
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-0310-35/+130
* SERVER-15465 Fixed OpenSSL intermittent crash on stepdownAndreas Nilsson2014-10-021-9/+0
* SERVER-15389 Refactor initAndListen to create server socket ids earlyKaloian Manassiev2014-10-021-9/+19
* SERVER-13242 replace tabs in Progress Meter log messages with spacesJustin Case2014-10-011-4/+4
* post 2.7.7Ernie Hershey2014-10-011-1/+1
* BUMP 2.7.7r2.7.7Ernie Hershey2014-10-011-1/+1
* SERVER-14835 removed PPC64-specific value for AlignedBuilder::Alignment. reje...Benety Goh2014-09-252-5/+2
* SERVER-14835 Fixed alignment check in log file for PPC64Corentin Baron2014-09-253-1/+21
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-252-0/+18
* Revert "SERVER-14713: User must specify either sslAllowInvalidCertificates or...Eric Milkie2014-09-252-18/+0
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-242-0/+18
* SERVER-14927: bad bind_ip should fail, not listen on all socketsAmalia Hawkins2014-09-244-47/+73
* SERVER-14861: Ensure that SSL hostname matching strictly follows RFC 2818Amalia Hawkins2014-09-241-16/+23
* SERVER-15361 Access SSLManager before notifying waiters of BackgroundJob comp...Andrew Morrow2014-09-241-8/+8
* SERVER-15096 make mongoshim --dbpath option mandatoryBenety Goh2014-09-232-26/+0
* SERVER-15096 mongoshim - tool to read/write directly from data directoryEliot Horowitz2014-09-222-0/+26
* SERVER-13522 Remove -mm option and put mmap code in a separate libraryKaloian Manassiev2014-09-221-67/+0
* Revert commits 01c372d and 8954a16 -- accidental commit.Amalia Hawkins2014-09-221-23/+16
* SERVER-14861: Ensure that SSL hostname matching strictly follows RFC 2818Amalia Hawkins2014-09-221-16/+23
* SERVER-15335 Make HostAndPort hashable.Andy Schwerin2014-09-222-2/+25
* SERVER-15281 UnorderedFastKeyTable<>::erase() correctly update _sizeJason Rassi2014-09-172-3/+26
* SERVER-6157 Remove FastArrayMathias Stearn2014-09-121-139/+0
* SERVER-14977: add new alias for sslWeakCertificateValidation optionAmalia Hawkins2014-09-111-0/+9
* SERVER-15146: Use GetSystemTimePreciseAsFileTime where possibleMark Benvenuto2014-09-101-0/+23
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-081-4/+4
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-4/+2
* post 2.7.6Ernie Hershey2014-09-051-1/+1
* BUMP 2.7.6r2.7.6Ernie Hershey2014-09-051-1/+1
* SERVER-14129: Use fsync instead of msync for SolarisMark Benvenuto2014-08-291-2/+2
* SERVER-14129: Use fsync instead of msync for SolarisMark Benvenuto2014-08-293-4/+56
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-283-27/+32
* SERVER-15009: Solaris - check if numa is enabledMark Benvenuto2014-08-251-1/+20
* SERVER-14818 make file allocator exception safe, and print error if we run ou...Adam Midvidy2014-08-251-3/+16
* SERVER-14989 Raise stack trace max depth to 100Mathias Stearn2014-08-212-2/+2
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-203-5/+11
* SERVER-14818 Add cpp benchmark to measure FileAllocator performance.Adam Midvidy2014-08-191-0/+317
* SERVER-14938 Remove string streaming operators from OpTime and Date_tSpencer T Brody2014-08-192-6/+0
* Revert "SERVER-14818 Add cpp benchmark to measure FileAllocator performance."mike o'brien2014-08-181-317/+0
* SERVER-14818 Add cpp benchmark to measure FileAllocator performance.Adam Midvidy2014-08-181-0/+317