Commit graph

3 commits

Author SHA1 Message Date
Bob Mottram
4a8a6cfcbf Change coding style
Based on original patch by hawken93 <hawken@thehawken.org> 3 Oct 2014
2016-04-14 14:06:54 +01:00
Bob Mottram
bade9e3d9e http-proxy: fixed bad return value
From the original patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 7 Apr 2010
2016-04-14 11:41:05 +01:00
Bob Mottram
3698ae06ff PROXY/HTTP: added methods for HTTP proxies
From original patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 26 Feb 2008
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.
2016-04-14 11:17:48 +01:00