summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56103: Add kAssert log component and use it in assert_utilTyler Seip2021-08-091-1/+1
* SERVER-56841 tassert prints backtrace to the logs on failureJennifer Peshansky2021-05-121-0/+1
* SERVER-56322 Increase log severity for tassertAmirsaman Memaripour2021-04-281-4/+4
* SERVER-55017 fix iassert(...) and tassert(...) argument evaluationBilly Donahue2021-03-101-13/+11
* SERVER-53135: Make tassert only abort when TestingProctor is enabledTyler Seip2020-12-171-18/+16
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-201-1/+1
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-0/+34
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-241-0/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-17/+29
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-62/+64
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-2/+3
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-31/+80
* SERVER-40358 Add assertion helpers like 'StatusOKWithContext' to all macrosEric Cox2019-12-131-0/+10
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-21/+29
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38193 Make AssertionCount use AtomicInt32Mathias Stearn2018-11-301-8/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34364 qualify names from std namespaceBenety Goh2018-04-231-29/+28
* SERVER-34364 add Status and StatusWith support to invariant()Benety Goh2018-04-231-8/+13
* SERVER-25345 remove wassertMathias Stearn2018-01-191-25/+0
* SERVER-31734 rewrite massert/uassert to preserve statusesMathias Stearn2018-01-041-14/+6
* SERVER-32369 evaluate invariant message before passing to invariantFailedWith...Benety Goh2017-12-261-0/+7
* SERVER-31830 Allow invariant to accept messagessamantharitter2017-12-061-0/+11
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-021-19/+3
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-4/+20
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-19/+1
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-161-20/+14
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-10/+3
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-30/+0
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-281-9/+0
* SERVER-27038 changed assertion severitiesTedTuckman2017-06-091-23/+23
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* SERVER-25343 call std::abort on verify and wassert failuresRobert Guo2016-08-081-2/+2
* SERVER-24523 Change uassert log level back to LOG(1)Andreas Nilsson2016-07-111-2/+2
* SERVER-24524 Use log redaction functions to redact assertionsAndreas Nilsson2016-07-111-7/+12
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-111-25/+47
* Revert "SERVER-24523 Include file and line numbers in assertions"Eric Milkie2016-07-081-32/+19
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-071-19/+32
* SERVER-24530 Use invariant instead of verify in mutable bsonAndrew Morrow2016-06-131-7/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+6
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-0/+4
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-2/+3
* SERVER-22782 fassert/invariant should call std::abort, except for NoTraceEric Milkie2016-02-221-4/+2
* Revert "SERVER-16496 Define BOOST assert handler"Mark Benvenuto2016-02-171-21/+1