summaryrefslogtreecommitdiff
path: root/util/background.h
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-155/+0
* made PeriodicTask more explicityEliot Horowitz2011-05-171-3/+12
* PeriodicTaskEliot Horowitz2011-05-171-0/+40
* more background job debuggingEliot Horowitz2011-02-131-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-12/+12
* semantics is already clear but it doesn't hurt leaving a reminderAlberto Lerner2010-12-131-0/+5
* SERVER-1804 tighter background jobAlberto Lerner2010-10-131-59/+60
* got rid of PeriodicBackgroundJob since its the same as TaskEliot Horowitz2010-08-131-18/+0
* cleanupdwight2010-08-131-2/+2
* remove ending() from backgroundjob - we dont use itdwight2010-08-131-1/+3
* make BackgroundJob less goofy in its implementation. towards SERVER-1628dwight2010-08-131-3/+6
* PeriodicBackgroundJob for things that run every x time periodEliot Horowitz2010-08-021-0/+19
* PortDwight Merriman2010-05-191-1/+1
* name threadsDwight2010-05-181-0/+1
* rsDwight2010-05-071-0/+3
* rs backgroundjob stuffDwight2010-05-061-14/+13
* replset workDwight Merriman2010-04-181-4/+23
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-1/+1
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-101-1/+1
* SERVER-695 don't destroy static global mutexesAaron2010-03-091-1/+1
* keepalive event logged by masters for replicationDwight2010-03-081-1/+0
* 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-41/+41
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-13/+20
* bug fix with $naturalDwight2008-11-031-0/+3
* catch asserts and report error to client on a queryunknown2008-10-291-0/+58