diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-10 13:22:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 16:01:59 -0400 |
commit | ee253e392a25baed4fa86f236613dfb71faa7ca6 (patch) | |
tree | 7add2943b04288edb96234c611e51848fbd0f923 /changes | |
parent | 118d7018d07ebc6324e8b7220002465479b0cbf3 (diff) | |
download | tor-ee253e392a25baed4fa86f236613dfb71faa7ca6.tar.gz tor-ee253e392a25baed4fa86f236613dfb71faa7ca6.zip |
Define a "storagedir" abstraction to hold numerous similar files
We could use one of these for holding "junk" descriptors and
unparseable things -- but we'll _need_ it for having cached
consensuses and diffs between them.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/storagedir | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/storagedir b/changes/storagedir new file mode 100644 index 0000000000..afaaab397f --- /dev/null +++ b/changes/storagedir @@ -0,0 +1,5 @@ + o Minor features (infrastructure, seccomp2 sandbox): + - We now have a document storage backend compatible with the Linux + seccomp2 sandbox. The long-term plan is to use this backend for + consensus documents and for storing unparseable directory + material. Closes ticket 21645. |