summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16496 Define BOOST assert handlerMark Benvenuto2016-02-101-1/+21
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+0
* Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev2015-12-161-0/+1
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+0
* SERVER-21050 Make the 'causedBy' reports more descriptiveKaloian Manassiev2015-12-141-5/+1
* SERVER-20538 Build a general purpose SecureAllocatorAndrew Morrow2015-10-271-3/+4
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+1
* SERVER-18474 allow core dump on fassert and invariant failuresRobert Guo2015-08-121-4/+2
* SERVER-9666 Remove libbase dependency on inShutdownAndrew Morrow2015-08-101-1/+1
* Revert "SERVER-18474 allow core dump on fassert and invariant failures"Robert Guo2015-08-071-2/+4
* SERVER-18474 allow core dump on fassert and invariant failuresRobert Guo2015-08-061-4/+2
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-17/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-222/+221
* SERVER-18050 catch boost::exception in exceptionToStatusAdam Midvidy2015-04-171-8/+24
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-031-0/+17
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* Revert "SERVER-17850 add utility to convert an exception to a Status"Adam Midvidy2015-04-031-21/+0