summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+1
* SERVER-71968 Make MONGO_SOURCE_LOCATION static constexpr in tassertIvan Fefer2023-02-101-7/+8
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2022-11-211-0/+18
* SERVER-42810 Changed `throw()` to `noexcept`Celina Tala2022-09-211-1/+1
* SERVER-41064 ScopedDebugInfoBilly Donahue2022-08-031-0/+87
* SERVER-67134 Fixed assert logging (bugprone-lambda-function-name)Alexander Neben2022-06-231-6/+7
* SERVER-66345: Add a MONGO_UNIMPLEMENTEDErin McNulty2022-06-211-0/+18
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-4/+31
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-0/+12
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-201-5/+2
* SERVER-55139 Fix documentation for MONGO_UNREACHABLELuis Osta2021-05-241-4/+5
* SERVER-51061 Rename WHITELIST macros to ALLOWSara Golemon2021-05-041-2/+2
* SERVER-55017 fix iassert(...) and tassert(...) argument evaluationBilly Donahue2021-03-101-53/+39
* SERVER-53135: Make tassert only abort when TestingProctor is enabledTyler Seip2020-12-171-8/+7
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-201-22/+9
* SERVER-52741 Avoid invariant when trying to get optional ErrorExtraInfoPierlauro Sciarelli2020-11-161-5/+3
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-0/+60
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-241-0/+36
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2019-12-181-0/+4
* SERVER-40358 Add assertion helpers like 'StatusOKWithContext' to all macrosEric Cox2019-12-131-0/+50
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-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-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