Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -57/+0 |
| | | | | | protocols/, and adding RC4 code. | |||
* | Added status_string variable to http_client. | Wilmer van der Gaast | 2006-05-26 | -0/+1 |
| | ||||
* | Added a body_size attribute to http_client and fixed a possible NULL | Wilmer van der Gaast | 2006-05-18 | -0/+1 |
| | | | | | dereference bug. | |||
* | Added http_dorequest_url(). | Wilmer van der Gaast | 2006-05-17 | -0/+1 |
| | ||||
* | Moved HTTP-stuff (right now only for passport) into a separate module. This | Wilmer van der Gaast | 2005-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 Gaast | 2005-12-17 | -1/+1 |
| | ||||
* | http_client lib | Wilmer van der Gaast | 2005-12-17 | -0/+54 |