summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* http: assume data EOF if the connection terminatesFelix Fietkau2016-01-231-0/+3
* uclient-fetch: fix progress bar initialization with -O-Felix Fietkau2016-01-231-1/+3
* http: fix processing server http data separated by \n instead of \r\nFelix Fietkau2016-01-231-6/+11
* http: add proper error handling to uclient_http_redirect()Felix Fietkau2016-01-233-8/+20
* 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
* http: fix connection close handling on authFelix Fietkau2016-01-201-2/+4
* uclient-fetch: add missing newline after final progress bar updateFelix Fietkau2016-01-191-0/+1
* core: fix unused but set variableFelix Fietkau2016-01-171-2/+1
* core: make __uclient_get_url staticFelix Fietkau2016-01-171-1/+1
* uclient-fetch: add progress bar supportFelix Fietkau2016-01-174-14/+305
* uclient-fetch: add support for setting output directoryFelix Fietkau2016-01-161-1/+9
* uclient-http: use blocking connect, switch to non-blocking later. fixes ipv6 ...Felix Fietkau2016-01-161-1/+3
* http: detect connect failureFelix Fietkau2016-01-161-0/+4
* uclient-fetch: ignore SIGPIPEFelix Fietkau2016-01-161-0/+2
* uclient-fetch: add proxy supportFelix Fietkau2016-01-161-3/+56
* http: add proxy supportFelix Fietkau2016-01-161-0/+4
* core: add proxy supportFelix Fietkau2016-01-163-43/+104
* core: fix memory leak if url change failsFelix Fietkau2016-01-161-1/+3
* 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
* http: allow the header_done callback to reset the client stateFelix Fietkau2016-01-162-1/+4
* 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
* http: get remote address from usock instead of using getpeernameFelix Fietkau2016-01-151-5/+4
* uclient-fetch: set server_name of the ssl context to support SNIAlexander Couzens2015-08-061-0/+1
* uclient-http: end custom header lines with CRLFFelix Fietkau2015-04-141-1/+1
* uclient-http: allow .header_done() callback to reset the connectionFelix Fietkau2015-04-141-0/+6
* allow sending requests with DELETE methodRafał Miłecki2015-01-221-0/+2
* use const for char buffer in uclient_writeRafał Miłecki2015-01-224-4/+4
* support for connection timeoutRafał Miłecki2015-01-184-3/+70
* http: fix processing of digest auth parametersFelix Fietkau2014-12-101-3/+30
* http: terminate old connection in uclient_http_connect after incomplete reque...Felix Fietkau2014-09-041-0/+3
* http: do not call uclient_http_disconnect from uclient_notify_eof directlyFelix Fietkau2014-09-041-13/+13
* uclient-http: only invoke data_sent callback if it is providedJo-Philipp Wich2014-09-041-1/+3
* http: ignore empty lines before HTTP responseFelix Fietkau2014-08-211-0/+3
* fetch: fix segfault after destination was not reachedLuka Perkov2014-07-071-6/+28
* http: implement data_sent write callbackLuka Perkov2014-07-071-0/+22
* http: rework authentication handling - only retry internally for GET requestsFelix Fietkau2014-05-281-4/+2
* 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