summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-14/+17
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-02-271-0/+6
* SERVER-30720 Integer overflow in SharedBuffer::grow_reallocateMartin Neupauer2017-08-181-5/+6
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-161-0/+4
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-0/+15
* SERVER-27193 Fix signed/unsigned mismatch compilation warnings on MSVCKaloian Manassiev2017-06-141-2/+1
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-131-7/+24
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-201-9/+10
* SERVER-27171 Add operator<<(bool) to StringBuilderImplJames Wahlin2016-11-281-0/+4
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-5/+6
* SERVER-23100 Allow StringBuilder and str::stream to return StringData viewsMathias Stearn2016-08-291-0/+9
* SERVER-13367 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-151-0/+5
* Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, Log...Adam Chelminski2016-08-151-5/+0
* SERVER-13517 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-151-0/+5
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-60/+72
* SERVER-24525 Fix BSON encoding and decoding for decimalVincent Do2016-06-131-4/+9
* SERVER-4536 Support appending an int64_t to a BSONObjBuilderMathias Stearn2016-06-091-0/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23826 SERVER-24145 Don't pass nullptr to attribute nonnull parametersAndrew Morrow2016-05-161-1/+2
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-10/+0
* SERVER-22802 mmapv1 btree key should write leJason Carey2016-02-241-8/+1
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-4/+5
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-6/+5
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-364/+398
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-1/+2
* 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-051-4/+32
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-1/+1
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-6/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
* SERVER-15174 Read and write externally visible data in little endian formatAndrew Morrow2014-09-171-2/+20
* SERVER-15174 Use DataView and DataCursor in BSON libraryAndrew Morrow2014-09-171-11/+18
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-251-6/+18
* Revert "SERVER-14668 Add function to StringBuilder for formatting addresses"Kaloian Manassiev2014-08-251-14/+6
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-251-6/+14
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-5/+6
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-2/+0
* SERVER-9538 Only update BufBuilder's len if successfully grewMathias Stearn2013-05-031-5/+6
* Add missing include to mongo/bson/util/builder.h.Andy Schwerin2012-12-141-0/+1
* SERVER-7886 - use StringData methods in bson libraryEliot Horowitz2012-12-101-2/+2
* commentEliot Horowitz2012-11-271-1/+2
* SERVER-7253 use macro for snprintf on Windows instead of function pointerTad Marshall2012-10-041-7/+8
* Move StringData to base/string_data.hMathias Stearn2012-09-261-1/+1
* Revert Include what you use -- bson/util/builder.hTad Marshall2012-06-041-1/+2
* Include what you use -- bson/util/builder.hTad Marshall2012-06-031-2/+1
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-5/+6