diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2014-09-09 18:21:19 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2014-09-09 18:21:19 +0000 |
commit | cae44838fecc550f2df16de44b0ef297ecb509a6 (patch) | |
tree | f03142b8b754d05d11c80eba9807ae48caffe3e1 /changes | |
parent | 60ac9f1c90f6036356f778513f0eb3e2f9760fa3 (diff) | |
download | tor-cae44838fecc550f2df16de44b0ef297ecb509a6.tar.gz tor-cae44838fecc550f2df16de44b0ef297ecb509a6.zip |
Fix issues brought up in nickm's review.
* Update pt_get_proxy_uri() documentation.
* proxy_supported is now unsigned.
* Added a changes file.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8402 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8402 b/changes/bug8402 new file mode 100644 index 0000000000..96a3084ecf --- /dev/null +++ b/changes/bug8402 @@ -0,0 +1,5 @@ + o Major features (bridges): + - Expose the outgoing upstream HTTP/SOCKS proxy to pluggable + transports if they are configured via the "TOR_PT_PROXY" + enviorment variable. Implements proposal 232. Resolves + ticket 8402. |