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
/
http_client.c
Commit message (
Expand
)
Author
Age
Lines
*
Allow NULL callback functions in http_dorequest
Artem Savkov
2015-10-08
-3
/
+7
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-428
/
+411
*
Replace isdigit/isalpha/.../tolower/toupper with glib variants
dequis
2015-01-16
-2
/
+2
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-2
/
+2
*
Some more g_source_remove warning fixes
dequis
2014-10-27
-0
/
+3
*
Prevent some "Source ID ## was not found..." warnings
dequis
2014-09-27
-0
/
+3
*
Merging HTTP/1.1 branch. This implements HTTP/1.1 support in http_client.
Wilmer van der Gaast
2013-06-16
-70
/
+183
|
\
|
*
Use HTTP/1.1 by default in the Twitter module, and stick to the initially
Wilmer van der Gaast
2013-06-16
-3
/
+15
|
*
Add better handling of HTTP/1.1 and/or keepalive connections. This should
Wilmer van der Gaast
2013-06-09
-68
/
+164
|
/
*
Whoops, remove those debugging printfs as I intended to do before merging.
Wilmer van der Gaast
2012-12-24
-2
/
+1
*
Clean up streaming HTTP event handler, which should fix crash-bugs with GLib.
Wilmer van der Gaast
2012-11-25
-0
/
+3
*
Increasing http_client buffersize to 4KB. You'd think that with things like
Wilmer van der Gaast
2012-11-24
-1
/
+1
*
Detect and handle streaming connection loss.
Wilmer van der Gaast
2012-11-11
-0
/
+2
*
Mostly finished HTTP streaming support: Shrink the buffer and add a
Wilmer van der Gaast
2012-11-11
-3
/
+25
*
Very immature code for reading from the streaming API. It reads from a
Wilmer van der Gaast
2012-11-10
-0
/
+1
*
Reworked http_client a little bit to support streaming besides just buffering
Wilmer van der Gaast
2012-11-10
-47
/
+110
*
Since I can't figure out where the stalls are coming from at this point, at
Wilmer van der Gaast
2012-09-22
-1
/
+1
*
Solve a whole bunch of Twitter module crashes: Twitter responses seem to
Wilmer van der Gaast
2012-09-22
-2
/
+15
*
Merging SSL certificate verification for GnuTLS, with help from AopicieR.
Wilmer van der Gaast
2011-12-23
-5
/
+16
|
\
|
*
Add verify argument to ssl_connect() so HTTPS-based stuff is also secure.
Wilmer van der Gaast
2011-12-19
-3
/
+14
|
*
Initial merge of tls_verify patch from AopicieR.
Wilmer van der Gaast
2011-12-19
-2
/
+3
|
/
*
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. This
Wilmer van der Gaast
2011-12-11
-6
/
+22
*
Somewhat improve debug logging of HTTP/SOAP stuff.
Wilmer van der Gaast
2011-12-02
-0
/
+10
*
GnuTLS now also needs ssl_pending() implemented. Bug #860.
Wilmer van der Gaast
2011-11-14
-1
/
+4
*
Cleanup of http_client fix. Use g_strdup_printf and completely avoid strcat,
Wilmer van der Gaast
2011-11-13
-14
/
+21
*
Undoing old workaround for MSN troubles and added more proper fix. The
Wilmer van der Gaast
2011-11-12
-4
/
+7
*
Send Connection: close headers so webservers won't try keepalive connections
Wilmer van der Gaast
2011-04-18
-0
/
+1
*
Merging mainline.
Wilmer van der Gaast
2010-07-17
-4
/
+6
|
\
|
*
No idea why http_dorequest() ever returned void*. Don't hide the type, it's
Wilmer van der Gaast
2010-07-17
-3
/
+4
|
*
Don't be a dumbass and stop following redirects if there doesn't seem to
Wilmer van der Gaast
2010-07-16
-1
/
+2
*
|
Make purple use BitlBee's event handling API. Since the APIs never really
Wilmer van der Gaast
2009-10-11
-3
/
+3
|
/
*
Fixed crappy memory management in http_client.
Wilmer van der Gaast
2008-09-28
-9
/
+10
*
Moving all generic files to lib/ instead of having some in / and some in
Wilmer van der Gaast
2006-06-25
-0
/
+453