summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-181-19/+32
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-2/+15
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-0/+17
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-5/+15
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-231-5/+0
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-775/+816
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+4
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-2/+2
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-13/+20
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-20/+13
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+61
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-061-25/+3
* SERVER-17880 remove ReplTimeEric Milkie2015-04-061-7/+0
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-2/+1
* SERVER-17224 Reserve room for EOO byte when starting BSONObj buildingMathias Stearn2015-03-051-3/+20
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-65/+65
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-4/+4
* SERVER-15174 Read and write externally visible data in little endian formatAndrew Morrow2014-09-171-2/+2
* SERVER-15174 Use DataView and DataCursor in BSON libraryAndrew Morrow2014-09-171-2/+3
* SERVER-14936 Give BSONObj::Holder a proper class lifecycleAndrew Morrow2014-08-191-15/+41
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-18/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+9
* SERVER-14482 Add add missing appendX methods to BSONArrayBuilderTyler Brock2014-07-161-78/+21
* SERVER-12751 remove BSONBuilderBaseTyler Brock2014-07-141-3/+2
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-1/+1
* SERVER-14482 Add ability to append RegEx into BSONArrayBuilderTyler Brock2014-07-081-0/+5
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13037 Fix misspelling ("compatability" to "compatibility")Sean Wilkinson2014-04-251-1/+1
* SERVER-12547 Implement bulk rightward copying of opaque regions in mutableAndrew Morrow2014-02-081-0/+2
* SERVER-10159 Do slightly less work when resetting or destroying a mutable Doc...Andrew Morrow2014-01-041-0/+11
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-2/+3
* SERVER-11643: Collection::storageSize and 32-bit fix for 64-bit numbersEliot Horowitz2013-11-091-4/+0
* SERVER-11643: make Collection::storageSize return int64_t to be consistentEliot Horowitz2013-11-091-0/+4
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-211-10/+17
* SERVER-10521 Types for write commands.Alberto Lerner2013-09-121-0/+5
* SERVER-7671 Removed one decouple impl - unused & does not return freeable ptrJames Wahlin2012-12-211-8/+0
* SERVER-7886 - use StringData for << operator in bson libraryEliot Horowitz2012-12-121-14/+3
* SERVER-939 field parser and BSON enhancements for vectors and mapsGreg Studer2012-12-111-0/+19
* Enhancements to BSONObjBuilder family of classes' stream APIMathias Stearn2012-12-101-2/+33
* SERVER-7886 - use StringData methods in bson libraryEliot Horowitz2012-12-101-5/+11
* Rewrite Document and Value classesMathias Stearn2012-11-161-0/+9
* SERVER-7562 Query sync target with OpTime, not dateKristina2012-11-061-0/+7
* Moved BSONField to its own module.Alberto Lerner2012-09-251-42/+1
* SERVER-6121 make timestamps exist in aggroMatt Dannenberg2012-07-031-0/+5
* Treat undefined as null in aggregation rather than erroring SERVER-4674Mathias Stearn2012-07-031-0/+4
* Code cleanup, don't use pow() inappropriatelyTad Marshall2012-05-291-12/+13