Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Functionality to ensure there is space to add files to cache. | Nick Mathewson | |
2017-04-27 | New force-delete option on consensus_cache_delete_pending() | Nick Mathewson | |
If we're out of file space in the storage directory, we'll need to get rid of old files fast. | |||
2017-04-25 | Configure sandbox using consdiffmgr; free cdm on exit. | Nick Mathewson | |
2017-04-24 | Add handle support to consensus_cache_entry_t | Nick Mathewson | |
This will allow us to have weak references to cache entries. | |||
2017-04-06 | Tests for simple cases of conscache code. | Nick Mathewson | |
2017-04-06 | Add a 'consensus cache' type on top of storagedir. | Nick Mathewson | |
Every file in the cache is labeled. The labels are held in memory; the bodies are mapped on demand. |