summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-021-1/+1
* SERVER-54358 enable for (auto [name, elem] : someBsonObj) {...}Mathias Stearn2022-03-291-0/+6
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-93/+168
* SERVER-56185 Investigate possible improvements with session migration and a c...Allison Easton2021-10-151-1/+1
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-4/+4
* SERVER-55835 Reuse calculated field name and value sizes in BSONIteratorSortedHenrik Edin2021-04-081-3/+13
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-2/+9
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-071-1/+3
* SERVER-49817 Optimize document diffing codeRuoxin Xu2020-09-221-0/+19
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-3/+2
* SERVER-47838 Make BSONObj::addFields() method more genericArun Banala2020-06-081-3/+11
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-301-0/+5
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-1/+4
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-2/+0
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-0/+5
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-20/+27
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-3/+25
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-0/+4
* SERVER-42657 Make DataType<BSONObj> noexcept safeJonathan Reams2019-08-071-2/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-0/+3
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+4
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-6/+18
* SERVER-36475 Reduce use of stringstream in BSONObj.jsonStringKashish Garg2018-08-081-0/+5
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-2/+17
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-041-26/+2
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-25/+94
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-14/+16
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-4/+0
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-32/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-2/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+2
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+2
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-2/+10
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+1
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+1
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+2
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-2/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+2
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+7
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-1/+7
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-021-49/+3
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-9/+0
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-2/+5