summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9808 - use boost/cstdint.h for v2.2Dan Pasette2013-05-311-1/+1
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-2/+3
* SERVER-7253 use macro for snprintf on Windows instead of function pointerTad Marshall2012-11-061-7/+8
* Move timestampValue and oidValue into the Value unionMathias Stearn2012-08-011-0/+5
* SERVER-6538 make BSONSizeTracker threadsafeDwight2012-07-311-3/+2
* use size_t and lazy strlenEliot Horowitz2012-07-091-5/+9
* SERVER-6121 make timestamps exist in aggroMatt Dannenberg2012-07-031-0/+5
* SERVER-6256 create tyepName method for BSONTypeMatt Dannenberg2012-07-031-0/+6
* Treat undefined as null in aggregation rather than erroring SERVER-4674Mathias Stearn2012-07-031-0/+4
* SERVER-6120 Clarify comments to indicate that Value::coerceToBool() is intend...Aaron2012-07-021-0/+1
* Revert "SERVER-6018: Use AtomicUInt32 instead of old AtomicUint in the BSONOb...Andy Schwerin2012-06-071-12/+7
* SERVER-6018: Use AtomicUInt32 instead of old AtomicUint in the BSONObj::Holde...Andy Schwerin2012-06-071-7/+12
* Revert "SERVER-6018: Use AtomicUInt32 instead of old AtomicUint in the BSONOb...Andy Schwerin2012-06-071-17/+7
* SERVER-6018: Use AtomicUInt32 instead of old AtomicUint in the BSONObj::Holde...Andy Schwerin2012-06-071-7/+17
* SERVER-5648 Replace old implementation of AtomicUInt64 with new one.Andy Schwerin2012-06-061-3/+3
* add OID::initSequentialEliot Horowitz2012-06-042-0/+29
* Revert Include what you use -- bson/util/builder.hTad Marshall2012-06-041-1/+2
* Include what you use -- bson/util/builder.hTad Marshall2012-06-031-2/+1
* move isPrefixOf utility to BSONObj classKevin Matulef2012-06-031-0/+8
* Headers, whitespace -- bson/oid.cppTad Marshall2012-06-011-10/+13
* make extractFieldsUnDotted take a refKevin Matulef2012-05-311-1/+1
* clarify extractFieldsUnDottedKevin Matulef2012-05-301-5/+12
* Code cleanup, don't use pow() inappropriatelyTad Marshall2012-05-291-12/+13
* Some cleanup of headers and whitespaceTad Marshall2012-05-2012-39/+43
* Visual Studio -- add some missing filesTad Marshall2012-05-201-8/+11
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-3/+3
* Adopted style recommendation for new file name.Alberto Lerner2012-05-162-1/+1
* Added a common base class to Obj and Array BSON Builders.Alberto Lerner2012-05-162-12/+112
* fix codeWScopeScopeData and rename old versionKevin Matulef2012-05-142-3/+19
* Do not link bsondemo against mongoclient, verifying that it is header-only fo...Andy Schwerin2012-05-101-5/+8
* Include what you use fixes.Andy Schwerin2012-05-101-0/+2
* fix isnan; call internal function isNaN instead; create a new float_utils.h h...Eric Milkie2012-05-092-27/+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
* Visual Studio -- precompiled headersTad Marshall2012-05-071-16/+0
* Remove BSONArrayBuilder::nullElt and nullObjMathias Stearn2012-05-031-12/+1
* Fix implementation of AtomicUint::set on systems with older versions of GCC.Andy Schwerin2012-04-171-1/+1
* Follow up after codereview SERVER-5061Mathias Stearn2012-04-171-2/+4
* rename _StringBuilder to StringBuilderImpl SERVER-5061Mathias Stearn2012-04-171-18/+18
* Make StringBuilder use heap by defaultMathias Stearn2012-04-161-19/+22
* Lower maxToStringRecursionDepth to 100 SERVER-5127Mathias Stearn2012-04-161-1/+1
* SERVER-5127 Fix reversed testTad Marshall2012-04-141-1/+1
* SERVER-5127 Try to make Windows and gcc compileTad Marshall2012-04-141-1/+6
* SERVER-5127 Fix Windows compileTad Marshall2012-04-141-1/+1
* New message id in uassertSiddharth Singh2012-04-131-1/+1
* SERVER-5127 Limit recursion depthSiddharth Singh2012-04-133-7/+18
* Add stacktrace.cpp to Visual Studio projectsTad Marshall2012-04-131-8/+8
* Some fix-up of the 32-bit AtomicUint type.Andy Schwerin2012-04-121-6/+20