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