summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-072-11/+11
* 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-064-29/+29
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
* SERVER-16258 Remove our strnlen and audit all callersMathias Stearn2014-12-081-53/+0
* SERVER-15694 unit test replSetUpdatePosition in the ReplicationCoordinatormatt dannenberg2014-10-292-0/+27
* 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-252-6/+42
* Revert "SERVER-14668 Add function to StringBuilder for formatting addresses"Kaloian Manassiev2014-08-252-38/+6
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-252-6/+38
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-5/+6
* SERVER-14616 replace BSONObj with UpdatePositionArgsmatt dannenberg2014-08-052-0/+49
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-143/+0
* SERVER-14436 Introduce bsonCheckOnlyHasFields helpers.Andy Schwerin2014-07-072-0/+166
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-192-5/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-167-63/+147
* SERVER-12298 Fix typos in bsonExtractIntegerField status messageKamran Khan2014-01-171-1/+1
* SERVER-11995 Fix Windows compiler error for bson_extract_test.Andy Schwerin2014-01-071-1/+2
* SERVER-11995 Add basic integer support to bson_extract.h.Andy Schwerin2014-01-073-2/+109
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-2/+0
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-75/+1
* SERVER-6246 Validate that createUser and updateUser commands don't receive an...Spencer T Brody2013-06-202-3/+30
* SERVER-9538 Only update BufBuilder's len if successfully grewMathias Stearn2013-05-031-5/+6
* SERVER-8330 Added cstdint.h for use of int64_t in Date_tShaun Verch2013-02-141-0/+1
* SERVER-8330 Make jsonString ouptut a signed Date_t and make sure JSON parser ...Shaun Verch2013-02-141-0/+3
* remove isNumber and stringToNumEliot Horowitz2012-12-181-18/+0
* 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-102-5/+5
* SERVER-7886 builder unit testEliot Horowitz2012-12-101-0/+34
* commentEliot Horowitz2012-11-271-1/+2
* Fix bson_extract_test -- BSONElement reference outlived containing BSONObj.Andy Schwerin2012-11-061-44/+27
* Fix logic error in bsonExtractBooleanFieldWithDefault.Andy Schwerin2012-11-062-4/+16
* Utility methods for extracting elements from BSON objects, that return Status.Andy Schwerin2012-11-063-0/+290
* 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-203-7/+9
* Include what you use fixes.Andy Schwerin2012-05-101-0/+2
* Fix implementation of AtomicUint::set on systems with older versions of GCC.Andy Schwerin2012-04-171-1/+1
* 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
* Some fix-up of the 32-bit AtomicUint type.Andy Schwerin2012-04-121-6/+20
* Fix all cases of alignment trap on ARMv7.Jani Monoses2012-04-061-1/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-262-6/+6