summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-122-27/+45
* SERVER-28508 Tighten invariant in BSONObjBuilder resume constructorMathias Stearn2017-04-121-1/+1
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-292-0/+26
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-242-1/+19
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-205-11/+57
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-133-0/+106
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-0/+11
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-082-0/+76
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-064-115/+0
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-064-0/+115
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-262-0/+27
* SERVER-14148 Remove JS mode from JSON output optionsJonathan Reams2017-01-063-4/+2
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-033-0/+9
* 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-27171 Add operator<<(bool) to StringBuilderImplJames Wahlin2016-11-282-0/+14
* SERVER-26942 When validateBSON() returns InvalidBSON, it should include the f...Tess Avitabile2016-11-222-44/+78
* SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev2016-11-152-0/+27
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-19/+0
* SERVER-25679 Fix compile with clang-3.9Mathias Stearn2016-11-031-1/+1
* SERVER-26790: validateElementInfo should verify OIDs can be skippedSpencer Jackson2016-10-281-1/+3
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-0/+14
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-0911-148/+291
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-093-9/+13
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-082-45/+1
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-10/+0
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-1/+0
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-027-44/+40
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-0210-181/+551
* SERVER-23100 Allow StringBuilder and str::stream to return StringData viewsMathias Stearn2016-08-292-7/+12
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-233-48/+104
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-192-17/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-188-279/+617
* SERVER-13367 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-153-0/+16
* Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, Log...Adam Chelminski2016-08-153-16/+0
* SERVER-13517 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-153-0/+16
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-2210-120/+110
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-8/+12
* SERVER-25069 added Timestamp::toBSON()Benety Goh2016-07-162-0/+11
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-084-14/+30
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-083-6/+5
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-083-5/+6
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-084-30/+14
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-074-14/+30
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-073-6/+5
* SERVER-24703 Improve usage comment for BSONFieldJ. Rassi2016-06-271-7/+8
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-271-2/+0
* SERVER-24645 Add mutable bson algorithms comparator support.David Hatch2016-06-233-10/+65
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-225-98/+117