project/uclient.git
2014-05-08 Felix Fietkaufetch: print the URL while connecting
2014-05-08 Felix Fietkaufetch: add support for --user and --password
2014-05-08 Felix Fietkaufetch: always use O_EXCL when creating output files...
2014-05-07 Felix Fietkaufetch: print download status
2014-05-07 Felix Fietkaufetch: indicate an error if the connection was terminat...
2014-05-06 Felix Fietkauadd uclient_get_url_filename helper function
2014-05-06 Felix Fietkaufetch: print error messages on http error codes
2014-05-06 Felix Fietkaufetch: remove http header output
2014-05-06 Felix Fietkaurename uclient-example to uclient-fetch
2014-05-06 Felix Fietkauexample: rename callbacks
2014-05-05 Luka Perkovadd support for PUT requests
2014-05-04 Felix Fietkauexample: document -q
2014-05-04 Felix Fietkauexample: only close output fd after request completion...
2014-05-04 Felix Fietkauexample: handle uclient connection errors
2014-05-04 Felix Fietkauexample: indicate http error presence with return code 8
2014-05-04 Felix Fietkauexample: close output file
2014-05-04 Felix Fietkauexample: only write output data on http 200/204
2014-05-04 Felix Fietkauexample: document -O
2014-05-04 Felix Fietkauexample: always exit on output file errors
2014-05-04 Felix Fietkauadd uclient_disconnect() to force a disconnect without...
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 Fietkauexpose struct uclient_url
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-30 Felix Fietkauhttp: get address at initial connect time
2014-04-07 Felix Fietkauadd support for querying local/remote address
2014-04-03 Felix Fietkauignore empty writes
2014-03-29 Felix Fietkauadd support for 204 (no content)
2014-03-29 Felix Fietkaufix arguments to uclient_http_reset_headers
2014-03-29 Felix Fietkaufix specifying ports in urls
2014-03-29 Felix Fietkauavoid sending duplicate headers
2014-03-29 Felix Fietkauproperly terminate POST requests
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-25 Felix Fietkaufix connect error handling
2014-03-24 Felix Fietkauadd support for passing in an external ustream_ssl...
2014-03-23 Felix Fietkaumove nc to struct uclient_http
2014-03-23 Felix Fietkaumove ssl_ctx to struct uclient_http
2014-03-23 Felix Fietkaufix positioning of the __hidden attribute
2014-03-22 Felix Fietkauuse the redirect function in the example code
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 Fietkaumake uclient_backend_http visible to allow the client...
2014-03-22 Felix Fietkauparse the http response code
2014-03-22 Felix Fietkaucheck for length > 0 before calling ustream_write
2014-03-22 Felix Fietkauimplement digest support
2014-03-22 Felix Fietkaupass the initial / from uclient core to the proto handler
2014-03-22 Felix Fietkauadd utilities for calculating http digest hashes
2014-03-22 Felix Fietkaupreserve the contents of the www-authenticate header...
2014-03-21 Felix Fietkaufix double / on requests to root
2014-03-21 Felix Fietkauadd support for processing the content-length header...
2014-03-21 Felix Fietkauadd support for reusing connections
2014-03-21 Felix Fietkauset eof on HEAD requests after header end
2014-03-21 Felix Fietkauremove debug code
2014-03-21 Felix Fietkauexample: use stdout instead of stderr
2014-03-21 Felix Fietkauadd support for parsing chunked data on read
2014-03-21 Felix Fietkauuse chunked data for POST, set HTTP version to 1.1
2014-03-20 Felix FietkauInitial import