summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-6/+6
* SERVER-63736 validate only fields listed in config are indexedsergey.galtsev2022-04-051-0/+7
* SERVER-54358 enable for (auto [name, elem] : someBsonObj) {...}Mathias Stearn2022-03-291-0/+28
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-118/+202
* SERVER-61566 Fix and extract coercion to 32-bit int logic in expression parsingRui Liu2021-11-301-1/+12
* SERVER-61124 Remove BSONElement::compareDan Larkin-York2021-11-021-11/+0
* SERVER-60199 Attempt to fix Coverity defectGabriel Marks2021-10-291-1/+2
* SERVER-48076 Account for rounding of 64 bit type max in conversion to…Reo Kimura2021-09-221-5/+3
* SERVER-57633 SERVER-48076 fix implicit long long to double conversion in BSON...Benety Goh2021-08-181-1/+6
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMindaugas Malinauskas2021-07-201-8/+27
* SERVER-56717 Update compare() comment with CodeWScope caseAlison Lu2021-06-251-1/+1
* SERVER-56717 Add ComparisonRulesSet as a parameterAlison Lu2021-06-251-2/+4
* SERVER-56717 Update naming and comment, simplify comparisonsAlison Lu2021-06-251-0/+9
* 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-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+8
* SERVER-51720 Fix BSONElement::_binDataVector bounds for ByteArrayDeprecatedBilly Donahue2020-10-201-10/+5
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-0/+55
* SERVER-46071 Handle nan/inf/out-of-range inputs to integral set parameter valuesSara Golemon2020-02-211-0/+58
* SERVER-46017 Add truncation support for JSON formatterHenrik Edin2020-02-111-20/+33
* SERVER-45118 Improve comments for BSONElement::numberInt() and BSONElement::n...David Storch2020-01-151-7/+17
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-2/+25
* SERVER-44102 Optimize bsonelement constructorGeert Bosch2019-10-291-9/+8
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-12/+3
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-3/+12
* SERVER-42815 Remove unused BSONElement::codeWScopeScopeDataUnsafe() methodJames Wahlin2019-08-291-16/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-0/+30
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-7/+10
* SERVER-38623 Make safeNumberLongForHash consistent on all platformsJustin Seyster2019-04-031-16/+8
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-2/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* rewrite BSONElement::coerce as overloads rather than undefined templateBilly Donahue2018-12-271-3/+8
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-1/+48
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36475 Reduce use of stringstream in BSONObj.jsonStringKashish Garg2018-08-081-0/+7
* SERVER-32302 Make mutablebson cache total field sizeMathias Stearn2018-01-041-8/+12
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-041-32/+27
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-0/+1
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-1/+1
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-15/+29
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-13362 Remove BSONElement::chk(bool) overloadBen Shteinfeld2017-08-071-11/+6
* SERVER-13362 Change BSONElement::chk() to take a BSONType and use uassertBen Shteinfeld2017-08-041-4/+4
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-3/+0
* SERVER-29919 Change BSONElement::operator[] to take field as StringDataJames Wahlin2017-07-051-1/+1
* fix error codesMathias Stearn2017-05-051-1/+1
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-021-0/+26
* SERVER-28211 UUID::parse(BSONElement) returns InvalidUUID instead of UnknownE...Benety Goh2017-04-171-1/+3