summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-6/+6
* SERVER-38193 Make AssertionCount use AtomicInt32Mathias Stearn2018-11-301-5/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34364 remove invariantOK and dassertOKBenety Goh2018-04-261-14/+0
* SERVER-34364 add Status and StatusWith support to invariant()Benety Goh2018-04-231-0/+49
* SERVER-24635 remove fassertStatusOKBenety Goh2018-03-081-26/+0
* SERVER-33659 add fassertNoTrace overload that accepts StatusWithBenety Goh2018-03-061-0/+16
* SERVER-25345 remove wassertMathias Stearn2018-01-191-10/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-0/+29
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-6/+48
* SERVER-31734 rewrite massert/uassert to preserve statusesMathias Stearn2018-01-041-62/+55
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-4/+0
* SERVER-31622 Add missing includeMathias Stearn2017-11-021-0/+1
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-4/+4
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-021-0/+70
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-14/+21
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-31/+1
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-161-17/+6
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-32/+1
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-7/+4
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-3/+1
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-40/+24
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-13/+3
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-161-3/+0
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-111-50/+150
* SERVER-24878 capture InterruptedAtShutdown when replicating for all code pathsEric Milkie2016-07-081-0/+6
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-0/+5
* Revert "SERVER-24523 Include file and line numbers in assertions"Eric Milkie2016-07-081-97/+37
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-071-37/+97
* SERVER-24530 Use invariant instead of verify in mutable bsonAndrew Morrow2016-06-131-6/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-20/+1
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-091-13/+13
* SERVER-24082 Implement uassertStatusOK and friends in terms of more basic ass...Mathias Stearn2016-05-091-29/+12
* SERVER-24082 Make it easier for compiler to out-of-line error casesMathias Stearn2016-05-091-18/+41
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-0/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-13/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+1
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-0/+6
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-21/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-294/+324
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-13/+4
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-1/+0
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-0/+13
* SERVER-17802 add fassertStatusOKAdam Midvidy2015-04-101-0/+8