summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-2/+3
* Move logic from BSONElement::canonicalType to canonicalBSONType free functionMathias Stearn2012-12-101-50/+2
* SERVER-939 rollback bson element error message changeGreg Studer2012-12-031-11/+4
* SERVER-939 modify config types for config version changesGreg Studer2012-12-031-4/+11
* SERVER-7778 : prep bson by adding a coerce method to BSONElementEliot Horowitz2012-11-271-0/+2
* SERVER-939 Added field type constants for config.lockpings collectionShaun Verch2012-11-191-1/+1
* SERVER-6120 Clarify comments to indicate that Value::coerceToBool() is intend...Aaron2012-07-021-0/+1
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-8/+7
* fix codeWScopeScopeData and rename old versionKevin Matulef2012-05-141-2/+18
* fix isnan; call internal function isNaN instead; create a new float_utils.h h...Eric Milkie2012-05-091-6/+7
* reverting last three isnan changes, taking different tackEric Milkie2012-05-091-5/+4
* fix isnan for WindowsEric Milkie2012-05-091-1/+2
* fixed isnan compilation on solarisKevin Matulef2012-05-091-4/+4
* SERVER-2001 part 1: hashing BSONElementsKevin Matulef2012-05-091-8/+55
* SERVER-5127 Limit recursion depthSiddharth Singh2012-04-131-1/+1
* Fix all cases of alignment trap on ARMv7.Jani Monoses2012-04-061-2/+2
* Use signed char explicitly for BSONType()Jani Monoses2012-03-271-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* SERVER-1268: don't put "using namespace" statements in headersEric Milkie2012-03-061-11/+11
* change bson uassert to massert to get stack tracesEliot Horowitz2012-01-241-2/+2
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+583