summaryrefslogtreecommitdiff
path: root/bson
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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