summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* compile vcprojDwight2010-02-082-9/+13
* don't run readONly tests where its not supportedEliot Horowitz2010-02-071-0/+20
* lower constraintsEliot Horowitz2010-02-071-6/+6
* more info in collstatsEliot Horowitz2010-02-073-8/+19
* add _id to system. collections if they are legal client namespacesEliot Horowitz2010-02-071-1/+2
* moving some globals into a common fileEliot Horowitz2010-02-072-4/+14
* fix mongod.lock check to differentiate between old lock file and 2 mongodEliot Horowitz2010-02-071-5/+14
* SERVER-595 be sure to release mutex in corner case when scan from beginningAaron2010-02-061-13/+5
* better btree assertEliot Horowitz2010-02-061-1/+3
* Plug large memory leak in mongos SHARDING-77Mathias Stearn2010-02-051-3/+2
* check for read lock and read only doesn't work on old versions of boostEliot Horowitz2010-02-052-4/+19
* slight _id query plan optimizationEliot Horowitz2010-02-053-1/+20
* --quiet surpresses sleep messageEliot Horowitz2010-02-051-1/+2
* fix recursive read lock with profilingEliot Horowitz2010-02-051-2/+2
* debugging MINOREliot Horowitz2010-02-043-1/+21
* slight change to what _active meansEliot Horowitz2010-02-041-2/+3
* rename storage.h -> diskloc.hDwight2010-02-0411-9/+13
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-044-12/+10
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-041-1/+1
| |\
| * | new names IndexSpecDwight2010-02-044-12/+10
* | | handle cases where there was an early assertionEliot Horowitz2010-02-041-0/+1
| |/ |/|
* | sequential option for mmap SERVER-607Eliot Horowitz2010-02-041-1/+1
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-0411-40/+117
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-0414-124/+145
| |\
| * | check for nullDwight2010-02-041-3/+3
| * | background index buildingDwight2010-02-0411-38/+115
* | | fix timing so starts when enter lockEliot Horowitz2010-02-045-25/+49
| |/ |/|
* | warning fixEliot Horowitz2010-02-041-1/+1
* | variable wasn't getting initialized in MutexInfoEliot Horowitz2010-02-041-1/+1
* | better debugging MINOREliot Horowitz2010-02-041-1/+1
* | cleaning up security - moving to centralized locationEliot Horowitz2010-02-0413-122/+143
|/
* commentDwight2010-02-031-1/+4
* make a couple vars loop invariant for multi updates, and thus be a bit faster...Dwight2010-02-033-13/+21
* compile windows vcprojDwight2010-02-037-33/+42
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-0322-245/+854
|\
| * put diaglog in dbpath rather than cwdEliot Horowitz2010-02-031-1/+1
| * use appendIntOrLL for admin stuffEliot Horowitz2010-02-031-3/+3
| * cleaningEliot Horowitz2010-02-034-12/+10
| * make locks for queries more fine-grainedEliot Horowitz2010-02-033-15/+13
| * pre-lock cleaningEliot Horowitz2010-02-031-3/+3
| * clean up fix diaglogEliot Horowitz2010-02-032-21/+23
| * minor locking change/prep for larger changeEliot Horowitz2010-02-031-17/+12
| * set _op in CurOp consEliot Horowitz2010-02-021-0/+1
| * fix logic error in appendIntOrLLMathias Stearn2010-02-021-2/+2
| * try to fix osx compileAaron2010-02-021-1/+1
| * MINOR revert mistaken checkinAaron2010-02-026-18/+4
| * SERVER-500 some linux distros require -atp syntaxAaron2010-02-026-4/+18
| * new filesEliot Horowitz2010-02-022-0/+258
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-021-2/+2
| |\
| | * SERVER-595 forgot to update matcher test for forward scanAaron2010-02-021-2/+2