summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* towards signed datesdwight2011-06-061-4/+30
* less chattydwight2011-06-051-6/+6
* SERVER-3064gerald-lindsly2011-06-032-9/+24
* report timer granularity in perftestsDwight2011-06-031-5/+25
* curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.dwight2011-06-021-3/+3
* SERVER-2977 check specifically for out of order assertion when constructing Q...Aaron2011-06-021-1/+19
* remove BSONObjSetDefaultOrder and avoid inheriting from stl classAaron2011-06-021-31/+31
* compileEliot Horowitz2011-06-011-1/+0
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-06-012-0/+2
|\
| * don't use ? curop because it leads to user confusionEliot Horowitz2011-06-012-0/+2
* | use memcmp, not strcmp for comparing BSON stringsDwight2011-06-011-4/+38
|/
* stackchecker less chattydwight2011-06-011-1/+1
* SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-0/+6
* timer perftestDwight2011-05-311-0/+25
* begin using SimpleMutex when appropriateDwight2011-05-311-1/+1
* dont bother talking to perf db if debug buildDwight2011-05-311-3/+8
* dont run test too long in _DEBUG buildsdwight2011-05-291-0/+4
* cleaning and a small insert optimizationdwight2011-05-291-0/+3
* show perf dbtests results vs historical resultsdwight2011-05-282-61/+115
* rough timing edgesEliot Horowitz2011-05-271-1/+5
* more compile fixesEliot Horowitz2011-05-271-7/+7
* vcxprojdwight2011-05-251-3/+0
* log lessdwight2011-05-251-7/+7
* make a noreturn version of insert, would be faster unless cmopiler is very sm...dwight2011-05-241-1/+1
* towards proper --quotafiles supportdwight2011-05-233-5/+5
* use firstElementFieldName()dwight2011-05-233-5/+5
* bson getfields methoddwight2011-05-231-3/+46
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-231-0/+23
* SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit s...Aaron2011-05-171-0/+111
* SERVER-2977 add nscanned to query optimizer cursorAaron2011-05-171-0/+26
* SERVER-2977 add yielding, simple ordering, and some exception handling to que...Aaron2011-05-171-13/+765
* test signed dates with Keydwight2011-05-151-0/+7
* make Key::woEqual about 50% fasterdwight2011-05-142-0/+28
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-0/+7
* make comments doxygen friendlydwight2011-05-141-1/+2
* remove WIN32 define from vcxprojsDwight2011-05-111-4/+4
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-05-113-0/+61
|\
| * set totalsize in bsonelement() if eoo elementdwight2011-05-113-0/+61
* | run test a little less longDwight2011-05-111-0/+2
|/
* use pthread spinlock when availableEliot Horowitz2011-05-101-9/+1
* remove assert until SERVER-3075 is doneEliot Horowitz2011-05-101-1/+1
* scoped_spinlock and a warning in spin lock testsEliot Horowitz2011-05-101-5/+7
* StackBufBuilderdwight2011-05-102-4/+45
* SERVER-2977 additional testsAaron2011-05-091-0/+59
* SERVER-2977 assert rather than crash on invalid cursor accessAaron2011-05-091-0/+20
* clear wasserts in test setup that were causing errors in dd buildsAaron2011-05-051-1/+5
* add BinData to the Key classDwight2011-05-051-1/+50
* compile windows and vcxproj updated for new cpp fileDwight2011-05-043-0/+9
* SERVER-2977 initial version of query optimizer cursorAaron2011-05-041-39/+706
* reinstate includeAaron2011-05-041-0/+1