summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4328 directoryperdb.js test was failingDwight2012-03-141-0/+2
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-1/+1
|\
| * System collection name typosMathias Stearn2012-03-061-1/+1
| * Revert "SERVER-4992 disabled dropDatabase on "config" via mongos and via mong...Siddharth Singh2012-03-051-5/+0
| * SERVER-4992 disabled dropDatabase on "config" via mongos and via mongod, if s...Siddharth Singh2012-03-051-0/+5
* | SERVER-4328 lock more broadly as needed for a couple commandsdwight2012-03-031-0/+6
* | SERVER-4328 updates for replication for db level concurrencyDwight2012-03-011-1/+7
* | SERVER-4328 add Command::localGlobally methodDwight2012-02-291-1/+12
* | SERVER-4328 use a mutex of its own for OpTime::now. we stay in the mutex for ...Dwight2012-02-281-2/+2
* | Merge remote branch 'main/master'dwight2012-02-221-1/+1
|\ \ | |/
| * SERVER-4735: force pid_t to intDan Crosta2012-02-171-1/+1
* | Merge remote branch 'main_readonly/master'Dwight2012-02-171-0/+1
|\ \ | |/
| * SERVER-4735: add pid to serverStatusDan Crosta2012-02-161-0/+1
* | SERVER_4328 assert locked cleaningDwight2012-02-141-1/+1
* | Merge remote branch 'main/master'dwight2012-02-061-1/+2
|\ \ | |/
| * don't log memory leak warning so often SERVER-4780Eliot Horowitz2012-02-061-1/+2
* | Merge branch 'master' of git://github.com/mongodb/mongo.gitDwight2012-01-241-3/+7
|\ \ | |/
| * move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to qu...Aaron2012-01-181-1/+2
| * fix writebackId and getLastError integrationEliot Horowitz2012-01-171-2/+5
* | SERVER-4328 eliminated dblock for Lock::Globaldwight2012-01-241-1/+1
|/
* make slaveOverrideOk() constMathias Stearn2011-12-301-2/+2
* Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534Mathias Stearn2011-12-301-3/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1955