summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.h
Commit message (Expand)AuthorAgeFilesLines
* Add new form of fassert that takes a Status instead of a bool.Andy Schwerin2013-10-051-0/+6
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+4
* SERVER-2212 Add error code to AssertionException::interrupted() listJason Rassi2013-09-251-1/+2
* SERVER-6219: Use ::mongo in macrosPhillip Quiza2013-09-131-4/+4
* SERVER-10242 Make uassertStatusOK() an inline function instead of a macro.Andy Schwerin2013-07-171-7/+6
* SERVER-7974 Suppress stack trace on replication errorsRandolph Tan2013-05-031-0/+1
* SERVER-7271 Do not exit if a transient config server error aborts a migration.Alberto Lerner2013-04-011-3/+5
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-0/+12
* SERVER-7767 Validate system.users documents on insert and update.Andy Schwerin2012-12-191-0/+8
* SERVER-939 error handling for string*Greg Studer2012-12-031-0/+3
* SERVER-939 new CollectionManager and MetadataLoader classes (not yet hooked).Alberto Lerner2012-11-291-0/+9
* Add branch hint to fassertMathias Stearn2012-11-051-2/+2
* SERVER-7220 only an incremental improvement so keep ticket open. add toDwight2012-10-041-1/+3
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* Include what you useTad Marshall2012-05-161-0/+1
* Do not link bsondemo against mongoclient, verifying that it is header-only fo...Andy Schwerin2012-05-101-1/+3
* Assert codes updated by buildscriptRandolph Tan2012-05-091-1/+1
* In debug mode, dassert() should be fassert(), not verify().Andy Schwerin2012-05-091-1/+1
* Git rid of uassert_nothrow().Andy Schwerin2012-04-241-3/+0
* Minor cleanup of assert_util.h.Andy Schwerin2012-04-241-2/+2
* Introduce mongo/platform/compiler.h.Andy Schwerin2012-04-121-16/+9
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-9/+15
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-10/+4
* SERVER-5348: fix wrong usage of BOOST_CHECK_EXCEPTION macro BOOST_CHECK_EXCEP...Pedro Larroy2012-03-231-7/+6
* make more include friendlydwight2011-12-311-27/+27
* compiledwight2011-12-271-0/+2
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-22/+16
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+275