Skip to content

Releases: brechtsanders/proxysocket

proxysocket 0.1.11

11 Jan 16:49
Compare
Choose a tag to compare
  • fixed Makefile to support overriding compliler with CC=

proxysocket 0.1.10

07 Oct 10:42
Compare
Choose a tag to compare
  • fixed Makefile to detect if asprintf() is defined on Windows (needed for recent versions of MinGW-w64)

proxysocket 0.1.9

07 Mar 14:06
Compare
Choose a tag to compare
  • added Travis CI configuration file: .travis.yml
  • fixed superfluous parameter to proxysocketconfig_create_direct() in proxysocket.c

proxysocket 0.1.8

16 Sep 18:46
Compare
Choose a tag to compare
  • added socket_get_error_message()
  • added proxysocketconfig_set_timeout()
  • added socket_set_timeouts_milliseconds()

proxysocket 0.1.6

27 Oct 16:14
Compare
Choose a tag to compare
  • fixed issue: proxysocket_connect(): returned no error message if no logging was set

proxysocket 0.1.5

20 Oct 12:32
Compare
Choose a tag to compare
  • fixed comment for proxysocketconfig_log_fn in proxysocket.h
  • added proxysocketconfig_get_description() to get proxy description

proxysocket 0.1.4

17 Apr 15:47
Compare
Choose a tag to compare
  • 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

24 Mar 20:43
Compare
Choose a tag to compare
  • 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

01 Mar 20:26
Compare
Choose a tag to compare
  • fixed memory leak

proxysocket 0.1.0

11 Dec 19:13
Compare
Choose a tag to compare
  • 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