summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27507 Implement visibility for mutablebsonAndrew Morrow2020-09-024-10/+14
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-44967 Check new BSONValidate against old one in bson_validate_fuzzerGeert Bosch2020-08-184-1/+501
* SERVER-44401 Fix CodeWScope edge cases in new BSONValidateGeert Bosch2020-08-172-0/+8
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-143-354/+307
* Revert "SERVER-44401 Optimize validateBSON"Gregory Wlodarek2020-08-143-302/+356
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-133-356/+302
* SERVER-44401 Add validate_BSON benchmarkGeert Bosch2020-08-131-0/+50
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-011-2/+2
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-271-9/+14
* SERVER-49397 Spilling to disk for sort in SBE.Martin Neupauer2020-07-231-0/+3
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-151-7/+8
* Revert "SERVER-49351 Implement readKeyStringValueIntoAccessors()"Jason Chan2020-07-151-8/+7
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-141-7/+8
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-267-49/+37
* 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