summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* And IPv6 is 0x04 (comment change, no functional changes).HEADmasterYawning Angel2015-05-11
* Derp kDOMAINNAME is 0x03 in RFC1928 (Unused/unsupported).Yawning Angel2015-05-11
* Suppress more useless warnings.Yawning Angel2014-06-14
* Fix build on GCC 4.9.0.Yawning Angel2014-06-14
* Fix a potential bug found by clang's scan-build.Yawning Angel2014-04-20
* Fix easylogging++ not building on Android with -Werror.Yawning Angel2014-04-09
* Fix issues found by -Wextra and start compiling with it.Yawning Angel2014-04-09
* Fixed documentation English, no functional changesYawning Angel2014-03-28
* Update the ChangeLog and autoconf script for the 0.0.2 releasev0.0.2Yawning Angel2014-03-28
* schedule_iat_transmit() being called when pending is normal nowYawning Angel2014-03-27
* Change command line args to match the obfsproxy counterparts (Fixes #31)Yawning Angel2014-03-27
* Updated README to reflect the last commit, no functional changesYawning Angel2014-03-26
* Apply pushback between incoming_/outgoing_ (Fixes #3)Yawning Angel2014-03-26
* Use bufferevent_write_buffer in obfs2/3 for client data (Fixes #24)Yawning Angel2014-03-23
* Fix assertions when data was received in FLUSHING statesYawning Angel2014-03-23
* Clean up the logging, log SOCKS5 assertions to the log fileYawning Angel2014-03-21
* Send a SOCKS5 TTL EXPIRED message when the outgoing connect times outYawning Angel2014-03-21
* Fix an assertion that occured if the outgoing connect call failed immediatelyYawning Angel2014-03-18
* FreeBSD < 9.1 does not define stdint limit macros when using C++11Yawning Angel2014-03-17
* Update changelog to credit the Darwin related fixes, no functional changesYawning Angel2014-03-16
* Actually test the dependencies instead of depending on pkg-config (Fixes #28)Yawning Angel2014-03-16
* Ignore deprecation warnings if the host OS is Darwin (Fixes #30)Yawning Angel2014-03-16
* Fix ax_pthread.m4 on Darwin (Fixes #29)Yawning Angel2014-03-16
* Added a ChangeLog file, no functional changesv0.0.1Yawning Angel2014-03-16
* Fix clang buildYawning Angel2014-03-16
* Instead of hardcoding 127.0.0.1, use INADDR_LOOPBACKYawning Angel2014-03-16
* Add --version and print the version number in the logs on startup.Yawning Angel2014-03-16
* Revert "Disable ScrambleSuit Session Ticket handshake (Fixes #21)"Yawning Angel2014-03-15
* Change the ScrambleSuit probability distribution to be closer to obfsproxyYawning Angel2014-03-13
* Explicitly initialize some member variables (caught by cppcheck)Yawning Angel2014-03-04
* Disable ScrambleSuit Session Ticket handshake (Fixes #21)Yawning Angel2014-03-04
* Clean up the logging to put 'this' before the statements instead of afterYawning Angel2014-03-04
* Randomize the connect timeout to a value between 60s and 120s (Fixes #25)Yawning Angel2014-03-04
* Properly handle invalid padding lengths when doing obfs3/ScrambleSuit handshakesYawning Angel2014-03-04
* Allow concrete Session implementations to decide what to do on handshake timeoutYawning Angel2014-03-04
* Document --enable-scramblesuit-iat (No functional changes)Yawning Angel2014-03-03
* Minor code cleanup, use string::assign instead of memcpy()Yawning Angel2014-03-03
* Removed comments that are no longer relevant (No Functional changes)v0.0.1-rc2Yawning Angel2014-03-02
* Use a CTR_DRBG instead of WELL512 (Fixes #15)Yawning Angel2014-03-02
* Clean up the ScrambleSuit on_client_authenticate() routine to be less awful (...Yawning Angel2014-03-02
* Sanitize Base32 decoder input so it is more tollerant (For #19)Yawning Angel2014-03-02
* Add the issue timestamp to the stored SessionTickets (Fixes #20)Yawning Angel2014-03-02
* Clean up my last commit a bitYawning Angel2014-02-28
* Disable ScrambleSuit IAT obfuscation by default (Fixes #18)Yawning Angel2014-02-28
* Disarm the timer unconditionally in send_socks5_response (For #19)Yawning Angel2014-02-28
* Send a SOCKS5 TTL Expired error on timeout (For #19)Yawning Angel2014-02-28
* Be consistent about which CSPRNG we use (For #19)Yawning Angel2014-02-28
* Code cleanupsYawning Angel2014-02-28
* Remove the tor extended auth from the SOCKS5 server temporarily (Affects #17)v0.0.1-rc1Yawning Angel2014-02-27
* Add a handshake timeout (Fixes #14)Yawning Angel2014-02-27