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