summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-645 tailable cursor on capped collections only, won't use indexesAaron2010-03-091-4/+30
* SERVER-684 refactor findingStart codeAaron2010-03-091-4/+4
* fix idempotency of initial $inc SERVER-717Eliot Horowitz2010-03-081-0/+25
* inc embedded repl fix SERVER-716Eliot Horowitz2010-03-081-1/+1
* SERVER-716 add failing testAaron2010-03-081-1/+24
* Don't escape '/' in JSON strings SERVER-713Mathias Stearn2010-03-081-2/+2
* String types are valid as long as last character is EOO SERVER-706Eliot Horowitz2010-03-061-30/+3
* SERVER-652 more complete testAaron2010-03-031-0/+2
* mergeAaron2010-03-023-6/+27
|\
| * SERVER-645 update test to use capped collectionAaron2010-03-021-2/+3
| * SERVER-693 don't duplicate db name when creating collectionAaron2010-03-021-0/+11
| * Fix regex unit testsMathias Stearn2010-03-011-4/+13
* | SERVER-652 simplify field name upper limit check, guard against setting strin...Aaron2010-03-021-0/+5
* | SERVER-652 process array elements in correct orderAaron2010-03-021-0/+33
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-011-1/+33
|\
| * mergeAaron2010-03-011-1/+26
| |\
| * | SERVER-580 add putBack() to db client cursorAaron2010-03-011-1/+33
* | | appendNumber for nicer numbers in the shellEliot Horowitz2010-03-011-0/+21
| |/ |/|
* | SERVER-677 number long floatApprox v8Aaron2010-03-011-2/+7
* | SERVER-677 add floatApprox smAaron2010-03-011-1/+21
|/
* fix BSONElementCmpWithoutField and therefore BSONElementSetEliot Horowitz2010-02-271-0/+38
* nToReturn is now a limit in C++ driver SERVER-537Mathias Stearn2010-02-262-3/+29
* added simple speed testEliot Horowitz2010-02-261-1/+25
* some missing operatorsEliot Horowitz2010-02-262-1/+25
* mergeAaron2010-02-251-0/+12
|\
| * Can use index for all regex queries SERVER-672Mathias Stearn2010-02-251-0/+12
* | SERVER-680 fix issues with --only modeAaron2010-02-251-11/+11
|/
* fix a couple things in vcproj for release buildsDwight2010-02-231-1/+1
* vcproj compile windowsDwight2010-02-231-0/+4
* use re-usable fast array for sorting in memoryEliot Horowitz2010-02-201-0/+25
* SERVER-305 shell kills in progress operations on clean exitAaron2010-02-171-1/+10
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-02-171-0/+30
|\
| * failing test case for tailable cursor w/ _id query SERVER-645Mike Dirolf2010-02-171-0/+30
* | SERVER-612 informal dbref for smAaron2010-02-171-0/+20
|/
* refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-0/+30
* attempted fixup of js.lib path in vcprojDwight Merriman2010-02-121-29/+1
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* move some replication settings into ReplicationSettingsEliot Horowitz2010-02-081-2/+2
* CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bu...Aaron2010-02-082-1/+16
* compile vcprojDwight2010-02-081-8/+12
* rename storage.h -> diskloc.hDwight2010-02-041-0/+4
* fix qo testEliot Horowitz2010-02-041-0/+1
* CurOp fixEliot Horowitz2010-02-041-1/+1
* compile windows vcprojDwight2010-02-031-8/+16
* fix logic error in appendIntOrLLMathias Stearn2010-02-021-0/+43
* SERVER-595 add testAaron2010-02-021-0/+39
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-298-47/+50
* BSONObjBuilder::asTempObj() for peeking at stateMathias Stearn2010-01-281-0/+66
* compile vcprojDwight2010-01-281-0/+4
* fix $inc with doublesEliot Horowitz2010-01-261-0/+17