summaryrefslogtreecommitdiff
path: root/cache_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to using CommitBuilderJohn Arbash Meinel2009-12-111-0/+28
|\
| * bzr *does* run atexit functions when exiting, but doesn't run deconstructors.John Arbash Meinel2009-11-151-6/+16
| * Switch to closing the large-content blobs that we store to disk.John Arbash Meinel2009-11-131-21/+40
| * Dump sticky blobs to disk when memory pressure gets high.John Arbash Meinel2009-11-131-9/+106
* | Merge John's smarter caching of blobs to improve memory footprintIan Clatworthy2009-12-081-9/+135
* | Store the BranchMapper in the CacheManager so it can be got from other places.Max Bowsher2009-11-041-1/+5
|/
* Merge fixes for inconsistent deltasIan Clatworthy2009-08-241-46/+0
|\
| * Eliminate the existing file-id cache altogetherIan Clatworthy2009-08-221-42/+0
|/
* fix blob tracking when -v not givenIan Clatworthy2009-04-021-2/+6
* blob reference counting, not just sticky vs otherwiseIan Clatworthy2009-04-021-7/+23
* make the file-id cache optional and branch-ref awareIan Clatworthy2009-03-151-14/+48
* clear caches before packing; show cache stats in verbose modeIan Clatworthy2009-03-091-2/+36
* head tracking tests and fixIan Clatworthy2009-02-251-6/+3
* move GenericCommitHandler into its own module in prep for a delta-based oneIan Clatworthy2009-02-191-0/+21
* fix lru_cache importIan Clatworthy2009-02-181-0/+3
* move GenericCacheManager into its own moduleIan Clatworthy2009-02-181-0/+99