summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* increase bson size to 8mb SERVER-1918 SERVER-431Eliot Horowitz2010-10-111-1/+1
* split bson max size into User and InternalEliot Horowitz2010-10-112-5/+8
* can't base buffer max size on bson max size just yetEliot Horowitz2010-10-111-2/+4
* better assert for obj user checkEliot Horowitz2010-10-101-2/+6
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-103-4/+15
* SERVER-1917 don't allow returning new element with appendAsAaron2010-10-101-7/+3
* initial buffer size for BSONArrayBuilderEliot Horowitz2010-10-091-0/+1
* remove some extraneous c_strEliot Horowitz2010-10-091-2/+2
* bsonobjbuilder change appendAs interfaceAaron2010-10-011-15/+7
* SERVER-394 bsonobjbuilder allow returning newly appended element, in one caseAaron2010-09-291-0/+12
* intent to writeDwight2010-09-291-3/+1
* SERVER-1860 Stringbuilder is non-copyableAlberto Lerner2010-09-271-0/+4
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-0/+1
* compile?Dwight2010-09-091-3/+2
* Better usage commentsAlberto Lerner2010-09-071-10/+23