summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-19/+0
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-9/+0
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-3/+0
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-10/+0
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-25/+54
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-081-0/+1
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-081-1/+0
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-071-0/+1
* SERVER-24525 Fix BSON encoding and decoding for decimalVincent Do2016-06-131-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-051-0/+14
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-2/+0
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-1/+1
* SERVER-23465 Make master compile cleanly on gcc 5.3.0Jonathan Reams2016-04-041-1/+4
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-241-3/+11
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-5/+5
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+1
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-10/+64
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* 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-498/+557
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+3
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-3/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+3
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-14/+17
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-3/+2
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-2/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+8
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-2/+1
* SERVER-17640 Add explict BSONElement::operator bool()Mathias Stearn2015-03-181-0/+13
* 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-2/+2
* Move BSON hashing functionality into BSONObj and BSONElementMathias Stearn2015-01-151-0/+9
* SERVER-16258 Remove our strnlen and audit all callersMathias Stearn2014-12-081-2/+2
* SERVER-16427 Return a correct empty StringData for fieldNameStringData on EOOAndrew Morrow2014-12-061-3/+3
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-6/+2
* SERVER-15174 Read and write externally visible data in little endian formatAndrew Morrow2014-09-171-12/+12
* SERVER-15174 Use DataView and DataCursor in BSON libraryAndrew Morrow2014-09-171-20/+38
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-8/+6
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-0/+11
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-6/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11903 Remove BSONElement::validate()Mathias Stearn2014-01-031-3/+0
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-4/+5
* SERVER-11611: prep work to remove DataFileMgr::insertWithObjModEliot Horowitz2013-12-221-0/+4
* SERVER-10159 Cache field name lengths in mutable elementsAndrew Morrow2013-12-171-0/+13
* Don't truncate strings at NUL byte in BSONElement::String()Mathias Stearn2013-07-241-1/+1
* SERVER-7889 change comments to fix api docsdaveh862013-07-091-3/+3
* SERVER-6246 Validate that createUser and updateUser commands don't receive an...Spencer T Brody2013-06-201-1/+7