summaryrefslogtreecommitdiff
path: root/src/mongo/db/background.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-22160 Make statics for background.cpp immortalMathias Stearn2016-01-141-3/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-114/+113
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+2
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-11/+11
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-6/+5
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-5/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-10/+10
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16136 fix drop index errmsgMatt Kangas2014-11-141-1/+1
* SERVER-13620 fix assert codes to be the same as in 2.6Eric Milkie2014-04-221-1/+1
* SERVER-13620 When applying operations from the oplog, wait for background ope...Andy Schwerin2014-04-211-1/+1
* SERVER-13620 Refactor background.h/cpp; add awaitNoBgOp methods.Andy Schwerin2014-04-211-27/+116
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-0/+78