summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point_registry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-15/+17
|
* SERVER-28436 Create a basic helper for enabling fail point in cpp testRandolph Tan2017-04-251-1/+1
|
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-0/+8
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-21/+19
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
|
* SERVER-13892: Compiler FixesMark Benvenuto2014-05-091-1/+1
|
* SERVER-12717 Remove unnecessary dependency on db/commands.h from fail pointsAndrew Morrow2014-02-141-1/+0
|
* 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-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-0/+51
Step2: Implement infrastructure for accessing fail points externally