diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-24 14:12:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 14:12:45 -0400 |
commit | 3f52a33739944c53ecb2fd516a7cdab9fc14b1ba (patch) | |
tree | 7bf3c6b171cbd16c04726482875dac3c87bef8c2 | |
parent | f55cdee0db53a638111391f0e51d79b62198dc38 (diff) | |
download | tor-3f52a33739944c53ecb2fd516a7cdab9fc14b1ba.tar.gz tor-3f52a33739944c53ecb2fd516a7cdab9fc14b1ba.zip |
fix tor-fw-helper url
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -234,10 +234,10 @@ Changes in version 0.2.7.3-rc - 2015-09-24 o Removed code: - The internal pure-C tor-fw-helper tool is now removed from the Tor distribution, in favor of the pure-Go clone available from - https://github.com/Yawning/tor-fw-helper . The libraries used by - the C tor-fw-helper are not, in our opinion, very confidence- - inspiring in their secure-programming techniques. Closes - ticket 13338. + https://gitweb.torproject.org/tor-fw-helper.git/ . The libraries + used by the C tor-fw-helper are not, in our opinion, very + confidence- inspiring in their secure-programming techniques. + Closes ticket 13338. - Remove the code that would try to aggressively flush controller connections while writing to them. This code was introduced in 0.1.2.7-alpha, in order to keep output buffers from exceeding |