summaryrefslogtreecommitdiff
path: root/db/database.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cleaning so that client doesn't have to link against java and pcreEliot Horowitz2009-01-151-0/+2
* Replace tab indentation with spacesAaron2009-01-141-1/+1
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+3
* Only check prev file size if file has been openedAaron2009-01-131-1/+3
* Logic for choosing file sizeAaron2009-01-131-7/+10
* no spacesDwight2008-12-301-0/+1
* defend against bad db namesDwight2008-12-301-2/+10
* Replace tab indentation with spacesAaron2008-12-281-66/+68
* simple quotas for disk usageunknown2008-12-271-3/+9
* Cursor keeps own copy of nsAaron2008-12-191-0/+1
* Make g++ warnings stricter, clear a few new warningsAaron2008-12-171-1/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-161-5/+11
|\
| * Add repairDatabase supportAaron2008-12-161-5/+11
|/
* bug with the new NumericInt datatype fixedunknown2008-12-061-2/+2
* timing capabilitiesDwight2008-12-051-49/+2
* web console workDwight2008-12-041-1/+10
* repl tran log was smaller than it should beDwight2008-12-021-0/+12
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-0/+127