summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-30uclient-http: set data_eof when content-length is 0Yousong Zhou
2018-11-24uclient-http: properly handle HTTP redirects via proxy connectionsJo-Philipp Wich
2018-08-03uclient-http: Close ustream file handle only if allocatedTobias Schramm
2018-02-22uclient-utils: Handle memory allocation failure for url file nameTobias Schramm
2018-02-22uclient-http: Implement error handling for header-sendingTobias Schramm
2018-02-20uclient: Handle memory allocation failure for urlTobias Schramm
2018-02-20uclient-http: Handle memory allocation failureTobias Schramm
2018-02-20uclient-http: auth digest: Handle multiple possible memory allocation failuresTobias Schramm
2018-02-20uclient-http: basic auth: Handle memory allocation failureTobias Schramm
2018-02-20uclient-fetch: Check for nullpointer returned by uclient_get_url_filenameTobias Schramm
2018-02-12uclient-fetch: use package name pattern in message for missing SSL libraryMichael Heimpold
2017-11-02uclient-fetch: fix overloading of output_file variableFelix Fietkau
2017-09-06uclient-http: fix Host: header for literal IPv6 addressesMatthias Schiffer
2017-06-11uclient-fetch: read_data_cb: fix a potential buffer overflowAlexander Couzens
2016-12-09remove obsolete mac os x /opt/local include/library search pathFelix Fietkau
2016-12-09Fix unused results warningsFlorian Fainelli
2016-11-30uclient-http: send correct "Host:" header if port is setAlexander Couzens
2016-07-30Fix printf format in previous commit.Jo-Philipp Wich
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