summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* rs towards slaveDelay 162dwight2010-09-151-1/+1
* rs SERVER-1598 getlasterrordefaultsdwight2010-09-151-1/+1
* make BSONElement::toString 20x faster for doubleEliot Horowitz2010-08-162-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
* don't build string for uassert in bson since uassert there isn't a macroEliot Horowitz2010-07-261-1/+2
* fix bson assertsEliot Horowitz2010-07-261-7/+16
* option not to include EOO on stringEliot Horowitz2010-07-241-2/+2
* windows, at least vs2010 debug was unhappy with timettostring we had a buf le...dwight2010-07-241-1/+1
* appendCharEliot Horowitz2010-07-231-0/+3
* debuggingEliot Horowitz2010-07-221-1/+3
* oid operator<Eliot Horowitz2010-07-221-0/+4
* rs rollback workDwight2010-07-211-2/+0
* operator < > <= >= for BSONObjEliot Horowitz2010-07-201-0/+5
* SERVER-1272 Inline hot portion of BufBuild::grow()Alberto Lerner2010-07-201-14/+4
* SERVER-1270 Missed one call in BSONObjBuilderAlberto Lerner2010-07-202-2/+2
* SERVER-1270 Hook StringData to BSONObjBuilderAlberto Lerner2010-07-201-88/+69
* $or helper in C++ SERVER-1332Mathias Stearn2010-07-192-0/+22
* compileDwight2010-07-191-1/+1
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-193-119/+124
* Eliminate BSONObj->string implicit conversionAlberto Lerner2010-07-181-1/+0
* Make StringData a classAlberto Lerner2010-07-182-14/+21
* Let's keep it just one structAlberto Lerner2010-07-183-20/+2
* tweakdwight2010-07-181-5/+3
* added a StringDataNoSize structEliot Horowitz2010-07-183-2/+20
* use StringData in place rather than hackingEliot Horowitz2010-07-182-11/+5
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-0/+1
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-1/+0
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-07-142-12/+27
|\
| * extractFieldsDotted was unused and broken (done() vs obj()). use extractField...Mathias Stearn2010-07-141-11/+0
| * BSONForEach macroMathias Stearn2010-07-141-1/+27
* | rs fixesDwight2010-07-141-0/+8
|/
* rs tweaksdwight2010-07-121-2/+26
* SERVER-1270 Go all the way constAlberto Lerner2010-07-071-2/+2
* compiledwight2010-07-071-1/+1
* SERVER-1270 Length uniform in all ctors (thanks Mathias)Alberto Lerner2010-07-071-3/+8
* SERVER-1270 Improve StringData (on behalf of Andrew Morrow)Alberto Lerner2010-07-071-0/+46
* full option to BSONObj::toString. fix Chunk::genId. SERVER-1370Mathias Stearn2010-07-073-10/+16