uclient-fetch: add support for setting output directory
[project/uclient.git] / uclient-fetch.c
2016-01-16 Felix Fietkauuclient-fetch: add support for setting output directory
2016-01-16 Felix Fietkauuclient-fetch: ignore SIGPIPE
2016-01-16 Felix Fietkauuclient-fetch: add proxy support
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 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
2015-01-18 Rafał Miłeckisupport for connection timeout
2014-07-07 Luka Perkovfetch: fix segfault after destination was not reached
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