Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | | | | | truncate request if we switched from POST to GET. | |||
* | Undoing old workaround for MSN troubles and added more proper fix. The | Wilmer van der Gaast | 2011-11-12 | -4/+7 |
| | | | | | | http_client module needs some refactoring though. Will do that later.. This should hopefully fix bug #850. | |||
* | Send Connection: close headers so webservers won't try keepalive connections | Wilmer van der Gaast | 2011-04-18 | -0/+1 |
| | | | | | which http_client really can't deal with. | |||
* | 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 |
| | | | | | | | | | | not a secret (the pointer is shared with a type later anyway). | |||
| * | Don't be a dumbass and stop following redirects if there doesn't seem to | Wilmer van der Gaast | 2010-07-16 | -1/+2 |
| | | | | | | | | | | be an end. | |||
* | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -3/+3 |
|/ | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | 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 |
protocols/, and adding RC4 code. |