summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17596 mongo::OID::asTimeT() and mongo::OID::asDateT() should be constroot2015-03-172-3/+3
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-162-12/+7
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-131-0/+7
* SERVER-17428 continuation of snprintf fix for VS2015Eric Milkie2015-03-061-1/+1
* SERVER-17224 Reserve room for EOO byte when starting BSONObj buildingMathias Stearn2015-03-052-7/+52
* SERVER-6168 Fix exception memory leak in BSONIteratorSortedTyler Brock2015-03-032-8/+6
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-3/+1
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-1/+1
* SERVER-17278: Enforce BSON BinData lengthSpencer Jackson2015-02-131-0/+3
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-132-10/+2
* SERVER-17264: improve bson validation for utf-8 stringsEliot Horowitz2015-02-112-0/+21
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0621-274/+274
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-052-8/+7
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-48/+1
* Move BSON hashing functionality into BSONObj and BSONElementMathias Stearn2015-01-154-0/+117
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-153-1/+9
* SERVER-16632 Test more interesting numeric cases for KeyStringMathias Stearn2015-01-121-3/+9