summaryrefslogtreecommitdiff
path: root/src/mongo/base/status.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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