example: document -O
[project/uclient.git] / uclient-example.c
2014-05-04 Felix Fietkauexample: document -O
2014-05-04 Felix Fietkauexample: always exit on output file errors
2014-05-04 Felix Fietkauexample: write output data to a file
2014-05-04 Felix Fietkauexample: create only one request
2014-05-04 Felix Fietkauexample: update usage info
2014-05-04 Felix Fietkauexample: add quiet flag similar to wget
2014-05-04 Felix Fietkauexample: change -c to --ca-certificate to match wget
2014-05-04 Felix Fietkauexample: change -C to --no-check-certificate to match...
2014-05-04 Felix Fietkauexample: make ustream-ssl optional (load via dlopen)
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-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-22 Felix Fietkauuse the redirect function in the example code
2014-03-22 Felix Fietkauparse the http response code
2014-03-21 Felix Fietkauexample: use stdout instead of stderr
2014-03-20 Felix FietkauInitial import