2021-03-12 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw |
2021-03-12 |
Fabian Keil | socks5_connect(): Fix indentation |
blob | commitdiff | raw |
2021-02-25 |
Fabian Keil | socks5_connect(): Don't try to send credentials when... |
blob | commitdiff | raw | diff to current |
2020-12-11 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw | diff to current |
2020-12-07 |
Fabian Keil | socks5_connect: Fix compiler warning from GCC9 with... |
blob | commitdiff | raw | diff to current |
2020-11-23 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw | diff to current |
2020-09-22 |
Fabian Keil | Factor string_or_none() out of connection_destination_m... |
blob | commitdiff | raw | diff to current |
2020-09-22 |
Fabian Keil | Bump copyright |
blob | commitdiff | raw | diff to current |
2020-09-22 |
Fabian Keil | remember_connection(): Remember the socks user name... |
blob | commitdiff | raw | diff to current |
2020-09-22 |
Fabian Keil | Check the socks user name and password when comparing... |
blob | commitdiff | raw | diff to current |
2020-09-22 |
Fabian Keil | Add connection_detail_matches() as helper function... |
blob | commitdiff | raw | diff to current |
2020-09-17 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw | diff to current |
2020-09-11 |
Fabian Keil | socks5_connect(): Fix format specifier in a log message |
blob | commitdiff | raw | diff to current |
2020-09-11 |
Fabian Keil | get_reusable_connection(): Fix format specifier in... |
blob | commitdiff | raw | diff to current |
2020-09-11 |
Fabian Keil | close_unusable_connections(): Fix format specifier... |
blob | commitdiff | raw | diff to current |
2020-09-07 |
Fabian Keil | Remove OS/2 support |
blob | commitdiff | raw | diff to current |
2020-09-02 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw | diff to current |
2020-09-01 |
Fabian Keil | Ditch a couple of spaces in pointer declarations |
blob | commitdiff | raw | diff to current |
2020-09-01 |
Fabian Keil | Explicitly prevent use of FEATURE_CONNECTION_SHARING... |
blob | commitdiff | raw | diff to current |
2020-06-02 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw | diff to current |
2020-06-01 |
Fabian Keil | remember_connection(): Add assertion to silence bogus... |
blob | commitdiff | raw | diff to current |
2020-02-27 |
Lee | Merge branch 'master' of ssh://git.privoxy.org:23/git... |
blob | commitdiff | raw | diff to current |
2020-02-13 |
Fabian Keil | Upgrade a bunch of links to the homepage to https:// |
blob | commitdiff | raw | diff to current |
2019-09-06 |
Ivan Romanov | Add SOCKS5 username/password support |
blob | commitdiff | raw | diff to current |
2018-03-08 |
Fabian Keil | Remove show_rcs() and the CVS ids it relied upon |
blob | commitdiff | raw | diff to current |
2017-08-12 |
Fabian Keil | Compile socks fuzzing code depending on FUZZ instead... |
blob | commitdiff | raw | diff to current |
2017-07-01 |
Lee | bump copyright |
blob | commitdiff | raw | diff to current |
2017-07-01 |
Lee | fix format specifier in log_error for unsigned long... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Fabian Keil | Remove code that has been pointless since 2009 |
blob | commitdiff | raw | diff to current |
2016-12-24 |
Fabian Keil | Add a --fuzz option |
blob | commitdiff | raw | diff to current |
2016-10-25 |
Fabian Keil | Bump copyright |
blob | commitdiff | raw | diff to current |
2016-10-25 |
Fabian Keil | socks5_connect(): Fail in case of unsupported address... |
blob | commitdiff | raw | diff to current |
2016-10-25 |
Fabian Keil | socks5_connect(): Properly deal with socks replies... |
blob | commitdiff | raw | diff to current |
2016-01-16 |
Fabian Keil | Introduce the new forwarding type 'forward-webserver' |
blob | commitdiff | raw | diff to current |
2015-08-12 |
Fabian Keil | translate_socks5_error(): Improve SOCKS5_REQUEST_HOST_U... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
Fabian Keil | Increase socks5_connect()'s optimism |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Add support for Tor's optimistic-data SOCKS extension |
blob | commitdiff | raw | diff to current |
2012-10-23 |
Fabian Keil | Make mark_connection_closed() visible when compiling... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Keep track of how many request are sent through a serve... |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Fix grammar in an error message in remember_connection() |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Use strdup_or_die() in remember_connection() |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Fix latency calculation for shared connections |
blob | commitdiff | raw | diff to current |
2012-03-10 |
Fabian Keil | In case of SOCKS5 failures, do not explicitly log the... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Fabian Keil | Follow-up fixes for the previous white-space changes |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Fabian Keil | Fix white-space around parentheses |
blob | commitdiff | raw | diff to current |
2012-02-29 |
Fabian Keil | In socks5_connect(), do not try to print a negative... |
blob | commitdiff | raw | diff to current |
2011-12-24 |
Fabian Keil | Do not expect a response from the SOCKS4/4A server... |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | Streamline socks5_connect() slightly |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | In case of SOCKS5 failures, dump the socks response |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | In socks5_connect(), require a complete socks response... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Fabian Keil | Remove a superfluos log message in forget_connection() |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Fabian Keil | In forwarded_connect(), fix a log message nobody should... |
blob | commitdiff | raw | diff to current |
2011-09-06 |
Fabian Keil | Fix a log message in socks5_connect(), a failed write... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Ditch trailing whitespace |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Fabian Keil | Slightly restructure the error handling in socks5_conne... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Fix a memory leak if the socks5 server is unreachable. |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Fabian Keil | Fix various spelling errors in the comments. |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In socks4_connect(), don't comment on connect_to()... |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Fabian Keil | Use an enum for the SOCKS4 reply field values |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Fabian Keil | Rename then SOCKS4 defines from SOCKS_REQUEST_FOO to... |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Fabian Keil | Use an enum for the SOCKS5 reply field |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Fabian Keil | In connection_destination_matches(), improve two log... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Fabian Keil | Let socks4_connect enforce the socket timeout for the... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Fabian Keil | Let socks5_connect enforce the socket timeout for the... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Fabian Keil | Rename socket_is_still_usable() to socket_is_still_alive(). |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Fabian Keil | Streamline remember_connection()'s prototype. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Fabian Keil | And by 'latency' we don't mean the round trip time. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Fabian Keil | Fix a log message in get_reusable_connection(). A blank... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Fabian Keil | Add trailing dot in a log message in close_unusable_con... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Disable connection-sharing unless FEATURE_CONNECTION_SH... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | In get_reusable_connection(), also log when the timesta... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | Fix gcc45 warning. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Fabian Keil | Take the latency into account when evaluating whether... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | Set the timestamp directly after receiving the response... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | If we decided not to keep the connection to the server... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | Fix clang warning: Value stored to 'err' is never read. |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Fabian Keil | Remove CVS revision logs. TODO item #33. |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Fabian Keil | Respect the server's keep-alive value if it's below... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Fabian Keil | There's no reason for keep_alive_timeout to be signed. |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Reenable server-side-only keep-alive support, but only... |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Initial keep-alive support for the client socket. |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Fabian Keil | Reword keep-alive support warning and only show |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Fabian Keil | Keep a thread around to timeout alive connections |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Fabian Keil | Remove duplicated debugging checks |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Fabian Keil | Fix some cparser warnings. |
blob | commitdiff | raw | diff to current |
2008-11-22 |
Fabian Keil | Move log message around to include the socket number. |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Fabian Keil | Make keep_alive_timeout static. |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Fabian Keil | Add new config option: keep-alive-timeout. |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Fabian Keil | Unify two debug messages. |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Fabian Keil | Fix duplicated debugging check. |
blob | commitdiff | raw | diff to current |
2008-10-25 |
Fabian Keil | Remove already out-commented line left over from debugging. |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Fabian Keil | - Tone the "keep-alive support is experimental" warning |
blob | commitdiff | raw | diff to current |
2008-10-23 |
Fabian Keil | Fix forget_connection() and mark_connection_unused(), |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Fabian Keil | - Factor close_unusable_connections() out of |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Fabian Keil | In socket_is_still_usable(), use select() |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Fabian Keil | Add preliminary timeout support. |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Fabian Keil | Fix two gcc44 warnings. |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Fabian Keil | Fix compiler warning. |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Fabian Keil | - Factor socket_is_still_usable() out of get_reusable_c... |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Fabian Keil | If a remembered connection is no longer usable and |
blob | commitdiff | raw | diff to current |
next |