index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-05-14
First pass at cleaning up the write code.
Yawning Angel
2014-05-14
Implement the io.WriterTo interface.
Yawning Angel
2014-05-14
First pass at cleaning up the read code.
Yawning Angel
2014-05-14
Minor stylistic fixes, 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-13
Fix e-mail address in the copyright notice.
Yawning Angel
2014-05-13
Add preliminary support for packet length obfuscation.
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
Fix a comment (No functional changes).
Yawning Angel
2014-05-12
Preliminary support padding, log on panic.
Yawning Angel
2014-05-12
Remove support for Write deadlines since it wasn't working.
Yawning Angel
2014-05-12
Set a timeout on outgoing handshakes as well.
Yawning Angel
2014-05-12
Reject clients that do not authenticate quickly enough.
Yawning Angel
2014-05-12
Close connections that fail to authenticate after a while.
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
2014-05-11
Change documentation/comments to reflect reality (No functional changes).
Yawning Angel
2014-05-09
Remove a comment that I forgot to delete, no functional changes.
Yawning Angel
2014-05-09
Initial import.
Yawning Angel