summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-2/+2
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-212-105/+63
* SERVER-55835 Reuse calculated field name and value sizes in BSONIteratorSortedHenrik Edin2021-04-082-10/+20
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-172-63/+105
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-172-105/+63
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-124/+13
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-252-13/+124
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-124/+13
* SERVER-54050 Respect collations for time-series bucket metadata and min/maxGregory Noma2021-01-301-7/+9
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-192-2/+19
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-171-4/+11
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-161-0/+13
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-13/+0
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-0/+13
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-141-2/+11
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+8
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+1
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support MinKey/MaxKe...Martin Neupauer2020-12-081-0/+12
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-071-1/+7
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-073-12/+21
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-046-338/+650
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-51856 Add Visual Studio Natvis debugger visualizers for BSONObj and BS...Henrik Edin2020-10-282-0/+34
* SERVER-51720 Fix BSONElement::_binDataVector bounds for ByteArrayDeprecatedBilly Donahue2020-10-202-10/+48
* SERVER-51719 BSONElement::toString must handle len < 0CLOUDP-69887Billy Donahue2020-10-191-1/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-15/+5
* SERVER-50338 Avoid using negative subscript in BSONValidateGeert Bosch2020-09-251-1/+1
* SERVER-49817 Optimize document diffing codeRuoxin Xu2020-09-221-0/+19
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-155-33/+20
* SERVER-50771 The BSONValidate fast path should support a depth of 32Geert Bosch2020-09-081-2/+2
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-042-3/+21
* 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