summaryrefslogtreecommitdiff
path: root/src/mongo/util/errno_util.cpp
Commit message (Expand)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
* 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
* 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
* 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