summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-0/+75
* SERVER-23873 Inline ScopedFailPointMathias Stearn2016-04-291-15/+0
* SERVER-16221 SERVER-22712 Don't form invalid FailPoint::Mode valuesAndrew Morrow2016-04-151-5/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-112/+107
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-8/+3
* SERVER-17006 Support failpoint "random" behavior.Andy Schwerin2015-01-231-10/+54
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-7300 Race Condition in FailPoint::setModeRandolph Tan2012-10-091-1/+14
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-0/+10
* SERVER-7290 Make it harder to misuse failpointRandolph Tan2012-10-081-0/+6
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-041-0/+130