| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||