summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19856: Register for PRESHUTDOWN notifications on Windows Vista+Mark Benvenuto2015-08-131-9/+34
* SERVER-18474 allow core dump on fassert and invariant failuresRobert Guo2015-08-121-4/+2
* SERVER-18774 ClusterCursorManager support for killing expired cursorsJason Rassi2015-08-122-4/+2
* SERVER-19802 Included compiled modules in --version outputJonathan Reams2015-08-112-0/+15
* SERVER-18774 Add ClockSource interfaceJason Rassi2015-08-116-0/+260
* SERVER-9666 Remove libbase dependency on inShutdownAndrew Morrow2015-08-101-1/+1
* SERVER-9666 Remove dependency cycles from debugger gdbserver supportAndrew Morrow2015-08-101-16/+20
* Revert "SERVER-18474 allow core dump on fassert and invariant failures"Robert Guo2015-08-071-2/+4
* SERVER-18474 allow core dump on fassert and invariant failuresRobert Guo2015-08-061-4/+2
* SERVER-19749 add const char* overload for moe::Value constructorAdam Midvidy2015-08-041-0/+1
* SERVER-18964 cleaned up util/stacktrace.hBenety Goh2015-08-032-15/+57
* SERVER-19652 Redact ESE KMIP Client Certificate passwordRobert Guo2015-07-291-0/+2
* SERVER-19433 sslFIPSMode no longer requires requireSSLRobert Guo2015-07-291-3/+2
* SERVER-13966 Differentiate library and program reverse dependenciesAndrew Morrow2015-07-281-3/+3
* SERVER-19458: Add memory zeroing utilitySpencer Jackson2015-07-274-0/+188
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-272-38/+0
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-243-85/+2
* SERVER-19450 UnorderedFastKeyTable/StringMap construct with std::initializer_...Qingyang Chen2015-07-234-8/+33
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-223-66/+132
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-223-122/+64
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-223-64/+122
* SERVER-19160 Drop trailing null bytes from OS X string sysctlsAndrew Morrow2015-07-211-2/+3
* SERVER-8843 Return large page fault numbers as doublesAndrew Morrow2015-07-211-1/+4
* SERVER-9666 Fold SSLManager library into networkAndrew Morrow2015-07-211-18/+5
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-216-66/+40
* SERVER-19000 Fix lint formatting errorKaloian Manassiev2015-07-151-1/+1
* SERVER-19000 Introduce ThreadPoolInterface so that tests may use a mocked out...Andy Schwerin2015-07-142-40/+97
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-141-0/+5
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+2
* SERVER-19389: Remove wire level endianness checkSpencer Jackson2015-07-141-7/+2
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-094-8/+6
* SERVER-19156 fix lint... againAdam Midvidy2015-07-091-0/+1
* SERVER-19156 support OP_COMMAND in NetworkInterfaceASIOAdam Midvidy2015-07-091-2/+0
* SERVER-19156 convert Colvin-Gibbons psuedo-move ops in Message to real move opsAdam Midvidy2015-07-091-4/+8
* SERVER-12259 Make custom signal handlers defer to default behavior rather tha...Andy Schwerin2015-07-073-37/+171
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-2/+4
* SERVER-18928 Remove remaining uses of platform/cstdintAndrew Morrow2015-07-061-1/+0
* SERVER-19254 Create MessagingPortMock and wire it into the CatalogManagerRepl...Spencer T Brody2015-07-025-39/+216
* SERVER-19255 initalize _ready member of Listener to falseAdam Midvidy2015-07-021-1/+2
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-301-3/+3
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-3010-73/+102
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-298-9/+9
* SERVER-19117 Implement asynchronous replication NetworkInterfacesamantharitter2015-06-251-0/+4
* SERVER-19092 Increase the connection pool cleanup intervalKaloian Manassiev2015-06-241-0/+1
* SERVER-18699 fix formatting triviaMartin Bligh2015-06-241-1/+1
* SERVER-18699 dump /proc/self/maps on a sigbus to make it easier to diagnoseMartin Bligh2015-06-241-0/+13
* SERVER-19000 Implement OldThreadPool in terms of ThreadPool.Andy Schwerin2015-06-243-262/+20
* SERVER-19000 Fix thread_pool_test.Andy Schwerin2015-06-241-1/+0
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-235-2/+936
* Revert "SERVER-19000 Implement a ThreadPool that dynamically adjusts the numb...Andy Schwerin2015-06-235-929/+2