summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-16Removed proxy_dialers, we will use the obfs4 version rather than maintaining ...Brandon Wiley
2016-11-16Fixed import pathsBrandon Wiley
2016-11-15Changed import paths to use shapeshifter-transports instead of obfs4Brandon Wiley
2016-11-15Fixed import paths to use shapeshifter-dispatcher/shapeshifter-transports ins...Brandon Wiley
2016-11-15Removed transports from shapeshifter-dispatcher (now located in shapeshifter-...Brandon Wiley
2016-11-15Renamed obfs4proxy to shapeshifter-dispatcherBrandon Wiley
2016-11-07Updated to use no goturn APIBrandon Wiley
2016-08-17Implemented STUN modeBrandon Wiley
2016-08-17Implementing connection pool handling semantics specified in Pluggable Transp...Brandon Wiley
2016-08-02Added STUN-aware UDP proxy modeBrandon Wiley
2016-04-03Explicitly import proxy dialers for side effectsRobin Tarsiger
2016-04-03Split "proxies" into "proxy_dialers" and "modes"Robin Tarsiger
2016-03-31Run go fmt on recent changesRobin Tarsiger
2016-03-31Fix package declaration in termmon_linux.goRobin Tarsiger
2016-03-31Changed import pathsBrandon Wiley
2016-03-31Moved pt_extras code from main into its own packageBrandon Wiley
2016-03-31Move termmon code from main into its own packageBrandon Wiley
2016-03-31Split out proxy code into multiple different proxy packagesBrandon Wiley
2016-03-21Updated import pathsBrandon Wiley
2016-03-21Updated import pathsBrandon Wiley
2016-03-21Refactoring main into separate modulesBrandon Wiley
2016-01-25Bump the version to 0.0.7-dev, signifying development towards 0.0.7.Yawning Angel
2016-01-25Do the release ritual for obfs4proxy-0.0.6.Yawning Angel
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-05-26Fix doc comment for log.Debugf.David Fifield
2015-04-23Bump the version to 0.0.6-dev, signifying development towards 0.0.6.Yawning Angel
2015-04-15Do the release ritual for obfs4proxy-0.0.5.Yawning Angel
2015-04-15Use a built in SOCKS 5 server instead of goptlibs.Yawning Angel
2015-04-13Add routines for querying the log module state.Yawning Angel
2015-04-03Move logging wrappers into common/log, and add a DEBUG log level.Yawning Angel
2015-03-28Add support for tor feature #15435.Yawning Angel
2015-03-28Clean up/refactor the shutdown/termination handling code.Yawning Angel
2015-03-26Fix comments. (No functional changes)Yawning Angel
2015-03-26Attempt to detect if the parent crashed without killing obfs4proxy.Yawning Angel
2015-03-23Change the import path for go.net.Yawning Angel
2015-03-22Update the ChangeLog (No functional changes).Yawning Angel
2015-03-22Simplify some err and return logicDaniel Martí
2015-03-18Reduce some if err != nil logic linesDaniel Martí
2015-03-16Update the ChangeLog (No functional changes).Yawning Angel
2015-03-16Fix all go vet issuesDaniel Martí
2015-03-16Run go fmtDaniel Martí
2015-02-17Do the release ritual for obfs4proxy-0.0.4.Yawning Angel
2015-02-17Add support for acting as a ScrambleSuit client.Yawning Angel
2015-01-14Document the obfs4 NaCl secretbox nonce generation.Yawning Angel