uclient: Handle memory allocation failure for url
[project/uclient.git] / uclient.c
2018-02-20 Tobias Schrammuclient: Handle memory allocation failure for url
2016-07-05 Felix Fietkauhttp: add support for relative location on redirect
2016-01-17 Felix Fietkaucore: fix unused but set variable
2016-01-17 Felix Fietkaucore: make __uclient_get_url static
2016-01-16 Felix Fietkaucore: add proxy support
2016-01-16 Felix Fietkaucore: fix memory leak if url change fails
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-04-07 Felix Fietkauadd support for querying local/remote address
2014-03-29 Felix Fietkaufix specifying ports in urls
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-25 Felix Fietkaufix prefix id passing
2014-03-23 Felix Fietkaufix positioning of the __hidden attribute
2014-03-22 Felix Fietkauadd a utility function to detect redirects and handle...
2014-03-22 Felix Fietkauadd missing prototype for uclient_backend_set_error
2014-03-22 Felix Fietkaupass the initial / from uclient core to the proto handler
2014-03-21 Felix Fietkaufix double / on requests to root
2014-03-21 Felix Fietkauadd support for reusing connections
2014-03-20 Felix FietkauInitial import