summaryrefslogtreecommitdiff
path: root/src/mongo/db/lasterror.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-19281 Add ns and index fields to DuplicateKey getLastErrorObjMaria van Keulen2019-06-251-0/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-6/+1
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-1/+10
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+4
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-1/+3
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-5/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-65/+63
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-102/+54
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-54/+102
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-102/+54
* SERVER-18131 Retire some unused parts of LastError.Andy Schwerin2015-04-201-12/+0
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-1/+11
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-1351: return new _id from inserted doc from updateScott Hernandez2013-10-101-3/+3
* normalize #includes in many filesEric Milkie2013-04-181-4/+4
* SERVER-8097 increment writebackSince on every request but GLEGreg Studer2013-01-071-0/+2
* SERVER-7958 - when an old operation has a writeback,Eliot Horowitz2012-12-181-1/+2
* rename raiseError to setLastErrorEric Milkie2012-04-241-1/+1
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-3/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* fix writebackId and getLastError integrationEliot Horowitz2012-01-171-4/+11
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+142