summaryrefslogtreecommitdiff
path: root/src/mongo/db/background.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40926 SERVER-40927 createIndexes cmd requests for indexes that are alr...Dianna2019-05-131-0/+11
* 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/+1
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-1/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-10/+1
* Revert "SERVER-30818 Wait for all background index builds to complete before ...William Schultz2018-01-251-1/+10
* SERVER-30818 Wait for all background index builds to complete before starting...William Schultz2018-01-251-10/+1
* SERVER-30818 Cleanup comments in background.hWilliam Schultz2018-01-171-1/+2
* SERVER-30818 Add function to await background operations on multiple databasesWilliam Schultz2018-01-171-0/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2015-09-251-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-25/+25
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-7/+7
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-2/+1
* SERVER-13620 Refactor background.h/cpp; add awaitNoBgOp methods.Andy Schwerin2014-04-211-8/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-8/+15
* SERVER-2023 new command "touch" - pretouches a collection, possibly with indexesEric Milkie2012-05-171-0/+2
* SERVER-4328 background operation global variabledwight2012-02-131-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+56