summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57779: Add double support for simple8b encodinglukebhan2021-07-153-0/+268
* SERVER-58149: Simple8b flush currNums into bufJackson Xie2021-07-153-52/+180
* SERVER-58147: Simple8b reduce redundant computationsJackson Xie2021-07-152-85/+240
* SERVER-58147: Simple8b reduce redundant computationsJackson Xie2021-07-143-123/+173
* SERVER-58434 disable simple8b testslukebhan2021-07-121-1/+3
* SERVER-58245: Enable big endian support for bitstream builder testlukebhan2021-07-122-2/+4
* SERVER-58245: disabling bitstream builder testlukebhan2021-07-071-2/+0
* SERVER-57726 Fix bson_util_test with ASAN builder: left shift of negative val...Benety Goh2021-07-031-1/+1
* SERVER-57726 Added signed integer encoding to simple8blukebhan2021-07-024-3/+192
* SERVER-57791: Simple8b skip functionalityJackson Xie2021-07-023-82/+244
* SERVER-57724: Simple8b append functionality into a buffer, retrieving all val...Jackson Xie2021-06-303-90/+248
* SERVER-56717 Update compare() comment with CodeWScope caseAlison Lu2021-06-251-1/+1
* SERVER-56717 Add ComparisonRulesSet as a parameterAlison Lu2021-06-252-9/+21
* SERVER-56717 Update naming and comment, simplify comparisonsAlison Lu2021-06-252-0/+101
* SERVER-57289 redact should not convert BSONArray into BSONObjMark Benvenuto2021-06-241-1/+5
* SERVER-57643: Simple8b renaming and small changesJackson Xie2021-06-222-13/+13
* SERVER-57643: Simple8b renaming and spec changesJackson Xie2021-06-223-19/+21
* SERVER-57643: Simple8b use little endian encoding + small format changesJackson Xie2021-06-223-59/+51
* SERVER-57643: Create Basic Decoder and Encoder FunctionsJackson Xie2021-06-224-0/+311
* SERVER-57492 Side-write table should not write more than KeyStringLouis Williams2021-06-172-4/+4
* SERVER-57525 Added wrapper around BufBuilder for modifying single bits effici...lukebhan2021-06-164-0/+361
* SERVER-56300 Add append functionality for iterator ranges in BSONObjBuilderKris Satya2021-06-102-32/+141
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-263-10/+25
* 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