summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52904 Status faceliftBilly Donahue2021-08-231-84/+118
* SERVER-52741 Avoid invariant when trying to get optional ErrorExtraInfoPierlauro Sciarelli2020-11-161-0/+8
* SERVER-52642 Status constructor must handle optional ErrorExtraInfoPierlauro Sciarelli2020-11-051-5/+11
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-011-12/+12
* SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan2020-06-221-0/+25
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-2/+2
* SERVER-39688 Support namespaces for ErrorExtraInfoJason Carey2019-03-061-0/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-0/+11
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-11/+1
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+52
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-0/+12
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-1/+1
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-4/+4
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-021-4/+9
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+1
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-7/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-218/+215
* SERVER-18050 catch boost::exception in exceptionToStatusAdam Midvidy2015-04-171-4/+11
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-031-0/+51
* Revert "SERVER-17850 add utility to convert an exception to a Status"Adam Midvidy2015-04-031-51/+0
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-021-0/+51
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-3/+0
* SERVER-13470 Give Status move semantics in C++11 modeAndrew Morrow2014-04-071-0/+119
* SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin2014-02-261-8/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-9757 Improve performance of Status as a return valueAndrew Morrow2013-05-221-6/+6
* Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin2012-11-011-0/+14
* Make Status::OK a static function.Andy Schwerin2012-09-251-5/+5
* Introduced the Status class.Alberto Lerner2012-09-141-0/+66