This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix issues brought up in nickm's review.
* Update pt_get_proxy_uri() documentation. * proxy_supported is now unsigned. * Added a changes file.
- Loading branch information
Showing
with
9 additions
and 2 deletions.
- +5 −0 changes/bug8402
- +3 −1 src/or/transports.c
- +1 −1 src/or/transports.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters