aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_client.h
Commit message (Collapse)AuthorAgeLines
* No idea why http_dorequest() ever returned void*. Don't hide the type, it'sWilmer van der Gaast2010-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 toWilmer van der Gaast2010-07-16-0/+2
| | | | | be an end.
* Fixed crappy memory management in http_client.Wilmer van der Gaast2008-09-28-0/+2
|
* Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.Wilmer van der Gaast2006-07-19-10/+35
|
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+57
protocols/, and adding RC4 code.