summaryrefslogtreecommitdiff
path: root/src/mongo/base/status.cpp
AgeCommit message (Expand)Author
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-08-23SERVER-52904 Status faceliftBilly Donahue
2020-11-05SERVER-52642 Status constructor must handle optional ErrorExtraInfoPierlauro Sciarelli
2020-06-22SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-03-24SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-20SERVER-45869 more automatically converted structuredGabriel Russell
2019-12-18SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin
2019-07-14SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-03-26SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn
2018-01-17SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn
2018-01-04SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn
2017-11-02SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn
2017-08-16SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn
2017-08-16SERVER-30580 StringData-ify error handling functionsMathias Stearn
2017-08-16SERVER-30580 No more status locationsMathias Stearn
2016-05-17SERVER-24082 Never allocate an ErrorInfo for OK StatusesMathias Stearn
2016-05-09SERVER-24082 Move std::string construction into Status constructorMathias Stearn
2015-12-16SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev
2015-12-16Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev
2015-12-16SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-04-08SERVER-17803 Constructing Status shouldn't require error string copyJason Rassi
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2013-05-22SERVER-9757 Improve performance of Status as a return valueAndrew Morrow
2012-12-19add Status::toStringEliot Horowitz
2012-11-08Add missing ostream headerAndrew Morrow
2012-09-25Make Status::OK a static function.Andy Schwerin
2012-09-14Introduced the Status class.Alberto Lerner