summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
...
* remove WIN32 define from vcxprojsDwight2011-05-111-4/+4
* set totalsize in bsonelement() if eoo elementdwight2011-05-111-5/+9
* compile?Dwight2011-05-101-1/+0
* make header dependency order happier/compileDwight2011-05-101-1/+4
* StackBufBuilderdwight2011-05-102-29/+73
* hopefully fix solarisdwight2011-05-091-0/+1
* compiledwight2011-05-091-0/+1
* include cleanupdwight2011-05-092-11/+11
* const on BSONObjIterator BSONObj::begin SERVER-3065Eliot Horowitz2011-05-092-2/+2
* eliminate null char from string Keys to save a little spacedwight2011-05-081-1/+2
* towards SERVER-1300 allow zeros in utf8 stringsdwight2011-05-081-1/+3
* don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% fasterEliot Horowitz2011-05-071-0/+4
* saferdwight2011-05-071-4/+7
* Revert "Add += and -= operators to AtomicUInt"Mathias Stearn2011-05-071-21/+0
* Add += and -= operators to AtomicUIntMathias Stearn2011-05-061-0/+21
* each location is a unique snowflake - don't merge in returned setgregs2011-05-051-0/+3
* Merge branch 'master' into mainDwight2011-05-032-5/+12
|\
| * compact index keys fix encoding for traditional encoding of complex onesDwight2011-04-201-1/+4
| * index key class KeyV1 close to doneDwight2011-04-121-0/+3
| * indexkey workDwight2011-04-111-4/+5
* | 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