example: write output data to a file
[project/uclient.git] / uclient.c
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