summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/get_status_from_command_result.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* 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-8/+10
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-1/+2
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-1/+1
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-181-0/+43
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-2/+2
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-281-0/+35
* Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"Kaloian Manassiev2015-12-221-2/+0
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-221-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-34/+31
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-1/+5
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-221-0/+74