summaryrefslogtreecommitdiff
path: root/src/mongo/base/status.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52741 Avoid invariant when trying to get optional ErrorExtraInfoPierlauro Sciarelli2020-11-161-7/+11
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2019-12-181-0/+2
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-141-0/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-301-2/+66
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-6/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn2018-03-261-0/+8
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-0/+9
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-17/+60
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-061-7/+4
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-0/+15
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-021-0/+8
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-161-5/+0
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-161-0/+1
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-1/+11
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-32/+22
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+25
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-221-3/+2
* SERVER-24082 Never allocate an ErrorInfo for OK StatusesMathias Stearn2016-05-171-1/+4
* SERVER-24082 Move std::string construction into Status constructorMathias Stearn2016-05-091-0/+12
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-091-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-90/+90
* SERVER-17803 Constructing Status shouldn't require error string copyJason Rassi2015-04-081-5/+3
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-6/+5
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-4/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13470 Give Status move semantics in C++11 modeAndrew Morrow2014-04-071-0/+5
* SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin2014-02-261-1/+1
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-5/+6
* SERVER-9757 Move Status inlines to inline headerAndrew Morrow2013-05-221-34/+17
* SERVER-9757 Improve performance of Status as a return valueAndrew Morrow2013-05-221-18/+40
* add Status::toStringEliot Horowitz2012-12-191-0/+2
* Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin2012-11-011-0/+1
* Make Status::OK a static function.Andy Schwerin2012-09-251-2/+6
* Implement and test InitializerDependencyGraph.Andy Schwerin2012-09-171-0/+8
* Introduced the Status class.Alberto Lerner2012-09-141-0/+124