summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uclient-fetch: add option to read POST data from fileopenwrt-19.07Gio2020-06-171-2/+29
* uclient: Add string error functionDaniel Danzberger2020-06-172-0/+22
* uclient-http: set data_eof when content-length is 0Yousong Zhou2019-05-301-1/+2
* uclient-http: properly handle HTTP redirects via proxy connectionsJo-Philipp Wich2018-11-241-2/+9
* uclient-http: Close ustream file handle only if allocatedTobias Schramm2018-08-031-1/+2
* uclient-utils: Handle memory allocation failure for url file nameTobias Schramm2018-02-221-1/+1
* uclient-http: Implement error handling for header-sendingTobias Schramm2018-02-221-13/+24
* uclient: Handle memory allocation failure for urlTobias Schramm2018-02-201-0/+3
* uclient-http: Handle memory allocation failureTobias Schramm2018-02-201-0/+3
* uclient-http: auth digest: Handle multiple possible memory allocation failuresTobias Schramm2018-02-201-9/+34
* uclient-http: basic auth: Handle memory allocation failureTobias Schramm2018-02-201-2/+7
* uclient-fetch: Check for nullpointer returned by uclient_get_url_filenameTobias Schramm2018-02-201-0/+6
* uclient-fetch: use package name pattern in message for missing SSL libraryMichael Heimpold2018-02-121-1/+1
* uclient-fetch: fix overloading of output_file variableFelix Fietkau2017-11-021-3/+4
* uclient-http: fix Host: header for literal IPv6 addressesMatthias Schiffer2017-09-061-3/+9
* uclient-fetch: read_data_cb: fix a potential buffer overflowAlexander Couzens2017-06-111-1/+1
* remove obsolete mac os x /opt/local include/library search pathFelix Fietkau2016-12-091-5/+0
* Fix unused results warningsFlorian Fainelli2016-12-092-6/+15
* uclient-http: send correct "Host:" header if port is setAlexander Couzens2016-11-301-2/+4
* Fix printf format in previous commit.Jo-Philipp Wich2016-07-301-1/+1
* Make missing SSL support message more explicit.Jo-Philipp Wich2016-07-301-1/+6
* http: add support for relative location on redirectFelix Fietkau2016-07-053-1/+57
* uclient-fetch: add support for --quietFelix Fietkau2016-07-051-0/+5
* cmake: Find libubox/ustream-ssl.h header fileFlorian Fainelli2016-07-021-0/+3
* http: allow sending message body for DELETE requestRafał Miłecki2016-06-161-2/+14
* uclient-fetch: fix inconsistencies in help text (thx, Hannu Nyman)Felix Fietkau2016-02-081-7/+7
* http: use usock_inet_timeout()Felix Fietkau2016-01-281-1/+3
* http: add support for specifying ipv4/ipv6 preferenceFelix Fietkau2016-01-253-3/+42
* uclient-fetch: truncate output files (unless resuming)Felix Fietkau2016-01-231-1/+1
* 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