summaryrefslogtreecommitdiff
path: root/db/db.h
Commit message (Expand)AuthorAgeFilesLines
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* compiledwight2011-06-201-1/+1
* have to handle recursive locked case on a touch/yielddwight2011-06-201-0/+27
* don't use ? curop because it leads to user confusionEliot Horowitz2011-06-011-2/+7
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-35/+35
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-101-13/+0
* make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz2010-09-301-26/+1
* durability more work on declaring intent to write in the codeDwight2010-09-281-2/+1
* make ~Database saferDwight2010-08-261-4/+0
* future not using yetdwight2010-08-231-1/+11
* cleanup failed Database creationEliot Horowitz2010-08-011-1/+7
* cleaningDwight Merriman2010-05-251-1/+0
* check for bad db names and don't segfault SERVER-1132Eliot Horowitz2010-05-181-0/+6
* stdafx->pchDwight2010-04-271-1/+1
* logging for yield recursive failure, dont do bg index when have a recursive i...Eliot Horowitz2010-04-271-1/+4
* vcproj cleaning and ohter minorDwight Merriman2010-04-221-1/+0
* basic serverStatus for mongos SERVER-942Eliot Horowitz2010-04-201-2/+0
* catch empty db names early SERVER-821Eliot Horowitz2010-03-291-1/+4
* better thread safety for DatabaseHolder SERVER-818Eliot Horowitz2010-03-231-15/+24
* SERVER-705 exit cleanly from db.cpp instead of instance.cppAaron2010-03-081-2/+0
* SERVER-705 check for negative effects of large clock skews, seed last optime ...Aaron2010-03-081-0/+1
* don't profile if db was closed in interimEliot Horowitz2010-02-091-1/+12
* fix DatabaseHolder::sizeEliot Horowitz2010-02-021-0/+1
* move util/top to db/stats/topEliot Horowitz2010-02-011-1/+0
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-58/+39
* size_t <-> int changes to fix win64 warningsMathias Stearn2010-01-281-1/+1
* block administrative things like dropping namespace while a background index ...Dwight2010-01-221-1/+2
* replace resetClient with Client::ContextEliot Horowitz2010-01-191-10/+0
* rename DBContext to Client::ContextEliot Horowitz2010-01-171-1/+1
* get rid of clientIsEmpty() and add isEmpty() to DatbaseEliot Horowitz2010-01-141-4/+0
* commentsEliot Horowitz2010-01-021-0/+3
* some cleaning/optmizing of Database* storage, also just a little encaspulationEliot Horowitz2010-01-021-36/+77
* fixEliot Horowitz2009-12-311-2/+0
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-2/+2
* small optEliot Horowitz2009-12-311-0/+2
* call cc() slightly lessDwight2009-12-311-3/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-291-1/+1
|\
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-291-3/+4
| |\
| * | remove dbinfo.h/cppdwight2009-12-291-1/+1
* | | option to limit # of connections (threads currently) default 20000 SERVER-471Eliot Horowitz2009-12-291-0/+2
| |/ |/|
* | --profile command line option SERVER-456Eliot Horowitz2009-12-291-1/+2
* | uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-2/+2
|/
* add dbtempreleasecond that only releases if you have a single level lockEliot Horowitz2009-12-171-0/+23
* cleaning/comments for namespacedetailstranient readabilityDwight2009-12-091-1/+1
* dbtemprelease stricterdwight2009-12-061-2/+6
* concurrency: fix dbtemprelease - make it unlock/lock the correct typeEliot Horowitz2009-12-051-2/+11
* bug fix with profilnig and relockingDwight2009-12-041-0/+11
* wrap dbtests with a big dblcok - now passesDwight2009-12-041-0/+2
* clean up MutexInfoDwight2009-12-031-2/+0
* checkpoint some intermediate concurrency workDwight2009-12-021-4/+7