summaryrefslogtreecommitdiff
path: root/src/mongo/util/background.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+190