summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-07-30Make missing SSL support message more explicit.Jo-Philipp Wich
2016-07-05http: add support for relative location on redirectFelix Fietkau
2016-07-05uclient-fetch: add support for --quietFelix Fietkau
2016-07-02cmake: Find libubox/ustream-ssl.h header fileFlorian Fainelli
2016-06-16http: allow sending message body for DELETE requestRafał Miłecki
2016-02-08uclient-fetch: fix inconsistencies in help text (thx, Hannu Nyman)Felix Fietkau
2016-01-28http: use usock_inet_timeout()Felix Fietkau
2016-01-24http: add support for specifying ipv4/ipv6 preferenceFelix Fietkau
2016-01-23uclient-fetch: truncate output files (unless resuming)Felix Fietkau
2016-01-23http: assume data EOF if the connection terminatesFelix Fietkau
2016-01-23uclient-fetch: fix progress bar initialization with -O-Felix Fietkau
2016-01-23http: fix processing server http data separated by \n instead of \r\nFelix Fietkau
2016-01-23http: add proper error handling to uclient_http_redirect()Felix Fietkau
2016-01-21uclient-fetch: allow overwriting files if -O was usedFelix Fietkau
2016-01-20uclient-fetch: fix short command line option for timeoutFelix Fietkau
2016-01-20http: fix connection close handling on authFelix Fietkau
2016-01-19uclient-fetch: add missing newline after final progress bar updateFelix Fietkau
2016-01-17core: fix unused but set variableFelix Fietkau
2016-01-17core: make __uclient_get_url staticFelix Fietkau
2016-01-17uclient-fetch: add progress bar supportFelix Fietkau
2016-01-16uclient-fetch: add support for setting output directoryFelix Fietkau
2016-01-16uclient-http: use blocking connect, switch to non-blocking later. fixes ipv6 -> ipv4 fallbackFelix Fietkau
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