summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27171 Add operator<<(bool) to StringBuilderImplJames Wahlin2016-12-062-0/+14
* SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev2016-11-152-0/+27
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-0/+14
* 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-285-21/+38
* 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-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-214-63/+0
* SERVER-22802 mmapv1 btree key should write leJason Carey2016-02-241-8/+1
* SERVER-20374 added bsonExtractIntegerFieldWithDefaultIf to support user-defin...Benety Goh2015-09-283-0/+63
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-172-13/+6
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-124-0/+71
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-4/+5
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-4/+4
* 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-207-800/+787
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-0/+44
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-1/+2
* 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