index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
proxy.c
Commit message (
Expand
)
Author
Age
Lines
*
Fix a double free when calling proxy_disconnect() inside phb->func()
dequis
2016-02-18
-8
/
+23
*
proxy: fix validation of the proxytype value
dequis
2015-12-09
-1
/
+1
*
Add proxy_disconnect() to interrupt possibly pending connections
dequis
2015-10-26
-1
/
+39
*
proxy: Turn phb_close() into phb_free(), use it for all g_free(phb)
dequis
2015-10-26
-35
/
+40
*
proxy: Use an array of function pointers for proxy_connect_*
dequis
2015-10-25
-10
/
+15
*
socks4a proxy support (like socks4 with remote DNS)
dequis
2015-10-21
-7
/
+22
*
proxy: minor refactor, simplify error handling
dequis
2015-04-05
-110
/
+36
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-70
/
+79
*
http proxy: only check for "HTTP/1.x 200" in the status string
dequis
2015-01-16
-2
/
+2
*
Fix some more g_source_remove warnings, this time in proxy.c
dequis
2015-01-16
-0
/
+2
*
Fix compiler warnings on Cygwin and Mac OS X.
Jason Copenhaver
2015-01-16
-4
/
+4
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-1
/
+1
*
RIP native win32 support (use cygwin instead)
dequis
2014-09-27
-8
/
+0
*
Add better handling of HTTP/1.1 and/or keepalive connections. This should
Wilmer van der Gaast
2013-06-09
-1
/
+1
*
Fixed dumb file descriptor leak.
Wilmer van der Gaast
2011-07-12
-0
/
+1
*
Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
Wilmer van der Gaast
2010-10-24
-0
/
+3
*
If a connection fails, try the next address from the getaddrinfo() results.
Wilmer van der Gaast
2010-08-15
-50
/
+68
*
Applied patch from wahjava (with some modifications) for bug #644. This
Wilmer van der Gaast
2010-08-07
-51
/
+54
*
Make purple use BitlBee's event handling API. Since the APIs never really
Wilmer van der Gaast
2009-10-11
-32
/
+32
*
Removed a double g_free() in proxy.c (that couldn't actually ever be
Wilmer van der Gaast
2008-12-14
-1
/
+0
*
Added ClientInterface configuration option to make BitlBee bind() to a
Wilmer van der Gaast
2008-04-06
-0
/
+11
*
Fixed a broken check in lib/proxy.c, this restores proxy support. Thanks
Wilmer van der Gaast
2008-03-24
-2
/
+2
*
Fixed return value check in proxy_connect(), since on some systems
Wilmer van der Gaast
2007-12-28
-11
/
+10
*
Fix GCC warning.
Jelmer Vernooij
2007-10-12
-2
/
+2
*
Merging from devel/Jelmer.
Wilmer van der Gaast
2006-06-25
-4
/
+0
*
Moved Base64-related functions to a separate file and added decode funtions.
Wilmer van der Gaast
2006-06-25
-0
/
+1
*
Moving all generic files to lib/ instead of having some in / and some in
Wilmer van der Gaast
2006-06-25
-0
/
+556