aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/http_client.h
Commit message (Collapse)AuthorAgeLines
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-57/+0
| | | | | protocols/, and adding RC4 code.
* Added status_string variable to http_client.Wilmer van der Gaast2006-05-26-0/+1
|
* Added a body_size attribute to http_client and fixed a possible NULLWilmer van der Gaast2006-05-18-0/+1
| | | | | dereference bug.
* Added http_dorequest_url().Wilmer van der Gaast2006-05-17-0/+1
|
* Moved HTTP-stuff (right now only for passport) into a separate module. ThisWilmer van der Gaast2005-12-17-1/+1
| | | | | | | | | all works 100% asynchronous and non-blocking, so almost all I/O in BitlBee should be completely non-blocking now! Right now support for other modules than GnuTLS is probably broken, I'll fix it later.
* Fixed parameter ordering.Wilmer van der Gaast2005-12-17-1/+1
|
* http_client libWilmer van der Gaast2005-12-17-0/+54