summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* Fix lintr3.3.5Geert Bosch2016-04-222-2/+4
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-223-4/+6
* SERVER-1393 Allow specifying BSON version to validateGeert Bosch2016-04-223-9/+21
* SERVER-16221 SERVER-23710 Result of fromHex must be cast before becoming a Bi...Andrew Morrow2016-04-151-1/+9
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-123-5/+7
* SERVER-23348 Add a parameter of type StringData::ComparatorInterface* to the ...Tess Avitabile2016-04-122-5/+25
* Make comment on BSONObj getOwned less misleadingMartin Bligh2016-04-071-2/+2
* SERVER-23465 Make master compile cleanly on gcc 5.3.0Jonathan Reams2016-04-041-1/+4
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-244-17/+58
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-214-63/+0
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-151-23/+23
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-1/+1
* SERVER-22802 mmapv1 btree key should write leJason Carey2016-02-241-8/+1
* SERVER-22626 fix lintDavid Storch2016-02-161-0/+1
* SERVER-22626 fix $type unit testsDavid Storch2016-02-161-0/+2
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-122-0/+35
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-086-15/+23
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-112-12/+21
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-303-0/+192
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-181-19/+32
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-134-2/+42
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-132-2/+58
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-102-49/+15
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-1/+1
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-302-0/+56
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-303-5/+9
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-292-8/+2
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-282-2/+8
* SERVER-20676 Rename global min/maxKey variables to kMin/kMaxBSONKeyKaloian Manassiev2015-09-302-4/+4
* SERVER-20374 added bsonExtractIntegerFieldWithDefaultIf to support user-defin...Benety Goh2015-09-283-0/+63
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-172-13/+6
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-272-0/+2
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-138-3/+209
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-124-0/+71
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-0712-24/+455
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-062-8/+1
* SERVER-19348, SERVER-19349: Correct index bounds on $type and $mod.David Hatch2015-07-281-2/+2
* SERVER-19450 BSONElement::getGtLtOp() to use StringMapQingyang Chen2015-07-231-63/+46
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-232-50/+0
* SERVER-18997 Enforce value of boolean byte in bson validationAndrew Morrow2015-07-212-3/+26
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-213-32/+12
* SERVER-19430 Fix endian in definition of maxKey and minKeyAndrew Morrow2015-07-162-40/+6
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-142-0/+13
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-093-9/+6
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-2/+2
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-297-8/+9
* SERVER-18717 compose electionId in OID format from termmatt dannenberg2015-06-262-0/+16
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-207-37/+47
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2047-15331/+15426
* SERVER-18167 handle BSON Validation in OP_COMMANDAdam Midvidy2015-06-172-14/+0