summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-7/+7
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-131-0/+7
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-6/+5
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-48/+1
* Move BSON hashing functionality into BSONObj and BSONElementMathias Stearn2015-01-151-0/+89
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+5
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-071-42/+86
* SERVER-16258 Remove our strnlen and audit all callersMathias Stearn2014-12-081-4/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15174 Fixup a few overlooked alignment/endian issues in BSONAndrew Morrow2014-09-241-6/+7
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-10/+6
* SERVER-15174 Read and write externally visible data in little endian formatAndrew Morrow2014-09-171-1/+1
* SERVER-15174 Use DataView and DataCursor in BSON libraryAndrew Morrow2014-09-171-3/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+15
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+550
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-0/+368