summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-127-73/+64
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-127-64/+73
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-063-0/+184
* SERVER-9666 Move json utils into bson libraryAndrew Morrow2015-05-062-0/+1792
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-1410-33/+189
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-094-108/+86
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-084-86/+108
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-0722-236/+192
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-064-31/+26
* SERVER-17880 remove ReplTimeEric Milkie2015-04-063-28/+1
* Support C++11 range-based for loops over BSONObjMathias Stearn2015-03-273-39/+70
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-275-259/+188
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-263-6/+3
* SERVER-17640 Add explict BSONElement::operator bool()Mathias Stearn2015-03-181-0/+13