obfs4/obfs4proxy
Yawning Angel e52258edac Make establishing outgoing connections the transport's responsibility.
ClientFactories now have a Dial() method instead of a WrapConn()
method, so that it is possible to write something like meek-client
using the obfs4proxy framework.

This breaks the external interface if anyone is using obfs4proxy as
a library, but the new way of doing things is a trivial modification,
to a single routine that shouldn't have been very large to begin with.
2015-10-29 14:09:34 +00:00
..
obfs4proxy.go Make establishing outgoing connections the transport's responsibility. 2015-10-29 14:09:34 +00:00
proxy_http.go Change the import path for go.net. 2015-03-23 09:13:19 +00:00
proxy_socks4.go Change the import path for go.net. 2015-03-23 09:13:19 +00:00
pt_extras.go Add support for tor feature #15435. 2015-03-28 03:09:17 +00:00
termmon_linux.go Clean up/refactor the shutdown/termination handling code. 2015-03-28 02:49:07 +00:00
termmon.go Move logging wrappers into common/log, and add a DEBUG log level. 2015-04-03 14:21:31 +00:00