summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* towards SERVER-2149. not fixed yet but slightly better.dwight2010-11-251-3/+5
* add commentdwight2010-11-251-0/+1
* BSON( min << MINKEY << max << MAXKEY) is handyAlberto Lerner2010-11-232-0/+21
* cleaningdwight2010-11-141-9/+3
* durdwight2010-11-131-0/+5
* add zero() and clean AtomicUIntEliot Horowitz2010-11-111-4/+8
* commentDwight2010-11-021-1/+8
* rename to our -inl conventiondwight2010-10-272-1/+1
* tab to spacedwight2010-10-271-2/+3
* optimizationdwight2010-10-272-21/+18
* a small maybe optimizationDwight2010-10-262-10/+14
* comments on obj() and arr()Eliot Horowitz2010-10-251-2/+10
* readabilityAlberto Lerner2010-10-181-0/+2
* make OID == and != const SERVER-1959Eliot Horowitz2010-10-181-2/+2
* way to get len() on BSON(Obj|Array)BuilderEliot Horowitz2010-10-171-0/+4