aboutsummaryrefslogtreecommitdiff
path: root/src/common/storagedir.c
AgeCommit message (Expand)Author
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-11-20In storagedir, take more care with errno on empty or mislabeled fileNick Mathewson
2017-06-28Log real error message when unable to remove a storagedir fileNick Mathewson
2017-06-26Fix a coverity warning about a no-op assert with-64 bit size_tNick Mathewson
2017-05-28If we do underflow the know usage of a storage, recalculate itteor
2017-05-28Refactor storage usage reductions into a static functionteor
2017-05-28Don't underflow usage when it is unknown and a file is removedteor
2017-05-28Always check for usage underflow when removing a file in storage.cteor
2017-05-28Fix comment typos in storage.cteor
2017-04-27Functionality to ensure there is space to add files to cache.Nick Mathewson
2017-04-27Fix use-after-free bug in storage_dir sandbox code.Nick Mathewson
2017-04-06Add some "labeled storagedir" abstractions.Nick Mathewson
2017-03-27Check and cast st_size to size_t in storagedir codeNick Mathewson
2017-03-16Define a "storagedir" abstraction to hold numerous similar filesNick Mathewson