project/uclient.git
2016-07-30 Jo-Philipp... Make missing SSL support message more explicit.
2016-07-05 Felix Fietkauhttp: add support for relative location on redirect
2016-07-05 Felix Fietkauuclient-fetch: add support for --quiet
2016-07-02 Florian Fainellicmake: Find libubox/ustream-ssl.h header file
2016-06-16 Rafał Miłeckihttp: allow sending message body for DELETE request
2016-02-08 Felix Fietkauuclient-fetch: fix inconsistencies in help text (thx...
2016-01-28 Felix Fietkauhttp: use usock_inet_timeout()
2016-01-24 Felix Fietkauhttp: add support for specifying ipv4/ipv6 preference
2016-01-23 Felix Fietkauuclient-fetch: truncate output files (unless resuming)
2016-01-23 Felix Fietkauhttp: assume data EOF if the connection terminates
2016-01-23 Felix Fietkauuclient-fetch: fix progress bar initialization with -O-
2016-01-23 Felix Fietkauhttp: fix processing server http data separated by...
2016-01-23 Felix Fietkauhttp: add proper error handling to uclient_http_redirect()
2016-01-21 Felix Fietkauuclient-fetch: allow overwriting files if -O was used
2016-01-20 Felix Fietkauuclient-fetch: fix short command line option for timeout
2016-01-20 Felix Fietkauhttp: fix connection close handling on auth
2016-01-19 Felix Fietkauuclient-fetch: add missing newline after final progress...
2016-01-17 Felix Fietkaucore: fix unused but set variable
2016-01-17 Felix Fietkaucore: make __uclient_get_url static
2016-01-17 Felix Fietkauuclient-fetch: add progress bar support
2016-01-16 Felix Fietkauuclient-fetch: add support for setting output directory
2016-01-16 Felix Fietkauuclient-http: use blocking connect, switch to non-block...
2016-01-16 Felix Fietkauhttp: detect connect failure
2016-01-16 Felix Fietkauuclient-fetch: ignore SIGPIPE
2016-01-16 Felix Fietkauuclient-fetch: add proxy support
2016-01-16 Felix Fietkauhttp: add proxy support
2016-01-16 Felix Fietkaucore: add proxy support
2016-01-16 Felix Fietkaucore: fix memory leak if url change fails
2016-01-16 Felix Fietkauuclient-http: make username/password variables local
2016-01-16 Felix Fietkauuclient-fetch: add support for resuming downloads
2016-01-16 Felix Fietkauuclient-fetch: clean up output file selection
2016-01-16 Felix Fietkauhttp: allow the header_done callback to reset the clien...
2016-01-16 Felix Fietkauuclient-fetch: add support for --timeout
2016-01-16 Felix Fietkauuclient-fetch: add support for --spider
2016-01-16 Felix Fietkauuclient-fetch: add support for --post-data
2016-01-16 Felix Fietkauuclient-fetch: only add default CA entries if no certif...
2016-01-16 Felix Fietkauuclient-fetch: add support for setting the user agent
2016-01-16 Felix Fietkauuclient-fetch: add support for fetching multiple urls
2016-01-16 Felix Fietkauuclient-fetch: add user/password to command line help
2016-01-16 Felix Fietkauuclient-fetch: load CA certificates
2016-01-15 Felix Fietkauhttp: get remote address from usock instead of using...
2015-08-06 Alexander Couzensuclient-fetch: set server_name of the ssl context to...
2015-04-14 Felix Fietkauuclient-http: end custom header lines with CRLF
2015-04-14 Felix Fietkauuclient-http: allow .header_done() callback to reset...
2015-01-22 Rafał Miłeckiallow sending requests with DELETE method
2015-01-22 Rafał Miłeckiuse const for char buffer in uclient_write
2015-01-18 Rafał Miłeckisupport for connection timeout
2014-12-10 Felix Fietkauhttp: fix processing of digest auth parameters
2014-09-04 Felix Fietkauhttp: terminate old connection in uclient_http_connect...
2014-09-04 Felix Fietkauhttp: do not call uclient_http_disconnect from uclient_...
2014-09-04 Jo-Philipp... uclient-http: only invoke data_sent callback if it...
2014-08-21 Felix Fietkauhttp: ignore empty lines before HTTP response
2014-07-07 Luka Perkovfetch: fix segfault after destination was not reached
2014-07-07 Luka Perkovhttp: implement data_sent write callback
2014-05-28 Felix Fietkauhttp: rework authentication handling - only retry inter...
2014-05-09 Felix Fietkauuclient-fetch: define _GNU_SOURCE (used for asprintf)
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
next