summaryrefslogtreecommitdiff
path: root/db/reccache.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-5/+5
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* Top/Client/CurOp cleanup checkpoint - mostly working - Top doesn't output any...Eliot Horowitz2010-02-011-0/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-2/+2
* seg faultEliot Horowitz2009-12-051-1/+2
* concurrency workdwight2009-11-281-0/+5
* minor concurrency prep tweakingdwight2009-11-271-2/+6
* startableDwight2009-10-141-1/+2
* make Top threadsafeDwight2009-10-141-0/+1
* cleanupDwight2009-08-251-1/+0
* fast collection renaming within a databaseAaron Staple2009-07-291-0/+4
* never destroy the rec store mutexAaron2009-05-151-227/+227
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-25/+25
* make dbunlocking() inlineable -- should be fasterDwight2009-03-261-1/+11
* recstore: closeFiles() supportDwight2009-03-241-0/+8
* recstore: support for multiple directoriesDwight2009-03-231-21/+18
* checkpoint: beginnings of cleaning up the recstore interfaceDwight2009-03-201-6/+7
* minor: better error messageDwight2009-03-201-1/+2
* improved dropIndex for new recstoreDwight2009-03-191-1/+2
* implemented dropIndexes for alt rec storeDwight2009-03-171-0/+7
* recstore: bug fix, plus allow index files > 2GBDwight2009-03-131-6/+6
* for new recstore, have a separate datafile for each indexDwight2009-03-131-17/+53
* bg page writer can run concurrently nowDwight2009-02-061-4/+33
* new pagewriterDwight2009-02-061-6/+12
* $SET changeDwight2009-02-051-3/+6
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-041-1/+1
|\
| * Cleanup shutdown -- remove duplicate, debug messages; don't grab log mutexAaron2009-02-041-1/+1
* | reccache bug fixDwight2009-02-041-2/+9
|/
* defer reccache writesDwight2009-02-031-2/+2
* datastore workDwight2009-02-021-0/+121