summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44964 calculate index build memory usage per key based on BSONObj buff...Eric Milkie2019-12-231-2/+2
* SERVER-42657 Make DataType<BSONObj> noexcept safer4.2.0-rc8Jonathan Reams2019-08-071-2/+4
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-6/+6
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+4
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-6/+18
* SERVER-36475 Reduce use of stringstream in BSONObj.jsonStringKashish Garg2018-08-081-0/+5
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-2/+17
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-041-26/+2
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-25/+94
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-14/+16
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-4/+0
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-32/+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-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-2/+10
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+1
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+1
* 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-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+7
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-1/+7
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-021-49/+3
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-9/+0
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-2/+5
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-22/+9
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-2/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-15/+53
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-081-2/+6
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-1/+1
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-081-1/+1
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-081-6/+2
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-071-2/+6
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-071-1/+1
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-16/+23
* SERVER-24242 Make BSONObj nothow_move_constructibleMathias Stearn2016-06-091-5/+5
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-30/+0
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* Make comment on BSONObj getOwned less misleadingMartin Bligh2016-04-071-2/+2
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-241-2/+9
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-1/+1
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-101-5/+15
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-0/+29
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+1
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-061-1/+0