summaryrefslogtreecommitdiff
path: root/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* defensive assertsEliot Horowitz2010-06-021-3/+5
* Merge branch 'master' of git@github.com:mongodb/mongodwight2010-03-181-6/+4
|\
| * Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-4/+4
| * move CmdLine cmdLine into its own file in prep for other command line workEliot Horowitz2010-03-121-2/+0
* | typodwight2010-03-181-1/+1
|/
* Don't print stack traces hereMathias Stearn2010-03-031-2/+2
* reset pointer in repl to Database on closeEliot Horowitz2010-03-031-4/+1
* don't close dbs used by replEliot Horowitz2010-03-031-0/+5
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-231-44/+37
|\
| * clean up dbMsg - marg deprecatedEliot Horowitz2010-02-161-9/+9
| * locking cleaningEliot Horowitz2010-02-161-24/+18
| * refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-3/+0
| * cleaningEliot Horowitz2010-02-141-8/+10
| * change to uassertEliot Horowitz2010-02-121-1/+1
* | commentsDwight2010-02-231-1/+0
|/
* count commands separatelyEliot Horowitz2010-02-111-2/+5
* fix upsert for DBRef SERVER-627Eliot Horowitz2010-02-111-1/+0
* clean up curop read/write detectionEliot Horowitz2010-02-101-5/+0
* make sure all threads that use a lock have a ClientEliot Horowitz2010-02-101-0/+3
* warning -> noteEliot Horowitz2010-02-091-2/+2
* inprog takes $all : 1 optionEliot Horowitz2010-02-091-2/+8
* don't profile if db was closed in interimEliot Horowitz2010-02-091-2/+7
* move some replication settings into ReplicationSettingsEliot Horowitz2010-02-081-6/+0
* moving some globals into a common fileEliot Horowitz2010-02-071-4/+0
* fix mongod.lock check to differentiate between old lock file and 2 mongodEliot Horowitz2010-02-071-5/+14
* fix recursive read lock with profilingEliot Horowitz2010-02-051-2/+2
* handle cases where there was an early assertionEliot Horowitz2010-02-041-0/+1
* fix timing so starts when enter lockEliot Horowitz2010-02-041-7/+9
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-55/+27
* commentDwight2010-02-031-1/+4
* compile windows vcprojDwight2010-02-031-2/+2
* cleaningEliot Horowitz2010-02-031-5/+3
* make locks for queries more fine-grainedEliot Horowitz2010-02-031-7/+2
* clean up fix diaglogEliot Horowitz2010-02-031-18/+10
* minor locking change/prep for larger changeEliot Horowitz2010-02-031-17/+12
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-021-0/+10
|\
| * fix tools with --dbpathEliot Horowitz2010-02-011-1/+1
| * link to wiki SERVER-592Eliot Horowitz2010-02-011-0/+1
| * fix for SERVER-592Eliot Horowitz2010-02-011-1/+1
| * don't startup after unclean shutdown SERVER-592Eliot Horowitz2010-02-011-0/+9
* | Top/Client/CurOp cleanup checkpoint - mostly working - Top doesn't output any...Eliot Horowitz2010-02-011-37/+21
|/
* move db/dbstats* to db/stats/counters*Eliot Horowitz2010-02-011-1/+1
* solarisEliot Horowitz2010-01-291-1/+1
* decrease noiseEliot Horowitz2010-01-291-1/+1
* handle case where command closes db so can't profileEliot Horowitz2010-01-291-2/+9
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-27/+20
* cleaning something that wasn't used in yearsEliot Horowitz2010-01-281-13/+0
* SERVER-258 current op should probably be read only authorized afterallAaron2010-01-261-1/+1
* SERVER-258 add readOnly auth modeAaron2010-01-261-1/+1
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-3/+11