summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-132-14/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-135-15/+33
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-122-8/+44
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-114-120/+212
* SERVER-45118 Improve comments for BSONElement::numberInt() and BSONElement::n...David Storch2020-01-151-7/+17
* SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin2019-12-202-5/+36
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-1810-282/+823
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-1/+1
* SERVER-44102 Optimize bsonelement constructorGeert Bosch2019-10-294-45/+69
* SERVER-43775 BSON errors should log memory contextLouis Williams2019-10-222-3/+53
* SERVER-44111 Assert BSONObj size is valid while copyingLouis Williams2019-10-211-2/+28
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-154-37/+6
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-7/+6
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-6/+7
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-7/+6
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-104-6/+37
* SERVER-42815 Remove unused BSONElement::codeWScopeScopeDataUnsafe() methodJames Wahlin2019-08-291-16/+0
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-155-53/+7
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-0/+23
* SERVER-42657 Make DataType<BSONObj> noexcept safeJonathan Reams2019-08-072-4/+11
* SERVER-42067 Ensure key Ordering offset does not exceed the maximum number of...Louis Williams2019-08-051-0/+3
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-6/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2720-116/+77
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-263-43/+42
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-122-0/+7
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-093-37/+15
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-034-113/+153
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-2/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-274-101/+95
* SERVER-41705 fix lint againBenety Goh2019-06-241-1/+0
* SERVER-41705 fix lintBenety Goh2019-06-241-1/+2
* SERVER-41705 Add BSON validator fuzzing testRoxane2019-06-242-0/+45
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-203-95/+12
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1417-44/+47
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-103-6/+5
* SERVER-41563 BSONObjBuilder mutators must return *thisBilly Donahue2019-06-072-43/+46
* SERVER-8544 Disable having duplicate regex options in JSON parsingNathan Brown2019-06-042-1/+5
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+4
* SERVER-40802 stop using boost::container::flat_setMathias Stearn2019-05-012-34/+0
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-013-30/+47
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-305-252/+386
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-253-0/+205
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-9/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-096-37/+31
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-083-15/+22
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-065-10/+10
* SERVER-38623 Make safeNumberLongForHash consistent on all platformsJustin Seyster2019-04-032-19/+18
* SERVER-36024 Relax overzealous dassert in mutable bsonAndrew Morrow2019-03-292-29/+46
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-287-12/+16
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-1/+1