summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/bson_check.h
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-8/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-2/+1
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-24/+40
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-44/+42
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-14436 Introduce bsonCheckOnlyHasFields helpers.Andy Schwerin2014-07-071-0/+86