index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
http_client.c
Age
Commit message (
Collapse
)
Author
2010-07-18
Applied patches from OpenBSD to fix addrinfo and HTTP.
Marq Schneider
Applied OpenBSD patches from Nicholas Marriott. Closes GH-12
2009-01-12
On solaris bcopy and some other useful functions are declared in strings.h.
Richard Nyberg
2009-01-11
Make the http client independent of events and use my iobuf.
Richard Nyberg
2007-07-01
The "Host" HTTP header should be placed as early as possible and also include
Richard Nyberg
the port number.
2007-07-01
Recognize both the CRLF sequence and single LF characters as line terminators.
Richard Nyberg
2007-05-19
Fix problem introduced in r345. A call to http_get could cause the
Richard Nyberg
callback to be called before http_get returned.
2007-05-19
Don't try to resolve the host if it is already given as an ip address.
Richard Nyberg
2006-11-06
Remove a couple of forgotten debug printfs.
Richard Nyberg
2006-10-31
Some cleanup. Use names for some numeric constants.
Richard Nyberg
2006-10-31
Rename callback type, add timeouts and and allow any http version in the
Richard Nyberg
reply.
2006-10-29
Add a simple http client. Since it uses libevent it's a better fit for btpd
Richard Nyberg
than curl.