index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
storagedir.c
Age
Commit message (
Expand
)
Author
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-11-20
In storagedir, take more care with errno on empty or mislabeled file
Nick Mathewson
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