uclient-fetch: init_ca_cert: fix memory leak
[project/uclient.git] / uclient-fetch.c
2020-12-11 Petr Štetiaruclient-fetch: init_ca_cert: fix memory leak
2020-12-11 Petr Štetiaruclient-fetch: fix potential memory leaks
2020-12-11 Petr Štetiaruclient-fetch: fix statement may fallt hrough
2020-12-11 Petr ŠtetiarFix extra compiler warnings
2020-06-17 Giouclient-fetch: add option to read POST data from file
2020-02-15 Jo-Philipp Wichuclient-fetch: support specifying advertised TLS ciphers
2018-02-20 Tobias Schrammuclient-fetch: Check for nullpointer returned by uclien...
2018-02-12 Michael Heimpolduclient-fetch: use package name pattern in message...
2017-11-02 Felix Fietkauuclient-fetch: fix overloading of output_file variable
2017-06-11 Alexander Couzensuclient-fetch: read_data_cb: fix a potential buffer...
2016-12-09 Florian FainelliFix unused results warnings
2016-07-30 Jo-Philipp WichFix printf format in previous commit.
2016-07-30 Jo-Philipp WichMake missing SSL support message more explicit.
2016-07-05 Felix Fietkauuclient-fetch: add support for --quiet
2016-02-08 Felix Fietkauuclient-fetch: fix inconsistencies in help text (thx...
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 Fietkauuclient-fetch: fix progress bar initialization with -O-
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-19 Felix Fietkauuclient-fetch: add missing newline after final progress...
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-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