summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-16uclient-fetch: add support for --spiderFelix Fietkau
2016-01-16uclient-fetch: add support for --post-dataFelix Fietkau
2016-01-16uclient-fetch: only add default CA entries if no certificate was supplied and verify was requestedFelix Fietkau
2016-01-16uclient-fetch: add support for setting the user agentFelix Fietkau
2016-01-16uclient-fetch: add support for fetching multiple urlsFelix Fietkau
2016-01-16uclient-fetch: add user/password to command line helpFelix Fietkau
2016-01-16uclient-fetch: load CA certificatesFelix Fietkau
2016-01-15http: get remote address from usock instead of using getpeernameFelix Fietkau
2015-08-06uclient-fetch: set server_name of the ssl context to support SNIAlexander Couzens
2015-04-14uclient-http: end custom header lines with CRLFFelix Fietkau
2015-04-14uclient-http: allow .header_done() callback to reset the connectionFelix Fietkau
2015-01-22allow sending requests with DELETE methodRafał Miłecki
2015-01-22use const for char buffer in uclient_writeRafał Miłecki
2015-01-18support for connection timeoutRafał Miłecki
2014-12-10http: fix processing of digest auth parametersFelix Fietkau
2014-09-04http: terminate old connection in uclient_http_connect after incomplete request processingFelix Fietkau
2014-09-04http: do not call uclient_http_disconnect from uclient_notify_eof directlyFelix Fietkau
2014-09-04uclient-http: only invoke data_sent callback if it is providedJo-Philipp Wich
2014-08-21http: ignore empty lines before HTTP responseFelix Fietkau
2014-07-07fetch: fix segfault after destination was not reachedLuka Perkov
2014-07-07http: implement data_sent write callbackLuka Perkov
2014-05-28http: rework authentication handling - only retry internally for GET requestsFelix Fietkau
2014-05-09uclient-fetch: define _GNU_SOURCE (used for asprintf)Felix Fietkau
2014-05-08fetch: print the URL while connectingFelix Fietkau
2014-05-08fetch: add support for --user and --passwordFelix Fietkau
2014-05-08fetch: always use O_EXCL when creating output files, use unlink if -O is specifiedFelix Fietkau
2014-05-07fetch: print download statusFelix Fietkau
2014-05-07fetch: indicate an error if the connection was terminated prematurelyFelix Fietkau
2014-05-06add uclient_get_url_filename helper functionFelix Fietkau
2014-05-06fetch: print error messages on http error codesFelix Fietkau
2014-05-06fetch: remove http header outputFelix Fietkau
2014-05-06rename uclient-example to uclient-fetchFelix Fietkau
2014-05-06example: rename callbacksFelix Fietkau
2014-05-05add support for PUT requestsLuka Perkov
2014-05-04example: document -qFelix Fietkau
2014-05-04example: only close output fd after request completion if -O was not usedFelix Fietkau
2014-05-04example: handle uclient connection errorsFelix Fietkau
2014-05-04example: indicate http error presence with return code 8Felix Fietkau
2014-05-04example: close output fileFelix Fietkau
2014-05-04example: only write output data on http 200/204Felix Fietkau
2014-05-04example: document -OFelix Fietkau
2014-05-04example: always exit on output file errorsFelix Fietkau
2014-05-04add uclient_disconnect() to force a disconnect without further callbacksFelix Fietkau
2014-05-04example: write output data to a fileFelix Fietkau
2014-05-04example: create only one requestFelix Fietkau
2014-05-04example: update usage infoFelix Fietkau
2014-05-04example: add quiet flag similar to wgetFelix Fietkau
2014-05-04expose struct uclient_urlFelix Fietkau
2014-05-04example: change -c to --ca-certificate to match wgetFelix Fietkau
2014-05-04example: change -C to --no-check-certificate to match wgetFelix Fietkau