3 Commits

Author SHA1 Message Date
hawken93
a35e5b4f9d Change coding style 2014-10-03 23:30:37 +02:00
Enrico Scholz
9fcd69b9ef http-proxy: fixed bad return value 2014-10-03 15:06:20 +02:00
Enrico Scholz
47419298ef PROXY/HTTP: added methods for HTTP proxies
This patch adds code for connecting through HTTP proxies. Open issues are:

* support of proxy authentication
* a possible DOS due to the usage of g_io_channel_read_line_string() which
  does not allow to specify a maximum length of line.

To use this method:
* set 'proxy_type' to 'http'
2014-10-03 15:06:20 +02:00