summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-031-0/+20
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMindaugas Malinauskas2021-09-201-8/+27
* 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
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-0/+11
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-19/+0
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-9/+0
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-3/+0
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-10/+0
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-25/+54
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-081-0/+1
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-081-1/+0
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-071-0/+1
* SERVER-24525 Fix BSON encoding and decoding for decimalVincent Do2016-06-131-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1