Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | No idea why http_dorequest() ever returned void*. Don't hide the type, it's | Wilmer van der Gaast | 2010-07-17 | -4/+2 |
| | | | | | 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 | -0/+2 |
| | | | | | be an end. | |||
* | Fixed crappy memory management in http_client. | Wilmer van der Gaast | 2008-09-28 | -0/+2 |
| | ||||
* | Added some (more) comments to .h files in lib/ and some minor fixes/cleanups. | Wilmer van der Gaast | 2006-07-19 | -10/+35 |
| | ||||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -0/+57 |
protocols/, and adding RC4 code. |