summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-16http: detect connect failureFelix Fietkau
2016-01-16uclient-fetch: ignore SIGPIPEFelix Fietkau
2016-01-16uclient-fetch: add proxy supportFelix Fietkau
2016-01-16http: add proxy supportFelix Fietkau
2016-01-16core: add proxy supportFelix Fietkau
2016-01-16core: fix memory leak if url change failsFelix Fietkau
2016-01-16uclient-http: make username/password variables localFelix Fietkau
2016-01-16uclient-fetch: add support for resuming downloadsFelix Fietkau
2016-01-16uclient-fetch: clean up output file selectionFelix Fietkau
2016-01-16http: allow the header_done callback to reset the client stateFelix Fietkau
2016-01-16uclient-fetch: add support for --timeoutFelix Fietkau
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