summaryrefslogtreecommitdiff
path: root/src/mongo/util/errno_util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-0/+24
|
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-161-88/+13
| | | | Remove errnoWithPrefix, errnoAndDescription
* SERVER-41047 errnoWithDescription only check __ANDROID_API__ if it's definedKevin Pulo2019-05-291-1/+2
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39604 Return error code in errnoWithDescription result for unknown errorsJonathan Reams2019-02-281-2/+3
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-36147 Add basic support for targeting emscriptenAndrew Morrow2018-07-171-1/+1
|
* SERVER-34006 build android embedded with api version 21Gabriel Russell2018-06-141-1/+1
|
* SERVER-22411 SChannel Certificate Validation and FixesMark Benvenuto2018-03-221-1/+1
|
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-281-0/+124