summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24525 Fix BSON encoding and decoding for decimalVincent Do2016-06-133-5/+13
* SERVER-24242 Make BSONObj nothow_move_constructibleMathias Stearn2016-06-091-5/+5
* SERVER-4536 Support appending an int64_t to a BSONObjBuilderMathias Stearn2016-06-093-0/+35
* SERVER-24181 Enable BSON 1.1 by defaultGeert Bosch2016-06-032-10/+1
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-032-187/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2820-50/+81
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-184-276/+221
* SERVER-23826 SERVER-24145 Don't pass nullptr to attribute nonnull parametersAndrew Morrow2016-05-161-1/+2
* SERVER-23949 Enable decimal support by default in Mongo shellGeert Bosch2016-05-062-2/+13
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-052-0/+39
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-0411-44/+51
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-10/+0
* SERVER-23873 Optimize validateBSONMathias Stearn2016-04-291-11/+16
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-298-28/+162
* SERVER-23895 Coverity analysis defect 98855: Logically dead codeGeert Bosch2016-04-271-1/+1
* 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