summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* cleanerDwight2011-04-141-1/+2
* fix a bug in appendNumberDwight2011-04-122-5/+4
* docs for subobjStartMathias Stearn2011-04-051-3/+13
* Make numStr safe in static init SERVER-2697Mathias Stearn2011-04-041-1/+2
* Treat initsize as object size rather than buffer size. Makes wrap() faster.Mathias Stearn2011-04-031-2/+2
* windows compileMathias Stearn2011-04-031-1/+1
* old boost fixMathias Stearn2011-04-031-1/+1
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-033-28/+56
* Better BSONArrayBuilder::sub{obj,array}Start SERVER-2098Mathias Stearn2011-03-311-2/+22
* fix error #Eliot Horowitz2011-03-291-1/+1
* bsonelement further tweakdwight2011-03-291-1/+1
* finish iter tune. fasterdwight2011-03-292-4/+11
* bsonobj iter seems a littler fasterdwight2011-03-293-3/+75
* allow multiple locations to be nested in different subdocuments SERVER-838gregs2011-03-281-2/+4
* Changes to source needed to compile cleanly with clang++Mathias Stearn2011-03-161-1/+1
* getpid works on darwin and sunos (and other places as well)Eliot Horowitz2011-02-181-1/+1
* commentsdwight2011-02-071-3/+10
* keyboard errorEliot Horowitz2011-01-241-1/+1
* initialize OID to 0,0Eliot Horowitz2011-01-241-1/+1
* some BSONObjBuilder helpers for accessing data whilebuildingEliot Horowitz2011-01-212-0/+33
* constructor should be explicitDwight2011-01-051-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-0418-481/+486
* OID <= operatorEliot Horowitz2011-01-031-0/+1
* oid cleaningdwight2010-12-312-39/+45
* fix assert in test. C++ != PythonMathias Stearn2010-12-301-1/+3
* additional testdwight2010-12-301-0/+10
* OID a little better for c++ clientdwight2010-12-302-16/+10
* fix some type conversion warnings SERVER-2251Eliot Horowitz2010-12-231-1/+1
* BONObjBuilder::append( const StringData& fieldName, string str), second argum...Eliot Horowitz2010-12-151-1/+1
* indenatationEliot Horowitz2010-12-141-313/+313
* increase bson size to 16mb SERVER-431Eliot Horowitz2010-12-091-1/+1
* elim warningDwight2010-12-071-1/+1
* support pids bitsdwight2010-12-051-4/+15
* typodwight2010-12-051-2/+0
* refactor OID class a bit, cleanup, better id generation SERVER-2175dwight2010-12-052-7/+159
* commentdwight2010-12-011-1/+3
* commentdwight2010-11-301-0/+1
* commentdwight2010-11-302-3/+9
* commenntdwight2010-11-301-1/+1
* comment was wrongdwight2010-11-302-16/+21
* commentsdwight2010-11-292-22/+47
* StringBuilder support for BSONObj/BSONElementEliot Horowitz2010-11-282-0/+15
* constEliot Horowitz2010-11-281-1/+1
* dur make fixesdwight2010-11-271-1/+1
* durdwight2010-11-261-1/+1
* crlfdwight2010-11-251-6/+6
* i broke zero case a few minutes ago, fixed. SERVER-2149dwight2010-11-251-2/+3
* avoid using macro to save on header pollutiondwight2010-11-251-17/+18
* pop pragma to avoid header pollutiondwight2010-11-251-19/+11
* fix warningdwight2010-11-252-2/+7