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
2019-10-21
Removed termmon and fixed compiler warnings
Bluesaxorcist
2019-10-21
added dialer to the modes and removed unneccessary code
Bluesaxorcist
2019-10-13
renamed all of the iatMode strings to iat-mode
Bluesaxorcist
2019-10-07
Added Replicant Config Parser
Bluesaxorcist
2019-09-30
Renamed Optimizer client
Bluesaxorcist
2019-09-22
Fixed the problem with pointers to interfaces
Bluesaxorcist
2019-09-21
added cases for parsing to Optimizer
Bluesaxorcist
2019-09-16
fixed transports to use configs
Bluesaxorcist
2019-09-15
Added Dust, Meeklite, and Replicant to dispatcher modes
Bluesaxorcist
2019-09-14
refactoring the modes
Bluesaxorcist
2019-08-23
Added a new way to parse transport options that allows for nested JSON
Dr. Brandon Wiley
2019-08-16
commented out an unusable import
Bluesaxorcist
2018-10-15
Updated list of supported transports
Dr. Brandon Wiley
2017-02-22
Removed obsolete client factories
Brandon Wiley
2016-12-11
Temporarily disabling all transports that have not yet been migrated to the P...
Brandon Wiley
2016-11-15
Changed import paths to use shapeshifter-transports instead of obfs4
Brandon Wiley
2016-11-15
Removed transports from shapeshifter-dispatcher (now located in shapeshifter-...
Brandon Wiley
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