summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* Fix for boost 1.33Mathias Stearn2009-12-021-8/+13
* Test for atomicIncrement() and ThreadedTest helperMathias Stearn2009-12-021-0/+79
* Loosen test because capped collection size isn't exactMathias Stearn2009-11-301-1/+1
* JSON parser now creates ints and longs SERVER-309Mathias Stearn2009-11-303-2/+54
* better debuggingEliot Horowitz2009-11-301-1/+3
* some initial visual studio 2010 supportDwight2009-11-302-2/+588
* forgot a testEliot Horowitz2009-11-251-0/+1
* use Helpers::findById for simpel _id lookupsEliot Horowitz2009-11-251-2/+26
* some btree helpers and testEliot Horowitz2009-11-251-20/+74
* fix seg fault on windows because of static initializier orderDwight2009-11-181-4/+0
* 32-bit fixEliot Horowitz2009-11-131-1/+1
* BDONObjBuilder::apendAsNumberEliot Horowitz2009-11-131-0/+30
* minor: oops - fix for broken testsMike Dirolf2009-11-101-1/+1
* use instead of for strict JSON DBRef encoding - more consistentMike Dirolf2009-11-101-6/+6
* BSON_ARRAY macroMathias Stearn2009-11-051-0/+14
* BSONArray classMathias Stearn2009-11-051-17/+25
* BSONArrayBuilder classMathias Stearn2009-11-051-0/+34
* Add nested-dotted converters for BSONObjMathias Stearn2009-11-021-0/+15
* removing dead codeEliot Horowitz2009-11-021-84/+0
* windows compile MINOREliot Horowitz2009-10-291-1/+1
* test for increasing OIDsEliot Horowitz2009-10-291-0/+23
* flag to update multiple objects with $ operators SERVER-268Eliot Horowitz2009-10-212-0/+79
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-212-7/+11
|\
| * shutdown unittest cleanlyEliot Horowitz2009-10-211-1/+2
| * $inc/$set work even if indexes - not 100% efficient now - SERVER-108Eliot Horowitz2009-10-211-6/+9
* | allow more indexesDwight2009-10-212-5/+5
|/
* add update.cpp to vcprojDwight2009-10-191-8/+12
* field selector no longer effects which objects are returnedEliot Horowitz2009-10-191-1/+1
* some prep work for comparing dotted field names. can't use strcmp like we us...Eliot Horowitz2009-10-161-1/+19
* move oplogSize to CmdLineEliot Horowitz2009-10-161-0/+4
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-163-11/+15
* fix assert to use ours and thus make unit test passDwight2009-10-152-1/+11
* un-overload appendTimeT to support MSVCMathias Stearn2009-10-151-1/+3
* Eliminate warning MINORMathias Stearn2009-10-151-1/+1
* cast len to size_t to remove compiler warningMathias Stearn2009-10-151-1/+1
* support appending time_t to BSONObjBuilderMathias Stearn2009-10-151-0/+19
* don't prealloc in unit testsEliot Horowitz2009-10-141-1/+2
* fix test and 1 assertEliot Horowitz2009-10-141-1/+0
* move the var 'database' inside Client objectDwight2009-10-142-3/+3
* fix bug with cursors and capped collections where cursor could get partial dataEliot Horowitz2009-10-131-0/+57
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-131-0/+17
|\
| * BSON( "created" << DATENOW )Mathias Stearn2009-10-131-0/+17
* | move curNs to Client objectDwight2009-10-131-0/+1
* | ThreadLocalInt prettierDwight2009-10-131-1/+1
|/
* make lasterror threadsafeDwight2009-10-124-14/+15
* some tests for v8 compat.Eliot Horowitz2009-10-111-0/+9
* add a js testEliot Horowitz2009-10-101-0/+3
* checkpoint for playing with v8Eliot Horowitz2009-10-101-5/+4
* init threads in unit testsEliot Horowitz2009-10-091-0/+1
* add Connection classDwight2009-10-091-2/+1