summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/bson_extract.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+11
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-29/+24
* 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-27263 BSONExtractWithDefault more efficient in the 'no such key' caseTyler Kaye2017-06-221-87/+126
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-1/+3
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-261-0/+12
* SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev2016-11-151-0/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+20
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-19/+0
* SERVER-20374 added bsonExtractIntegerFieldWithDefaultIf to support user-defin...Benety Goh2015-09-281-0/+27
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-9/+2
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-0/+26
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-141/+127
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-12/+12
* SERVER-15694 unit test replSetUpdatePosition in the ReplicationCoordinatormatt dannenberg2014-10-291-0/+14
* SERVER-14616 replace BSONObj with UpdatePositionArgsmatt dannenberg2014-08-051-0/+22
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12298 Fix typos in bsonExtractIntegerField status messageKamran Khan2014-01-171-1/+1
* SERVER-11995 Add basic integer support to bson_extract.h.Andy Schwerin2014-01-071-2/+40
* SERVER-6246 Validate that createUser and updateUser commands don't receive an...Spencer T Brody2013-06-201-3/+18
* SERVER-7886 - use StringData methods in bson libraryEliot Horowitz2012-12-101-3/+3
* Fix logic error in bsonExtractBooleanFieldWithDefault.Andy Schwerin2012-11-061-4/+10
* Utility methods for extracting elements from BSON objects, that return Status.Andy Schwerin2012-11-061-0/+87