summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25069 added Timestamp::toBSON()Benety Goh2017-02-032-0/+11
* SERVER-26845 Fix compile with clang-3.9Mathias Stearn2016-11-141-1/+1
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-10-031-0/+11
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-09-022-0/+39
* SERVER-24240 SERVER-23465 Make v3.2 branch compile cleanly on gcc 5.3.0Jonathan Reams2016-05-241-1/+4
* SERVER-22626 fix lintDavid Storch2016-02-221-0/+1
* SERVER-22626 fix $type unit testsDavid Storch2016-02-221-0/+2
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-222-0/+35
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-122-12/+21
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2016-01-113-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
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-162-4/+6
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-102-5/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-104-12/+8
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18167 add method for validating input/output to a DataRangeAdam Midvidy2015-05-182-2/+16
* SERVER-18463 Remove BSON startup testsKaloian Manassiev2015-05-153-160/+95
* SERVER-13874 Fix MSVC signed/unsigned mismatch warningKaloian Manassiev2015-05-151-1/+1
* SERVER-13874 Add comments to Date_t class definition and method declarations.Andy Schwerin2015-05-141-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-139-72/+81