summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* fix some unchecked mallocs SERVER-4228Eliot Horowitz2011-11-081-0/+4
* uassert likely better and also facilitates user app compileationsdwight2011-11-071-1/+1
* Use const void* instead of const char* as data parameter ofYakov Markovitch2011-10-221-7/+4
* Type qualifiers are ignored on function return type.Yakov Markovitch2011-10-221-1/+1
* Add missing operator!= for BSONObj and BSONElement classesYakov Markovitch2011-10-222-0/+3
* new benchRun additions for shellgregs2011-10-111-0/+1
* allow appending elements to BSONObjBuildersgregs2011-10-041-0/+4
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-10-033-1/+12
|\
| * return arrays if arrays given SERVER-3661gregs2011-09-291-0/+5
| * commentdwight2011-09-121-1/+1
| * Don't try to backfill more than 1.5M array elements SERVER-3750Mathias Stearn2011-09-011-0/+6
* | commentDwight2011-09-061-1/+3
* | mergeDwight2011-08-176-15/+29
|\ \ | |/
| * change BSONObj::shallowEqual to binaryEqualEliot Horowitz2011-08-161-1/+1
| * Remove superfluous const. Caused warnings on some compilersMathias Stearn2011-08-091-1/+1
| * Use more common (and readable) names for branch prediction hintsMathias Stearn2011-08-023-8/+8
| * add prefech for gccMathias Stearn2011-08-021-0/+1
| * compiledwight2011-08-021-0/+2
| * prefetch type stuffdwight2011-08-023-5/+16
| * in headers at least put using namespace in mongo namespace SERVER-1268Eliot Horowitz2011-07-271-2/+2
* | new heuristic for object id btree inserts. 5% faster for best case scenarioDwight2011-08-171-0/+5
|/
* branch prediction gccdwight2011-07-111-12/+8
* compileEliot Horowitz2011-07-111-2/+2
* line endingsEliot Horowitz2011-07-111-24/+24
* prep for some compiler hinting in the futuredwight2011-07-112-1/+26
* use new index version on reindex commandDwight2011-07-052-0/+16
* SERVER-984 sorting of infinitydwight2011-07-051-21/+22
* bson package tweakingdwight2011-06-285-4/+104
* make isValid() constdwight2011-06-282-3/+10
* one more v1 index fixDwight2011-06-271-0/+2
* move bson method to the right place for libs and include only use of bsondwight2011-06-272-0/+42
* Don't allow manual split-point with different field order SERVER-3080Mathias Stearn2011-06-201-0/+2
* remove nkeys from Ordering slightly fasterDwight2011-06-161-8/+15
* signed dates and the shelldwight2011-06-061-1/+1
* towards signed datesdwight2011-06-061-3/+7
* one day it will compiledwight2011-06-051-4/+5
* compiledwight2011-06-051-1/+1
* clean up nonce implementationdwight2011-06-051-6/+6
* fix commentdwight2011-06-051-1/+1
* move some functions to header as we want bson to be runnable header onlydwight2011-06-051-7/+156
* cleaningdwight2011-06-051-13/+1
* be smarter about the pids we look for when cleaning old locks.gregs2011-06-031-6/+21
* prep for signed datesDwight2011-06-031-0/+1
* remove BSONObjSetDefaultOrder and avoid inheriting from stl classAaron2011-06-021-4/+1
* SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable fo...Aaron2011-06-021-7/+6
* use memcmp, not strcmp for comparing BSON stringsDwight2011-06-011-2/+2
* SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-4/+4
* commentsdwight2011-05-301-0/+6
* pring 150 characters instead of 80Eliot Horowitz2011-05-271-2/+2
* fix compileagirbal2011-05-251-0/+1