summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-021-0/+21
* SERVER-17554 Remove support for building with journaling off by defaultJonathan Reams2015-04-011-2/+2
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-2/+4
* SERVER-13256 Make debug_util macros onlyAndrew Morrow2015-01-051-0/+1
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16254 Clean up wording of invariantOK messageMathias Stearn2014-12-081-8/+9
* Fatal assertion fixupsMathias Stearn2014-12-081-17/+8
* add fassertNoTrace and clean up wiredtiger assert pathEliot Horowitz2014-11-261-0/+8
* SERVER-16254 Add invariantOK and improve invariantWTOKMathias Stearn2014-11-211-0/+9
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-1/+3
* SERVER-14527 Do not setLastError in assert_util.Andy Schwerin2014-07-141-6/+0
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-6/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12355: add "invariant" for invariant checking in server codeEliot Horowitz2014-01-131-0/+8
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-0/+28
* Add new form of fassert that takes a Status instead of a bool.Andy Schwerin2013-10-051-0/+8
* SERVER-8477 Remove extra return statement from DBException::toString()Mohit Srivastava2013-08-281-1/+2
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1