summaryrefslogtreecommitdiff
path: root/src/mongo/base/generate_error_codes.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan2020-06-221-2/+10
* SERVER-42624 convert to error_codes.ymlBilly Donahue2019-08-131-46/+78
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-18/+20
* SERVER-39688 Support namespaces for ErrorExtraInfoJason Carey2019-03-061-0/+14
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-27/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-12/+18
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-2/+7
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-021-13/+20
* SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}Mathias Stearn2017-11-021-305/+69
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-161-4/+9
* SERVER-23826 SERVER-22697 Allow arbitrary error codes without undefined behaviorAndrew Morrow2016-05-161-1/+4
* SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov2016-01-151-1/+1
* SERVER 10160 generate symbolic JS constants for ErrorCodesCalvin Chan2015-08-171-61/+163
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+1
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-2/+1
* 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-29/+64
* SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin2014-02-261-13/+18
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-1/+2
* SERVER-7866 - use StringData's correct methods and substrEliot Horowitz2012-12-101-1/+1
* SERVER-7602 Fix licenses for auto-generated filesSpencer T Brody2012-11-271-0/+28
* SERVER-7565 Make line endings Unix-style on WindowsTad Marshall2012-11-061-2/+2
* SERVER-7565 Fix typos and styleTad Marshall2012-11-061-4/+4
* Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin2012-11-011-2/+42
* Auto-generate error_codes.{h,cpp}.Andy Schwerin2012-10-291-0/+189