summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+2
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+1
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+1
* SERVER-29919 Change BSONElement::operator[] to take field as StringDataJames Wahlin2017-07-051-1/+1
* SERVER-29925 Only canonicalize bson types if they differMathias Stearn2017-07-031-10/+9
* 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-14148 Remove JS mode from JSON output optionsJonathan Reams2017-01-061-1/+1
* SERVER-27197 fix BSONType::Code comparison to not use collatorDavid Storch2016-12-061-9/+15
* SERVER-27200 fix CodeWScope comparison to not use collatorDavid Storch2016-12-061-10/+4
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-110/+0
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-42/+1
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-8/+12
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-081-8/+18
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-2/+1
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-081-1/+2
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-081-18/+8
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-071-8/+18
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-071-2/+1
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-051-0/+25
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-2/+4
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-241-8/+28
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-301-2/+2
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-291-2/+2
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-281-2/+2
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+1
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-3/+77
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-061-7/+1
* SERVER-19450 BSONElement::getGtLtOp() to use StringMapQingyang Chen2015-07-231-63/+46
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+9
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-455/+463
* SERVER-13874 Add comments to Date_t class definition and method declarations.Andy Schwerin2015-05-141-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-8/+12
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-12/+8
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-8/+12
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-4/+5