summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-111-50/+150
* SERVER-24878 capture InterruptedAtShutdown when replicating for all code pathsEric Milkie2016-07-081-0/+6
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-0/+5
* Revert "SERVER-24523 Include file and line numbers in assertions"Eric Milkie2016-07-081-97/+37
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-071-37/+97
* SERVER-24530 Use invariant instead of verify in mutable bsonAndrew Morrow2016-06-131-6/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-20/+1
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-091-13/+13
* SERVER-24082 Implement uassertStatusOK and friends in terms of more basic ass...Mathias Stearn2016-05-091-29/+12
* SERVER-24082 Make it easier for compiler to out-of-line error casesMathias Stearn2016-05-091-18/+41
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-0/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-13/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+1
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-0/+6
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-21/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-294/+324
* 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