about summary refs log tree commit diff
path: root/misc/http_client.c
AgeCommit message (Expand)Author
2007-07-01The "Host" HTTP header should be placed as early as possible and also includeRichard Nyberg
2007-07-01Recognize both the CRLF sequence and single LF characters as line terminators.Richard Nyberg
2007-05-19Fix problem introduced in r345. A call to http_get could cause theRichard Nyberg
2007-05-19Don't try to resolve the host if it is already given as an ip address.Richard Nyberg
2006-11-06Remove a couple of forgotten debug printfs.Richard Nyberg
2006-10-31Some cleanup. Use names for some numeric constants.Richard Nyberg
2006-10-31Rename callback type, add timeouts and and allow any http version in theRichard Nyberg
2006-10-29Add a simple http client. Since it uses libevent it's a better fit for btpdRichard Nyberg