summaryrefslogtreecommitdiff
path: root/src/mongo/db/background.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-17/+17
* SERVER-40926 SERVER-40927 createIndexes cmd requests for indexes that are alr...Dianna2019-05-131-3/+26
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+11
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-11/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-10/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-7/+8
* Revert "SERVER-30818 Wait for all background index builds to complete before ...William Schultz2018-01-251-8/+7
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-7/+8
* SERVER-30818 Add function to await background operations on multiple databasesWilliam Schultz2018-01-171-0/+7
* 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