summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43895 Remove commented out function in ordering.hShin Yee Tan2020-06-241-17/+7
* SERVER-48739 Changed Ordering::allAscending to creator functionAlex Taskov2020-06-181-3/+2
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-171-0/+5
* SERVER-46296 Use dynamic builders for required non-windows waterfall buildersAndrew Morrow2020-06-161-0/+1
* SERVER-47838 Make BSONObj::addFields() method more genericArun Banala2020-06-083-39/+78
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-082-9/+12
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-302-0/+16
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-264-4/+3
* SERVER-30044 Delete const&& versions of BSONComparatorInterfaceBase's make* m...Drew Paroski2020-04-233-14/+55
* SERVER-47692 SharedBufferFragmentAllocator should discard its buffer on destr...Louis Williams2020-04-221-0/+6
* SERVER-47220 log json field paddingBilly Donahue2020-04-211-4/+1
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-1/+2
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-151-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-102-48/+126
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-4/+2
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-203-0/+94
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-162-56/+57
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-136-40/+140
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-093-27/+28
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-272-7/+18
* SERVER-45460 Mark CodeWithScope as deprecated in bsontypes.hJames Wahlin2020-02-261-5/+5
* SERVER-46361 Format UUID as $uuid:<string> in logv2Henrik Edin2020-02-253-3/+62
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-215-5/+0
* SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter valuesSara Golemon2020-02-211-0/+58
* 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