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