summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-2/+2
* SERVER-24530 Use invariant instead of verify in mutable bsonAndrew Morrow2016-06-131-67/+67
* SERVER-24525 Fix BSON encoding and decoding for decimalVincent Do2016-06-133-5/+13
* SERVER-24242 Make BSONObj nothow_move_constructibleMathias Stearn2016-06-091-5/+5
* SERVER-4536 Support appending an int64_t to a BSONObjBuilderMathias Stearn2016-06-093-0/+35
* SERVER-24181 Enable BSON 1.1 by defaultGeert Bosch2016-06-032-10/+1
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-032-187/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2820-50/+81
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-184-276/+221