summaryrefslogtreecommitdiff
path: root/db/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* dur remapdwight2010-11-271-2/+0
* remove unused code and filesDwight2010-09-301-1/+0
* make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz2010-09-301-0/+27
* const feels safer, especially for public member variablesDwight2010-08-261-2/+3
* make ~Database saferDwight2010-08-261-0/+11
* Database::flushFiles and use in rs for speedEliot Horowitz2010-07-261-0/+7
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-1/+1
* stability testsEliot Horowitz2010-06-211-1/+1
* don't allow " in db nameEliot Horowitz2010-06-191-1/+1
* don't allow databases with the same name and different casing SERVER-1149Eliot Horowitz2010-06-151-0/+50
* better Database name check SERVER-1218Eliot Horowitz2010-06-151-1/+3
* check for bad db names and don't segfault SERVER-1132Eliot Horowitz2010-05-181-0/+5
* stdafx->pchDwight2010-04-271-1/+1
* --profile command line option SERVER-456Eliot Horowitz2009-12-291-1/+10
* some profiling management cleaning pre SERVER-456Eliot Horowitz2009-12-291-0/+28
* some cleaningEliot Horowitz2009-12-291-0/+27