summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-0/+2
* SERVER-71292 Redact all sensitive information in query #8731Jess Balint2022-11-151-13/+28
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-0/+6
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-4/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-021-9/+27
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+2
* SERVER-61846 redact document using null instead of default mask to stay under...Benety Goh2021-12-131-5/+18
* SERVER-57289 redact should not convert BSONArray into BSONObjMark Benvenuto2021-06-241-1/+5
* SERVER-55835 Reuse calculated field name and value sizes in BSONIteratorSortedHenrik Edin2021-04-081-7/+7
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-071-3/+14
* SERVER-51856 Add Visual Studio Natvis debugger visualizers for BSONObj and BS...Henrik Edin2020-10-281-0/+13
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-3/+2
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-2/+2
* SERVER-47838 Make BSONObj::addFields() method more genericArun Banala2020-06-081-36/+23
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-081-5/+4
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-301-0/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-4/+2
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-2/+3
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-6/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-12/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-8/+39
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-40/+59
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-21/+61
* SERVER-44111 Assert BSONObj size is valid while copyingLouis Williams2019-10-211-2/+28
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-0/+19
* SERVER-42657 Make DataType<BSONObj> noexcept safeJonathan Reams2019-08-071-2/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-0/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-8/+8
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-6/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-2/+2
* SERVER-36475 Reduce use of stringstream in BSONObj.jsonStringKashish Garg2018-08-081-5/+13
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-14/+0
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-1/+1
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-041-1/+1
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-42/+48
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-0/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+20
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-021-21/+5
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-10/+0
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-1/+0
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-2/+2