summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-21/+14
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-30/+25
* 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-137-11/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-162-5/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-227-86/+105
* 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-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-01-221-0/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-2/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-1/+2
* 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-27263 BSONExtractWithDefault more efficient in the 'no such key' caseTyler Kaye2017-06-222-87/+159
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-0/+15
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-1/+3
* 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-132-7/+65
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-122-27/+45
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-202-9/+16
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-262-0/+27
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27171 Add operator<<(bool) to StringBuilderImplJames Wahlin2016-11-282-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