summaryrefslogtreecommitdiff
path: root/transports
AgeCommit message (Expand)Author
2019-10-21Removed termmon and fixed compiler warningsBluesaxorcist
2019-10-21added dialer to the modes and removed unneccessary codeBluesaxorcist
2019-10-13renamed all of the iatMode strings to iat-modeBluesaxorcist
2019-10-07Added Replicant Config ParserBluesaxorcist
2019-09-30Renamed Optimizer clientBluesaxorcist
2019-09-22Fixed the problem with pointers to interfacesBluesaxorcist
2019-09-21added cases for parsing to OptimizerBluesaxorcist
2019-09-16fixed transports to use configsBluesaxorcist
2019-09-15Added Dust, Meeklite, and Replicant to dispatcher modesBluesaxorcist
2019-09-14refactoring the modesBluesaxorcist
2019-08-23Added a new way to parse transport options that allows for nested JSONDr. Brandon Wiley
2019-08-16commented out an unusable importBluesaxorcist
2018-10-15Updated list of supported transportsDr. Brandon Wiley
2017-02-22Removed obsolete client factoriesBrandon Wiley
2016-12-11Temporarily disabling all transports that have not yet been migrated to the P...Brandon Wiley
2016-11-15Changed import paths to use shapeshifter-transports instead of obfs4Brandon Wiley
2016-11-15Removed transports from shapeshifter-dispatcher (now located in shapeshifter-...Brandon Wiley
2016-03-21Updated import pathsBrandon Wiley
2016-01-25Fix other instances of attempting to close `nil` on handshake failure.Yawning Angel
2016-01-17fix incorrect connection closepminmax945
2015-10-30meek-lite: Don't send a "User-Agent" header.Yawning Angel
2015-10-30meek-lite: combine small writes at request dispatch time.Yawning Angel
2015-10-29Add the "meek_lite" transport, which does what one would expect.Yawning Angel
2015-10-29Make establishing outgoing connections the transport's responsibility.Yawning Angel
2015-06-01Delay transport initialization till after logging has been setup.Yawning Angel
2015-03-22Simplify some err and return logicDaniel Martí
2015-03-18Reduce some if err != nil logic linesDaniel Martí
2015-03-16Fix all go vet issuesDaniel Martí
2015-03-16Run go fmtDaniel Martí
2015-02-17Add support for acting as a ScrambleSuit client.Yawning Angel
2015-01-14Change the import path for go.crypto.Yawning Angel
2014-10-24Fix minor issues pointed out by "go vet".Yawning Angel
2014-10-03Improve the performance of the obfs4 handshake test.Yawning Angel
2014-10-01Change the bridge line format to be more compact.Yawning Angel
2014-09-24Write an example obfs4 bridge line to "obfs4_bridgeline.txt".Yawning Angel
2014-08-27Various IAT related changes.Yawning Angel
2014-08-27Display a more useful error on JSON Unmarshall failure.Yawning Angel
2014-08-23Change all the arguments to use base16 from base64.Yawning Angel
2014-08-18Change the drbg seed field in the state file.Yawning Angel
2014-08-18Add support for enabling IAT obfuscation and biased WDist.Yawning Angel
2014-08-17Massive cleanup/code reorg.Yawning Angel