summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* commentsdwight2010-09-071-2/+5
* try to prevent segfault on corrupt data SERVER-1724Eliot Horowitz2010-09-032-1/+4
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-26/+19
* fix 32-bit compileEliot Horowitz2010-08-181-10/+0
* appendNumber unsizned, size_tEliot Horowitz2010-08-181-0/+21
* rs towards slaveDelay 162dwight2010-08-171-1/+1
* fix sizet int translate warning windowsDwight2010-08-161-1/+8
* rs SERVER-1598 getlasterrordefaultsdwight2010-08-091-1/+1
* make BSONElement::toString 20x faster for doubleEliot Horowitz2010-08-082-10/+13
* change back header-only bsonAlberto Lerner2010-08-035-41/+50
* make bsondemo compile again with vs2010Dwight2010-08-023-0/+36
* Make bson.h compile cleanly by itself. SERVER-1511Mathias Stearn2010-07-291-1/+2
* typoEliot Horowitz2010-07-291-1/+1
* appendObject for raw char* appendingEliot Horowitz2010-07-291-0/+16
* towards vcxproj compiledwight2010-07-281-0/+1
* SERVER-1498: qualify custom strnlen in bsoninlines, move implAndrew C. Morrow2010-07-272-5/+14
* fix compilation errors in bson.hAndrew C. Morrow2010-07-271-1/+8
* SERVER-1496: Add explicit data/length ctor to StringDataAndrew C. Morrow2010-07-271-0/+8
* More efficient toStringMathias Stearn2010-07-273-8/+21
* Test expect lowercase hex. May change them later.Mathias Stearn2010-07-271-1/+1
* use less stringstream in bsonMathias Stearn2010-07-277-42/+22
* Remove tautologous test. validate() used the same formula as size()Mathias Stearn2010-07-271-7/+0
* fast done capability for BSONObjBuilderAndrew C. Morrow2010-07-271-0/+7