Merge branch 'feature15482_squashed'

This commit is contained in:
Nick Mathewson
2015-09-08 14:03:04 -04:00
5 changed files with 38 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (client-side privacy)
- Indefinitely extend circuit lifespan by resetting dirtyness, if
IsolateSOCKSAuth is in use, the new `KeepAliveIsolateSOCKSAuth`
option is set, and streams with SOCKS authentication are attached
to the circuit. Implements feature 15482.