summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-10 13:22:01 -0500
committerNick Mathewson <nickm@torproject.org>2017-03-16 16:01:59 -0400
commitee253e392a25baed4fa86f236613dfb71faa7ca6 (patch)
tree7add2943b04288edb96234c611e51848fbd0f923 /changes
parent118d7018d07ebc6324e8b7220002465479b0cbf3 (diff)
downloadtor-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/storagedir5
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.