fetch: indicate an error if the connection was terminated prematurely
[project/uclient.git] / uclient.h
2014-05-07 Felix Fietkaufetch: indicate an error if the connection was terminat...
2014-05-04 Felix Fietkauadd uclient_disconnect() to force a disconnect without...
2014-05-04 Felix Fietkauexpose struct uclient_url
2014-05-04 Felix Fietkauhttp: make ustream_ssl optional, only use provided...
2014-04-07 Felix Fietkauadd support for querying local/remote address
2014-03-29 Felix Fietkaufix arguments to uclient_http_reset_headers
2014-03-29 Felix Fietkauadd support for passing in auth to uclient_set_url()
2014-03-29 Felix Fietkausplit setting url from connecting
2014-03-26 Felix Fietkaupass auth_str to uclient_new()
2014-03-25 Felix Fietkauadd copyright headers
2014-03-25 Felix Fietkauimplement optional SSL certificate validation (includin...
2014-03-24 Felix Fietkauadd support for passing in an external ustream_ssl...
2014-03-22 Felix Fietkauadd a utility function to detect redirects and handle...
2014-03-22 Felix Fietkaumake uclient_backend_http visible to allow the client...
2014-03-20 Felix FietkauInitial import