index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transports
Age
Commit message (
Expand
)
Author
2016-03-21
Updated import paths
Brandon Wiley
2016-01-25
Fix other instances of attempting to close `nil` on handshake failure.
Yawning Angel
2016-01-17
fix incorrect connection close
pminmax945
2015-10-30
meek-lite: Don't send a "User-Agent" header.
Yawning Angel
2015-10-30
meek-lite: combine small writes at request dispatch time.
Yawning Angel
2015-10-29
Add the "meek_lite" transport, which does what one would expect.
Yawning Angel
2015-10-29
Make establishing outgoing connections the transport's responsibility.
Yawning Angel
2015-06-01
Delay transport initialization till after logging has been setup.
Yawning Angel
2015-03-22
Simplify some err and return logic
Daniel Martí
2015-03-18
Reduce some if err != nil logic lines
Daniel Martí
2015-03-16
Fix all go vet issues
Daniel Martí
2015-03-16
Run go fmt
Daniel Martí
2015-02-17
Add support for acting as a ScrambleSuit client.
Yawning Angel
2015-01-14
Change the import path for go.crypto.
Yawning Angel
2014-10-24
Fix minor issues pointed out by "go vet".
Yawning Angel
2014-10-03
Improve the performance of the obfs4 handshake test.
Yawning Angel
2014-10-01
Change the bridge line format to be more compact.
Yawning Angel
2014-09-24
Write an example obfs4 bridge line to "obfs4_bridgeline.txt".
Yawning Angel
2014-08-27
Various IAT related changes.
Yawning Angel
2014-08-27
Display a more useful error on JSON Unmarshall failure.
Yawning Angel
2014-08-23
Change all the arguments to use base16 from base64.
Yawning Angel
2014-08-18
Change the drbg seed field in the state file.
Yawning Angel
2014-08-18
Add support for enabling IAT obfuscation and biased WDist.
Yawning Angel
2014-08-17
Massive cleanup/code reorg.
Yawning Angel