about summary refs log tree commit diff
path: root/misc/http_client.c
AgeCommit message (Collapse)Author
2010-07-18Applied patches from OpenBSD to fix addrinfo and HTTP.Marq Schneider
Applied OpenBSD patches from Nicholas Marriott. Closes GH-12
2009-01-12On solaris bcopy and some other useful functions are declared in strings.h.Richard Nyberg
2009-01-11Make the http client independent of events and use my iobuf.Richard Nyberg
2007-07-01The "Host" HTTP header should be placed as early as possible and also includeRichard Nyberg
the port number.
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
callback to be called before http_get returned.
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
reply.
2006-10-29Add a simple http client. Since it uses libevent it's a better fit for btpdRichard Nyberg
than curl.