summaryrefslogtreecommitdiff
path: root/util/background.cpp
Commit message (Expand)AuthorAgeFilesLines
* unsafe use of type warningdwight2011-05-231-1/+1
* made PeriodicTask more explicityEliot Horowitz2011-05-171-9/+33
* PeriodicTaskEliot Horowitz2011-05-171-0/+45
* defensiveDwight2011-03-171-0/+1
* log when background threads startEliot Horowitz2011-02-131-0/+1
* better debugging for background issueEliot Horowitz2011-02-131-1/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-13/+15
* fix thread name setting in BackgroundJobAlberto Lerner2010-10-281-9/+8
* spamEliot Horowitz2010-10-191-1/+0
* fix overflow in BackgroundJob::wait SERVER-1967Eliot Horowitz2010-10-191-1/+2
* elim warning on windowsDwight2010-10-151-1/+1
* SERVER-1804 fix commentAlberto Lerner2010-10-131-1/+1
* SERVER-1804 tighter background jobAlberto Lerner2010-10-131-44/+67
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-1/+4
* got rid of PeriodicBackgroundJob since its the same as TaskEliot Horowitz2010-08-131-19/+0
* BackgroundJob::wait bug SERVER-1628dwight2010-08-131-2/+2
* cleanupdwight2010-08-131-4/+1
* remove ending() from backgroundjob - we dont use itdwight2010-08-131-2/+4
* make BackgroundJob less goofy in its implementation. towards SERVER-1628dwight2010-08-131-25/+16
* PeriodicBackgroundJob for things that run every x time periodEliot Horowitz2010-08-021-0/+19
* better exception handlingEliot Horowitz2010-07-281-1/+4
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* PortDwight Merriman2010-05-191-1/+3
* name threadsDwight2010-05-181-0/+6
* rsDwight2010-05-071-0/+5
* rs backgroundjob stuffDwight2010-05-061-5/+25
* stdafx->pchDwight2010-04-271-1/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+2
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-1/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+16
* never destroy log or background job mutexes, as they generated assertions on ...Aaron2009-05-211-1/+1
* Indent all lines within namespaces one levelAaron2009-01-151-35/+35
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-11/+11
* Add -Wsign-compare for g++, clean up a few warning messagesAaron2008-12-121-1/+1
* bug fix with $naturalDwight2008-11-031-6/+8
* catch asserts and report error to client on a queryunknown2008-10-291-0/+57