summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-107-22/+17
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-107-19/+11
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-12/+12
* SERVER-18859 Don't access thread name's thread_local before dynamic init is c...Andrew Morrow2015-06-091-4/+30
* SERVER-18376 Re-add sysInfo field to buildInfoJonathan Reams2015-06-091-1/+2
* Revert "SERVER-18597 Add support for writing ASan code coverage data on exit"Kamran Khan2015-06-091-18/+0
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+1
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-052-0/+5
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-042-13/+65
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-06-041-1/+1
* SERVER-17747 Fix compile on FreeBSD 11Jonathan Reams2015-06-031-0/+2
* SERVER-18605 Always set some thread name.Andy Schwerin2015-05-271-1/+7
* SERVER-18597 Add support for writing ASan code coverage data on exitKamran Khan2015-05-261-0/+18
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-3/+1
* SERVER-18481 Fix compile breakKaloian Manassiev2015-05-221-2/+2
* SERVER-18481: Update tcmalloc to free in more friendly wayMartin Bligh2015-05-222-27/+12
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-1/+0
* SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SConsJonathan Reams2015-05-213-133/+32
* SERVER-18567 Implement ConnectionString::parse which returns StatusWithKaloian Manassiev2015-05-211-1/+0
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-192-10/+10
* SERVER-17310 Remove use of boost::thread_group and boost::thread::interrupt f...Andy Schwerin2015-05-191-29/+39
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-4/+4
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-182-5/+4
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-182-4/+5
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-182-5/+4
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+2
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-0/+13
* SERVER-13874 Support converting Date_t to system_clock::time_point and back.Andy Schwerin2015-05-153-3/+35
* SERVER-13874 Add comments to Date_t class definition and method declarations.Andy Schwerin2015-05-142-5/+71