summaryrefslogtreecommitdiff
path: root/src/mongo/util/progress_meter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-6/+6
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-101/+127
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+4
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Move ThreadSafeString to own fileAndrew Morrow2015-01-051-0/+1
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11763 switch ProgressMeter's _name to be a ThreadSafeStringmatt dannenberg2013-12-021-6/+9
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-07-301-3/+9
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-6/+13
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-0/+2
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* move ProgressMeter into its own file and make output use log() instead of cou...Eliot Horowitz2012-03-191-0/+108