Age | Commit message (Expand) | Author |
---|---|---|
2017-06-28 | Log real error message when unable to remove a storagedir file | Nick Mathewson |
2017-06-26 | Fix a coverity warning about a no-op assert with-64 bit size_t | Nick Mathewson |
2017-05-28 | If we do underflow the know usage of a storage, recalculate it | teor |
2017-05-28 | Refactor storage usage reductions into a static function | teor |
2017-05-28 | Don't underflow usage when it is unknown and a file is removed | teor |
2017-05-28 | Always check for usage underflow when removing a file in storage.c | teor |
2017-05-28 | Fix comment typos in storage.c | teor |
2017-04-27 | Functionality to ensure there is space to add files to cache. | Nick Mathewson |
2017-04-27 | Fix use-after-free bug in storage_dir sandbox code. | Nick Mathewson |
2017-04-06 | Add some "labeled storagedir" abstractions. | Nick Mathewson |
2017-03-27 | Check and cast st_size to size_t in storagedir code | Nick Mathewson |
2017-03-16 | Define a "storagedir" abstraction to hold numerous similar files | Nick Mathewson |