summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* return arrays if arrays given SERVER-3661gregs2011-11-161-0/+5
* fix some unchecked mallocs SERVER-4228Eliot Horowitz2011-11-081-0/+4
* Use const void* instead of const char* as data parameter ofYakov Markovitch2011-10-151-7/+4
* Type qualifiers are ignored on function return type.Yakov Markovitch2011-10-141-1/+1
* Add missing operator!= for BSONObj and BSONElement classesYakov Markovitch2011-10-142-0/+3
* Don't try to backfill more than 1.5M array elements SERVER-3750Mathias Stearn2011-09-011-0/+6
* 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
* 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
* use firstElementFieldName()dwight2011-05-231-1/+1
* bson getfields methoddwight2011-05-233-21/+60
* tweak bsonobjiteratordwight2011-05-231-9/+9
* commentsdwight2011-05-231-28/+22
* Merge branch 'master' of github.com:mongodb/mongodwight2011-05-141-1/+4
|\
| * clearer loggingDwight2011-05-131-1/+4
* | make comments doxygen friendlydwight2011-05-141-6/+4
|/
* remove WIN32 define from vcxprojsDwight2011-05-111-4/+4