summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-2/+1
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-53409 refresh FailPoint readability, documentationBilly Donahue2021-01-211-58/+36
* SERVER-48146 init-safe, shutdown-safe failpointBilly Donahue2020-12-171-26/+21
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-50923 Add a way to disable all registered failpointsSpencer T Brody2020-09-151-0/+6
* SERVER-50700 Allow constructing a FailPointEnableBlock from a pointer to the ...Spencer T Brody2020-09-091-14/+21
* SERVER-48171 consolidate implementations for FailPoint waiting functionsBenety Goh2020-05-151-9/+5
* SERVER-48171 FailPoint wait functions accept InterruptibleBenety Goh2020-05-151-3/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-5/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-4/+16
* SERVER-44629 Allow waitForTimesEntered with FailPointEnabledBlockBen Caimano2019-12-041-10/+18
* SERVER-44666 Make FailPoint::pauseWhileSet not increment _timesEnteredCheahuychou Mao2019-11-181-2/+2
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-251-6/+31
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-31/+9
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-17/+125
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-8/+33
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-33/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-15/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41130 Add support for bitops in AtomicWordJason Carey2019-05-221-20/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-34960 Add MONGO_FAIL_POINT_BLOCK_IFJason Carey2018-05-161-1/+6
* SERVER-29606 Add a 'skip' failpoint optionKaloian Manassiev2017-09-141-8/+29
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-16/+12
* 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