summaryrefslogtreecommitdiff
path: root/src/mongo/util/background.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-33351 perserve stack in BackgroundJob exceptionsGabriel Russell2018-12-131-6/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-2/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-2/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-12/+10
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-2/+7
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-5/+5
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-3/+4
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-2/+2
* SERVER-23103 Decouple BackgroundJob and SSLManagerAndrew Morrow2016-03-211-10/+0
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-25/+23
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-252/+241
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-19054: Don't log background tasks taking less than 100msGeert Bosch2015-06-191-1/+2
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-31/+28
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-1/+1
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-22/+18
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-4/+5
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15492 do not swallow errors from subclasses' run() methods in Backgrou...matt dannenberg2014-10-281-4/+2
* SERVER-15361 Access SSLManager before notifying waiters of BackgroundJob comp...Andrew Morrow2014-09-241-8/+8
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+5
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-5/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11538: Make background_job library and move dbtest code into existing ...Shaun Verch2013-11-041-0/+3
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-93/+247
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-1/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+3
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-1/+3
* SERVER-8536 correctly handle uasserts when doing queries in Index RebuilderEric Milkie2013-04-121-1/+1
* SERVER-6656 prevent SSL memory leaksEric Milkie2013-01-241-9/+13
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-2/+2
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-141-1/+1
* SERVER-6340 Use TIME_UTC_ rather than TIME_UTCMathias Stearn2012-07-101-1/+1
* Include what you use fixes.Andy Schwerin2012-05-101-0/+1
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-0/+2
* lower log verbosity for background thread meta dataEliot Horowitz2012-04-011-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1