uclient-fetch: add option to read POST data from file
[oweals/uclient.git] / uclient.h
2019-12-07 Daniel Danzbergeruclient: Add string error function
2016-01-24 Felix Fietkauhttp: add support for specifying ipv4/ipv6 preference
2016-01-23 Felix Fietkauhttp: add proper error handling to uclient_http_redirect()
2016-01-16 Felix Fietkaucore: add proxy support
2016-01-16 Felix Fietkauhttp: allow the header_done callback to reset the clien...
2015-01-22 Rafał Miłeckiuse const for char buffer in uclient_write
2015-01-18 Rafał Miłeckisupport for connection timeout
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