summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-01Do the release ritual for obfs4proxy-0.0.3.Yawning Angel
2014-10-01Change the bridge line format to be more compact.Yawning Angel
2014-09-26Do the release ritual for obfs4proxy-0.0.2.Yawning Angel
2014-09-24Write an example obfs4 bridge line to "obfs4_bridgeline.txt".Yawning Angel
2014-09-06Fix spelling error in man page, no functional changes.Yawning Angel
2014-09-06Minor documentation cleanups, no functional changes.Yawning Angel
2014-09-06Add a man page for obfs4proxy.Yawning Angel
2014-09-03Do the release ritual for obfs4proxy-0.0.1.Yawning Angel
2014-09-03Change the default logLevel to ERROR, upgrade some client warnings.Yawning Angel
2014-09-03Add a prolog/epilog to the logging that always gets logged.Yawning Angel
2014-09-03Update the README.md (No functional changes).Yawning Angel
2014-09-03Change the version command line arg from `-v` to `-version`.Yawning Angel
2014-09-03Add support for "logLevel" to reduce log spam.Yawning Angel
2014-08-31Add elideError(error) that knows how to sanitize net.Errors.Yawning Angel
2014-08-27Various IAT related changes.Yawning Angel
2014-08-27Change the TYPE_PRNG_SEED length to 24.Yawning Angel
2014-08-27Display a more useful error on JSON Unmarshall failure.Yawning Angel
2014-08-27Add a ChangeLog and dump the version when invoked with "-v".Yawning Angel
2014-08-23Change all the arguments to use base16 from base64.Yawning Angel
2014-08-20Elide the error out from most logs unless unsafeLogging is set.Yawning Angel
2014-08-20Add a missing "continue" statement.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
2014-06-25Change the import paths to point to the tp.o repository.Yawning Angel
2014-06-20Use delete to remove entries from the replay filter.Yawning Angel
2014-06-19Use Vose's Alias Method to sample the weighted distribution.Yawning Angel
2014-06-07Document dependencies, add LICENSE (No functional changes).Yawning Angel
2014-06-07Allow randomly generating node-ids instead of requiring the fingerprint.Yawning Angel
2014-06-02Use goptlib's MakeStateDir instead of the one in pt_extras.Yawning Angel
2014-06-02Change how the length obfsucation mask is derived.Yawning Angel
2014-06-02Move the SipHash DRBG off into it's own package.Yawning Angel
2014-06-01Move the server keypair generation to right after Accept().Yawning Angel