Releases: brechtsanders/proxysocket
Releases · brechtsanders/proxysocket
proxysocket 0.1.11
- fixed Makefile to support overriding compliler with CC=
proxysocket 0.1.10
- fixed Makefile to detect if asprintf() is defined on Windows (needed for recent versions of MinGW-w64)
proxysocket 0.1.9
- added Travis CI configuration file: .travis.yml
- fixed superfluous parameter to proxysocketconfig_create_direct() in proxysocket.c
proxysocket 0.1.8
- added socket_get_error_message()
- added proxysocketconfig_set_timeout()
- added socket_set_timeouts_milliseconds()
proxysocket 0.1.6
- fixed issue: proxysocket_connect(): returned no error message if no logging was set
proxysocket 0.1.5
- fixed comment for proxysocketconfig_log_fn in proxysocket.h
- added proxysocketconfig_get_description() to get proxy description
proxysocket 0.1.4
- proxysocket_connect() with proxy set to NULL makes direct connection
- added proxysocketconfig_get_type_name() to get name of proxy type
- added proxysocketconfig_get_name_type() to get proxy type by name
proxysocket 0.1.3
- added support for proxy server host lookups (previously only local DNS)
- example program: ipify (connects to ipify.org to determine external IP)
proxysocket 0.1.2
- fixed memory leak
proxysocket 0.1.0
- initial version
- supported connection methods:
- no proxy
- HTTP proxy: only CONNECT method and without authentication or basic authentication
- SOCKS5 (RFC 1928): only without authentication or username/password
- SOCKS4: no active support for IDENT authentication