summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-5/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-62980 Revert simplification of compareElementStringValues for perfMatt Kneiser2022-01-261-1/+9
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-17/+7
* SERVER-61566 Fix and extract coercion to 32-bit int logic in expression parsingRui Liu2021-11-301-1/+17
* SERVER-61124 Remove BSONElement::compareDan Larkin-York2021-11-021-102/+0
* SERVER-56717 Add ComparisonRulesSet as a parameterAlison Lu2021-06-251-7/+17
* SERVER-56717 Update naming and comment, simplify comparisonsAlison Lu2021-06-251-0/+92
* SERVER-51856 Add Visual Studio Natvis debugger visualizers for BSONObj and BS...Henrik Edin2020-10-281-0/+21
* SERVER-51719 BSONElement::toString must handle len < 0CLOUDP-69887Billy Donahue2020-10-191-1/+1
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-13/+9
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-081-4/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-0/+4
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-40/+93
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-224/+93
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-1/+1
* SERVER-44102 Optimize bsonelement constructorGeert Bosch2019-10-291-34/+43
* SERVER-43775 BSON errors should log memory contextLouis Williams2019-10-221-3/+40
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-5/+1
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-1/+5
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+7
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-2/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-8544 Disable having duplicate regex options in JSON parsingNathan Brown2019-06-041-0/+1
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-0/+78
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-7/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* rewrite BSONElement::coerce as overloads rather than undefined templateBilly Donahue2018-12-271-15/+8
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-0/+3
* 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-36576 Restore ostream formatters after changeMark Benvenuto2018-09-061-2/+17
* SERVER-36475 Reduce use of stringstream in BSONObj.jsonStringKashish Garg2018-08-081-3/+10
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-4/+4
* SERVER-32302 Use a table to compute the size of each BSONElementMathias Stearn2018-01-041-56/+69
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-041-96/+2
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-161-3/+6
* SERVER-31026 Properly format UUIDs in BSONElement::toStringGeert Bosch2017-10-191-10/+26
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-165/+161
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-50/+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