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