summaryrefslogtreecommitdiff
path: root/obfs4proxy
AgeCommit message (Expand)Author
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
2014-05-21Use the new goptlib goodies.Yawning Angel
2014-05-21Add support for a log scrubber and log a session id.Yawning Angel
2014-05-21Finish adding godoc comments to all public interfaces.Yawning Angel
2014-05-20Allow logging to be disabled (default).Yawning Angel
2014-05-15Send the DRBG seed as a packetTypePrngSeed post server handshake.Yawning Angel
2014-05-15Load the drbg-seed from the ServerTransportOptions args.Yawning Angel
2014-05-15Make the output from "-gen" be more useful.Yawning Angel
2014-05-15Use os.MkdirAll() for creating the pt state directory.Yawning Angel
2014-05-14Remove a newline to make godoc work (No functional changes).Yawning Angel
2014-05-13Add vim modelines to some files (No functional changes).Yawning Angel
2014-05-13Fix up import.Yawning Angel
2014-05-13Fix copyLoop to break out the other goroutine on graceful exit.Yawning Angel
2014-05-12Fix logging again.Yawning Angel
2014-05-12Log and propagate errors between the 2 goroutines in copyLoop.Yawning Angel
2014-05-12Clean up the logging a bit.Yawning Angel
2014-05-12Run go fmt on obfs4proxy.go (No functional changes).Yawning Angel
2014-05-12Move to a unified client/server binary, and fix bugs.Yawning Angel