summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-101-0/+1
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-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-021-2/+2
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-2/+3
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-15/+0
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-081-4/+5
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-3/+3
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-081-3/+3
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-081-5/+4
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-071-4/+5
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-071-3/+3
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-3/+3
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-157/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-241-4/+10
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-101-44/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-774/+756
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-0/+67
* Support C++11 range-based for loops over BSONObjMathias Stearn2015-03-271-4/+0
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-0/+41
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-11/+11
* Move BSON hashing functionality into BSONObj and BSONElementMathias Stearn2015-01-151-0/+10
* Remove BSONObj::hash() and BSONObj::md5()Mathias Stearn2014-12-081-10/+0
* SERVER-16200 Reuse already computed field name when iteratingAndrew Morrow2014-11-201-1/+5
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-0/+1
* SERVER-14936 Give BSONObj::Holder a proper class lifecycleAndrew Morrow2014-08-191-18/+3
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14839 Remove unused BSONObj::[vV]als methodsAndrew Morrow2014-08-121-45/+0
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+276
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-0/+592