summaryrefslogtreecommitdiff
path: root/db/database.h
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-16/+16
* cleaning Database classEliot Horowitz2010-12-301-122/+35
* remove last references to RecCacheEliot Horowitz2010-12-301-4/+0
* durDwight2010-11-231-1/+1
* make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz2010-09-301-1/+3
* Database::ownsNSEliot Horowitz2010-09-221-0/+10
* const feels safer, especially for public member variablesDwight2010-08-261-12/+8
* make ~Database saferDwight2010-08-261-15/+8
* trying to figure out segfaultdwight2010-08-251-0/+6
* fix an old but serious bug with cursors 162dwight2010-08-231-0/+5
* Database::flushFiles and use in rs for speedEliot Horowitz2010-07-261-0/+2
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-1/+0
* don't allow databases with the same name and different casing SERVER-1149Eliot Horowitz2010-06-151-27/+1
* Add fileSize to db.stats() SERVER-1123Mathias Stearn2010-06-031-0/+7
* fix preallocationAaron2010-05-241-5/+12
* check for bad db names and don't segfault SERVER-1132Eliot Horowitz2010-05-181-0/+2
* remove reccache (mostly)Dwight2010-05-171-1/+1
* make HeaderSize a constDwight2010-03-311-2/+2
* mmf abstraction 2Dwight2010-03-311-2/+2
* size_t <-> int changes to fix win64 warningsMathias Stearn2010-01-281-3/+3
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-7/+11
* SERVER-493 when opening 'all' files, don't open preallocated onesAaron2010-01-191-1/+7
* replace resetClient with Client::ContextEliot Horowitz2010-01-191-14/+23
* get rid of clientIsEmpty() and add isEmpty() to DatbaseEliot Horowitz2010-01-141-0/+4
* --profile command line option SERVER-456Eliot Horowitz2009-12-291-1/+7
* some profiling management cleaning pre SERVER-456Eliot Horowitz2009-12-291-1/+6
* some cleaningEliot Horowitz2009-12-291-3/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-7/+7
* MINOR commentsAaron2009-12-211-1/+1
* fix a problem with extent re-use SERVER-490Dwight2009-12-181-0/+6
* checkpoint some intermediate concurrency workDwight2009-12-021-5/+28
* move the var 'database' inside Client objectDwight2009-10-141-2/+0
* more buildindexDwight2009-09-241-1/+1
* changed dbpath to std::stringEliot Horowitz2009-08-111-1/+1
* Revert "Revert "do preallocation after initial allocation too, make file allo...Aaron2009-04-151-1/+7
* Revert "Revert "allocate files in background""Aaron2009-04-151-9/+18
* Revert "allocate files in background"Aaron2009-04-151-18/+9
* Revert "do preallocation after initial allocation too, make file allocator in...Aaron2009-04-151-7/+1
* do preallocation after initial allocation too, make file allocator interface ...Aaron2009-04-151-1/+7
* allocate files in backgroundAaron2009-04-151-9/+18
* recstore: closeFiles() supportDwight2009-03-241-0/+1
* minor: better error messageDwight2009-03-201-1/+5
* Remove 'haveLogged'Aaron2009-03-171-8/+0
* FieldBound workAaron2009-02-171-1/+0
* replication / exception throwing bug fixDwight2009-02-121-2/+2
* Init ns index if it existsAaron2009-02-061-0/+4
* Create .ns file lazilyAaron2009-02-061-4/+6
* abstracting out record storage for btreeunknown2009-01-311-11/+11
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-2/+2
* Indent all lines within namespaces one levelAaron2009-01-151-97/+97