summaryrefslogtreecommitdiff
path: root/uclient-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* uclient-fetch: document missing optionsBaptiste Jonglez2021-04-031-5/+8
* uclient-fetch: wolfSSL: fix certificate validationPetr Štetiar2020-12-111-0/+2
* uclient-fetch: init_ca_cert: fix memory leakPetr Štetiar2020-12-111-0/+1
* uclient-fetch: fix potential memory leaksPetr Štetiar2020-12-111-2/+2
* uclient-fetch: fix statement may fallt hroughPetr Štetiar2020-12-111-0/+1
* Fix extra compiler warningsPetr Štetiar2020-12-111-15/+15
* uclient-fetch: add option to read POST data from fileGio2020-06-171-2/+29
* uclient-fetch: support specifying advertised TLS ciphersJo-Philipp Wich2020-02-151-0/+12
* uclient-fetch: Check for nullpointer returned by uclient_get_url_filenameTobias Schramm2018-02-201-0/+6
* uclient-fetch: use package name pattern in message for missing SSL libraryMichael Heimpold2018-02-121-1/+1
* uclient-fetch: fix overloading of output_file variableFelix Fietkau2017-11-021-3/+4
* uclient-fetch: read_data_cb: fix a potential buffer overflowAlexander Couzens2017-06-111-1/+1
* Fix unused results warningsFlorian Fainelli2016-12-091-5/+11
* Fix printf format in previous commit.Jo-Philipp Wich2016-07-301-1/+1
* Make missing SSL support message more explicit.Jo-Philipp Wich2016-07-301-1/+6
* uclient-fetch: add support for --quietFelix Fietkau2016-07-051-0/+5
* uclient-fetch: fix inconsistencies in help text (thx, Hannu Nyman)Felix Fietkau2016-02-081-7/+7
* http: add support for specifying ipv4/ipv6 preferenceFelix Fietkau2016-01-251-2/+15
* uclient-fetch: truncate output files (unless resuming)Felix Fietkau2016-01-231-1/+1
* uclient-fetch: fix progress bar initialization with -O-Felix Fietkau2016-01-231-1/+3
* http: add proper error handling to uclient_http_redirect()Felix Fietkau2016-01-231-5/+15
* uclient-fetch: allow overwriting files if -O was usedFelix Fietkau2016-01-211-1/+4
* uclient-fetch: fix short command line option for timeoutFelix Fietkau2016-01-201-1/+1
* uclient-fetch: add missing newline after final progress bar updateFelix Fietkau2016-01-191-0/+1
* uclient-fetch: add progress bar supportFelix Fietkau2016-01-171-13/+50
* uclient-fetch: add support for setting output directoryFelix Fietkau2016-01-161-1/+9
* uclient-fetch: ignore SIGPIPEFelix Fietkau2016-01-161-0/+2
* uclient-fetch: add proxy supportFelix Fietkau2016-01-161-3/+56
* uclient-http: make username/password variables localFelix Fietkau2016-01-161-2/+2
* uclient-fetch: add support for resuming downloadsFelix Fietkau2016-01-161-7/+105
* uclient-fetch: clean up output file selectionFelix Fietkau2016-01-161-11/+11
* uclient-fetch: add support for --timeoutFelix Fietkau2016-01-161-0/+13
* uclient-fetch: add support for --spiderFelix Fietkau2016-01-161-3/+16
* uclient-fetch: add support for --post-dataFelix Fietkau2016-01-161-1/+13
* uclient-fetch: only add default CA entries if no certificate was supplied and...Felix Fietkau2016-01-161-1/+1
* uclient-fetch: add support for setting the user agentFelix Fietkau2016-01-161-1/+14
* uclient-fetch: add support for fetching multiple urlsFelix Fietkau2016-01-161-17/+38
* uclient-fetch: add user/password to command line helpFelix Fietkau2016-01-161-0/+2
* uclient-fetch: load CA certificatesFelix Fietkau2016-01-161-1/+19
* support for connection timeoutRafał Miłecki2015-01-181-0/+4
* fetch: fix segfault after destination was not reachedLuka Perkov2014-07-071-6/+28
* uclient-fetch: define _GNU_SOURCE (used for asprintf)Felix Fietkau2014-05-091-0/+1
* fetch: print the URL while connectingFelix Fietkau2014-05-081-1/+4
* fetch: add support for --user and --passwordFelix Fietkau2014-05-081-1/+27
* fetch: always use O_EXCL when creating output files, use unlink if -O is spec...Felix Fietkau2014-05-081-5/+2
* fetch: print download statusFelix Fietkau2014-05-081-0/+10
* fetch: indicate an error if the connection was terminated prematurelyFelix Fietkau2014-05-071-0/+5
* add uclient_get_url_filename helper functionFelix Fietkau2014-05-061-22/+6
* fetch: print error messages on http error codesFelix Fietkau2014-05-061-0/+2
* fetch: remove http header outputFelix Fietkau2014-05-061-10/+0