summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util
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-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* 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-092-9/+26
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-37/+22
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-261-11/+13
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-22/+4
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-142-2/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-103-6/+5
* 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