summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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