|
|
@242f280
|
2016-02-18T11:17:08Z |
dx |
Fix a double free when calling proxy_disconnect() inside phb->func()
…
|
|
|
@dbca297
|
2015-12-09T07:46:21Z |
dx |
proxy: fix validation of the proxytype value
Coverity says it could …
|
|
|
@4e365ce
|
2015-10-26T03:42:15Z |
dx |
Add proxy_disconnect() to interrupt possibly pending connections
…
|
|
|
@f710673
|
2015-10-26T03:42:12Z |
dx |
proxy: Turn phb_close() into phb_free(), use it for all g_free(phb)
…
|
|
|
@5756890
|
2015-10-25T22:37:56Z |
dx |
proxy: Use an array of function pointers for proxy_connect_*
Just cleanup.
|
|
|
@12f041d
|
2015-10-21T13:14:17Z |
dx |
socks4a proxy support (like socks4 with remote DNS)
Fixes trac ticket …
|
|
|
@71abe93
|
2015-04-05T14:09:37Z |
dx |
proxy: minor refactor, simplify error handling
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@840394e
|
2015-01-16T19:50:24Z |
dx |
http proxy: only check for "HTTP/1.x 200" in the status string
It was …
|
|
|
@20c9c21
|
2015-01-16T19:50:24Z |
dx |
Fix some more g_source_remove warnings, this time in proxy.c
Both in …
|
|
|
@25c4c78
|
2015-01-16T19:50:24Z |
dx |
Fix compiler warnings on Cygwin and Mac OS X.
* Don't use PIE/PIC on …
|
|
|
@6f10697
|
2015-01-16T19:50:23Z |
dx |
Fix incorrect Free Software Foundation address
|
|
|
@e252d8c
|
2014-09-27T14:54:35Z |
dx |
RIP native win32 support (use cygwin instead)
It has been broken for …
|
|
|
@ca8037e
|
2013-06-09T21:17:45Z |
wilmer |
Add better handling of HTTP/1.1 and/or keepalive connections. This …
|
|
|
@a010498
|
2011-07-12T08:04:12Z |
wilmer |
Fixed dumb file descriptor leak.
|
|
|
@389ce9f
|
2010-10-24T22:20:40Z |
wilmer |
Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
|
|
|
@762d96f
|
2010-08-15T22:07:57Z |
wilmer |
If a connection fails, try the next address from the getaddrinfo() …
|
|
|
@289bd2d
|
2010-08-07T14:55:18Z |
wilmer |
Applied patch from wahjava (with some modifications) for bug #644. …
|
|
|
@e046390
|
2009-10-10T23:25:54Z |
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
|
|
@ac46218
|
2008-12-14T10:40:17Z |
wilmer |
Removed a double g_free() in proxy.c (that couldn't actually ever be …
|
|
|
@aefaac3a
|
2008-04-06T15:34:25Z |
wilmer |
Added ClientInterface configuration option to make BitlBee bind() to a …
|
|
|
@58a1449
|
2008-03-24T11:01:02Z |
wilmer |
Fixed a broken check in lib/proxy.c, this restores proxy support. …
|
|
|
@6f7ac17
|
2007-12-28T23:27:45Z |
wilmer |
Fixed return value check in proxy_connect(), since on some systems
a …
|
|
|
@f618a4a
|
2007-10-12T12:11:57Z |
Jelmer Vernooij |
Fix GCC warning.
|
|
|
@fd03770
|
2006-06-25T19:43:14Z |
wilmer |
Merging from devel/Jelmer.
|
|
|
@7ed3199
|
2006-06-25T14:07:01Z |
wilmer |
Moved Base64-related functions to a separate file and added decode …
|
|
|
@df1694b
|
2006-06-25T12:15:42Z |
wilmer |
Moving all generic files to lib/ instead of having some in / and some …
|