summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-13/+4
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-1/+0
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-0/+13
* SERVER-17802 add fassertStatusOKAdam Midvidy2015-04-101-0/+8
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-031-0/+20
* Revert "SERVER-17850 add utility to convert an exception to a Status"Adam Midvidy2015-04-031-20/+0
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-021-0/+20
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-9/+7
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-37/+36
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-241-0/+10
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-5/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-1/+0
* SERVER-16254 Clean up wording of invariantOK messageMathias Stearn2014-12-081-4/+4
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-1/+1
* Fatal assertion fixupsMathias Stearn2014-12-081-7/+0
* add fassertNoTrace and clean up wiredtiger assert pathEliot Horowitz2014-11-261-0/+8
* SERVER-16254 Add invariantOK and improve invariantWTOKMathias Stearn2014-11-211-2/+11
* SERVER-16028: Remote stacktrace in logs after creating collection with invali...Mark Benvenuto2014-11-131-0/+6
* Define dassert in terms of invariant rather than fassertMathias Stearn2014-11-041-1/+1
* SERVER-15873 add missing .h declaration for msgassertedNoTraceMatt Kangas2014-10-301-0/+1
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-071-7/+26
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-4/+14
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-4/+4
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+9
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13496 do not abort replication on secondaries when index name conflict...Eric Milkie2014-04-161-1/+0
* SERVER-13206: do not abort secondary on index creation conflictEliot Horowitz2014-03-171-1/+2
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-031-7/+0
* SERVER-12355: add "invariant" for invariant checking in server codeEliot Horowitz2014-01-131-2/+4
* SERVER-12213: indexCreate lets you control shutdown behaviorEliot Horowitz2014-01-091-1/+2
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-6/+5
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-5/+5
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-46/+39
* SERVER-11337 Make error reporting for exceptions thrown in commands consistentSpencer T Brody2013-10-231-1/+1
* SERVER-11177 buildbot stale_clustered.js make repl error codes constantsGreg Studer2013-10-151-1/+4
* 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