summaryrefslogtreecommitdiff
path: root/src/mongo/base/status.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52904 Status faceliftBilly Donahue2021-08-231-84/+52
* SERVER-52642 Status constructor must handle optional ErrorExtraInfoPierlauro Sciarelli2020-11-051-1/+5
* SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan2020-06-221-2/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-5/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-3/+5
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2019-12-181-0/+9
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-141-0/+11
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* 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/+17
* SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn2018-03-261-9/+16
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-1/+5
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-12/+73
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-021-0/+4
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-161-4/+0
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-161-0/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-36/+9
* SERVER-24082 Never allocate an ErrorInfo for OK StatusesMathias Stearn2016-05-171-2/+3
* SERVER-24082 Move std::string construction into Status constructorMathias Stearn2016-05-091-0/+7
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+1
* Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev2015-12-161-1/+1
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-61/+56
* SERVER-17803 Constructing Status shouldn't require error string copyJason Rassi2015-04-081-11/+6
* 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-9757 Improve performance of Status as a return valueAndrew Morrow2013-05-221-58/+16
* add Status::toStringEliot Horowitz2012-12-191-0/+10
* Add missing ostream headerAndrew Morrow2012-11-081-0/+2
* Make Status::OK a static function.Andy Schwerin2012-09-251-5/+20
* Introduced the Status class.Alberto Lerner2012-09-141-0/+103