summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* wrap condition variable waitForConditionOrInterruptNoAssertUntilfailpoint_syncJason Chan2019-07-171-2/+2
* syncNowLingzhi Deng2019-07-161-0/+16
* include SyncConfig in setModeLingzhi Deng2019-07-151-1/+1
* wrap sync-related members into SyncConfigLingzhi Deng2019-07-151-1/+2
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-241-1/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39133 Ensure failpoint registry is initialized before option validationMark Benvenuto2019-02-041-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-35517 Add failpoint mechanism to the mongo shellBen Caimano2018-06-081-0/+21
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-28436 Create a basic helper for enabling fail point in cpp testRandolph Tan2017-04-251-1/+13
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-16/+16
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+5
* 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-8897 Don't use non-portable variadic comma elisionAndrew Morrow2013-03-081-1/+3
* SERVER-7556 Break FailPoint library into smaller piecesRandolph Tan2012-11-051-0/+37