summaryrefslogtreecommitdiff
path: root/obfs4proxy
AgeCommit message (Expand)Author
2016-11-15Removed transports from shapeshifter-dispatcher (now located in shapeshifter-...Brandon Wiley
2016-08-17Implemented STUN modeBrandon Wiley
2016-04-03Explicitly import proxy dialers for side effectsRobin Tarsiger
2016-04-03Split "proxies" into "proxy_dialers" and "modes"Robin Tarsiger
2016-03-31Run go fmt on recent changesRobin Tarsiger
2016-03-21Refactoring main into separate modulesBrandon Wiley
2016-01-25Bump the version to 0.0.7-dev, signifying development towards 0.0.7.Yawning Angel
2016-01-25Do the release ritual for obfs4proxy-0.0.6.Yawning Angel
2015-10-29Make establishing outgoing connections the transport's responsibility.Yawning Angel
2015-06-01Delay transport initialization till after logging has been setup.Yawning Angel
2015-04-23Bump the version to 0.0.6-dev, signifying development towards 0.0.6.Yawning Angel
2015-04-15Do the release ritual for obfs4proxy-0.0.5.Yawning Angel
2015-04-15Use a built in SOCKS 5 server instead of goptlibs.Yawning Angel
2015-04-03Move logging wrappers into common/log, and add a DEBUG log level.Yawning Angel
2015-03-28Add support for tor feature #15435.Yawning Angel
2015-03-28Clean up/refactor the shutdown/termination handling code.Yawning Angel
2015-03-26Fix comments. (No functional changes)Yawning Angel
2015-03-26Attempt to detect if the parent crashed without killing obfs4proxy.Yawning Angel
2015-03-23Change the import path for go.net.Yawning Angel
2015-03-18Reduce some if err != nil logic linesDaniel Martí
2015-02-17Do the release ritual for obfs4proxy-0.0.4.Yawning Angel
2014-10-01Do the release ritual for obfs4proxy-0.0.3.Yawning Angel
2014-09-26Do the release ritual for obfs4proxy-0.0.2.Yawning Angel
2014-09-03Change the default logLevel to ERROR, upgrade some client warnings.Yawning Angel
2014-09-03Add a prolog/epilog to the logging that always gets logged.Yawning Angel
2014-09-03Change the version command line arg from `-v` to `-version`.Yawning Angel
2014-09-03Add support for "logLevel" to reduce log spam.Yawning Angel
2014-08-31Add elideError(error) that knows how to sanitize net.Errors.Yawning Angel
2014-08-27Add a ChangeLog and dump the version when invoked with "-v".Yawning Angel
2014-08-20Elide the error out from most logs unless unsafeLogging is set.Yawning Angel
2014-08-20Add a missing "continue" statement.Yawning Angel
2014-08-17Massive cleanup/code reorg.Yawning Angel
2014-06-25Change the import paths to point to the tp.o repository.Yawning Angel
2014-06-07Allow randomly generating node-ids instead of requiring the fingerprint.Yawning Angel
2014-06-02Use goptlib's MakeStateDir instead of the one in pt_extras.Yawning Angel
2014-06-02Change how the length obfsucation mask is derived.Yawning Angel
2014-06-02Move the SipHash DRBG off into it's own package.Yawning Angel
2014-05-28Fix minor style issues pointed out by golint.Yawning Angel
2014-05-26Fix import lines so other people using go get works.Yawning Angel
2014-05-25Run go fmt on proxy_http.go (No functional changes).Yawning Angel
2014-05-25Add support for HTTP CONNECT proxies.Yawning Angel
2014-05-25Move the SOCKS4 code off into it's own little getto.Yawning Angel
2014-05-25Add support for SOCKS4.Yawning Angel
2014-05-25Rename to be consistent.Yawning Angel
2014-05-25Wire in go.net/proxy, enabling SOCKS5 via TOR_PT_PROXY.Yawning Angel
2014-05-25Validate the host component of the proxy URI.Yawning Angel
2014-05-25Parse TOR_PT_PROXY and support sending DONE/PROXY-ERROR.Yawning Angel
2014-05-25Move the supplemental pt config routines to pt_extra.goYawning Angel
2014-05-23Add support for IAT obfuscation (disabled by default).Yawning Angel
2014-05-21Revert "Use the new goptlib goodies."Yawning Angel