aboutsummaryrefslogtreecommitdiffstats
path: root/lib/proxy.c
Commit message (Expand)AuthorAgeLines
* Add better handling of HTTP/1.1 and/or keepalive connections. This shouldWilmer van der Gaast2013-06-09-1/+1
* Fixed dumb file descriptor leak.Wilmer van der Gaast2011-07-12-0/+1
* Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.Wilmer van der Gaast2010-10-24-0/+3
* If a connection fails, try the next address from the getaddrinfo() results.Wilmer van der Gaast2010-08-15-50/+68
* Applied patch from wahjava (with some modifications) for bug #644. ThisWilmer van der Gaast2010-08-07-51/+54
* Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-32/+32
* Removed a double g_free() in proxy.c (that couldn't actually ever beWilmer van der Gaast2008-12-14-1/+0
* Added ClientInterface configuration option to make BitlBee bind() to aWilmer van der Gaast2008-04-06-0/+11
* Fixed a broken check in lib/proxy.c, this restores proxy support. ThanksWilmer van der Gaast2008-03-24-2/+2
* Fixed return value check in proxy_connect(), since on some systemsWilmer van der Gaast2007-12-28-11/+10
* Fix GCC warning.Jelmer Vernooij2007-10-12-2/+2
* Merging from devel/Jelmer.Wilmer van der Gaast2006-06-25-4/+0
* Moved Base64-related functions to a separate file and added decode funtions.Wilmer van der Gaast2006-06-25-0/+1
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+556