index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
obfs4proxy
/
obfs4proxy.go
Age
Commit message (
Expand
)
Author
2014-09-03
Add support for "logLevel" to reduce log spam.
Yawning Angel
2014-08-31
Add elideError(error) that knows how to sanitize net.Errors.
Yawning Angel
2014-08-27
Add a ChangeLog and dump the version when invoked with "-v".
Yawning Angel
2014-08-20
Elide the error out from most logs unless unsafeLogging is set.
Yawning Angel
2014-08-20
Add a missing "continue" statement.
Yawning Angel
2014-08-17
Massive cleanup/code reorg.
Yawning Angel
2014-06-25
Change the import paths to point to the tp.o repository.
Yawning Angel
2014-06-07
Allow randomly generating node-ids instead of requiring the fingerprint.
Yawning Angel
2014-06-02
Use goptlib's MakeStateDir instead of the one in pt_extras.
Yawning Angel
2014-06-02
Change how the length obfsucation mask is derived.
Yawning Angel
2014-06-02
Move the SipHash DRBG off into it's own package.
Yawning Angel
2014-05-26
Fix import lines so other people using go get works.
Yawning Angel
2014-05-25
Add support for HTTP CONNECT proxies.
Yawning Angel
2014-05-25
Add support for SOCKS4.
Yawning Angel
2014-05-25
Wire in go.net/proxy, enabling SOCKS5 via TOR_PT_PROXY.
Yawning Angel
2014-05-25
Parse TOR_PT_PROXY and support sending DONE/PROXY-ERROR.
Yawning Angel
2014-05-25
Move the supplemental pt config routines to pt_extra.go
Yawning Angel
2014-05-23
Add support for IAT obfuscation (disabled by default).
Yawning Angel
2014-05-21
Revert "Use the new goptlib goodies."
Yawning Angel
2014-05-21
Use the new goptlib goodies.
Yawning Angel
2014-05-21
Add support for a log scrubber and log a session id.
Yawning Angel
2014-05-21
Finish adding godoc comments to all public interfaces.
Yawning Angel
2014-05-20
Allow logging to be disabled (default).
Yawning Angel
2014-05-15
Send the DRBG seed as a packetTypePrngSeed post server handshake.
Yawning Angel
2014-05-15
Load the drbg-seed from the ServerTransportOptions args.
Yawning Angel
2014-05-15
Make the output from "-gen" be more useful.
Yawning Angel
2014-05-15
Use os.MkdirAll() for creating the pt state directory.
Yawning Angel
2014-05-14
Remove a newline to make godoc work (No functional changes).
Yawning Angel
2014-05-13
Add vim modelines to some files (No functional changes).
Yawning Angel
2014-05-13
Fix up import.
Yawning Angel
2014-05-13
Fix copyLoop to break out the other goroutine on graceful exit.
Yawning Angel
2014-05-12
Fix logging again.
Yawning Angel
2014-05-12
Log and propagate errors between the 2 goroutines in copyLoop.
Yawning Angel
2014-05-12
Clean up the logging a bit.
Yawning Angel
2014-05-12
Run go fmt on obfs4proxy.go (No functional changes).
Yawning Angel
2014-05-12
Move to a unified client/server binary, and fix bugs.
Yawning Angel