summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-19000 Implement a ThreadPool that dynamically adjusts the number of th...Andy Schwerin2015-06-235-2/+929
* SERVER-18662 Store SSL_CTX in unique_ptrSpencer Jackson2015-06-231-31/+31
* SERVER-19046 Make myTerminate call quickExit when re-entered by a single thread.Andy Schwerin2015-06-221-18/+38
* SERVER-6737 Simplify existing thread local support.Andy Schwerin2015-06-221-117/+45
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-2020-69/+102
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-20200-26484/+26479
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-1915-98/+103
* SERVER-19051 Use unique_ptr in SSLThreadInfo to fix MSVC buildsSpencer Jackson2015-06-191-8/+7
* SERVER-19054: Don't log background tasks taking less than 100msGeert Bosch2015-06-191-1/+2
* SERVER-19051 Cleanup memory allocated by SSLThreadInfoSpencer Jackson2015-06-191-6/+8
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-184-10/+9
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-1811-33/+30
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-181-3/+3
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-175-288/+282
* SERVER-18525 Mock out tick source in replset_dist_lock_manager_testRandolph Tan2015-06-173-0/+119
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-1713-72/+73
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-1617-57/+76
* SERVER-6686 Remove remaining uses of boost::xtime.Andy Schwerin2015-06-162-45/+8
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-165-112/+77
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-153-57/+71
* SERVER-18922 Refactor Timer to have customizable tick sourceRandolph Tan2015-06-127-128/+307
* SERVER-17199 Fix compile on OSXJonathan Reams2015-06-121-1/+2
* SERVER-9435 Move implementation of str::stripTrailing to site of only caller.Andy Schwerin2015-06-124-105/+0
* SERVER-17199 Fix compiles on platforms without execinfo.hJonathan Reams2015-06-121-1/+68
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-1019-53/+34