summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-141-2/+11
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-041-0/+55
* SERVER-49397 Spilling to disk for sort in SBE.Martin Neupauer2020-07-231-0/+3
* SERVER-47692 SharedBufferFragmentAllocator should discard its buffer on destr...Louis Williams2020-04-221-0/+6
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-44/+124
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-091-7/+24
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+0
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-261-11/+13
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+2
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-21/+14
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-1/+1
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-1/+0
* SERVER-34396 Fail to compile if io manipulators like std::hex are passed to S...Mathias Stearn2018-04-181-0/+8
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-01-221-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