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