summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/builder.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Follow up after codereview SERVER-5061Mathias Stearn2012-04-171-2/+4
* rename _StringBuilder to StringBuilderImpl SERVER-5061Mathias Stearn2012-04-171-18/+18
* Make StringBuilder use heap by defaultMathias Stearn2012-04-161-19/+22
* Fix all cases of alignment trap on ARMv7.Jani Monoses2012-04-061-1/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* SERVER-4806: check for BufBuilder realloc success. (thx @spencerjackson for p...Ben Becker2012-02-091-1/+3
* SERVER-4683 use stackbufbuilder in stringbuilder. this is a tweak and does no...dwight2012-01-141-4/+2
* SERVER-4683 the old resize code for bufbuilder was doubling but was not stayi...dwight2012-01-141-5/+3
* SERVER-4593: Ensure mongoimport allows imports of up to 16MB in BSON size.Ben Becker2012-01-051-2/+7
* SERVER-4609 ensure correct buffer sizes for string representations of numbersEric Milkie2012-01-041-20/+29
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+322