summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-11uclient-http: fix extra compiler warnings on mips_24kc and cortex-a9+neonPetr Štetiar
2020-12-11uclient-fetch: fix potential memory leaksPetr Štetiar
2020-12-11uclient: fix initialized but never read variablePetr Štetiar
2020-12-11uclient-fetch: fix statement may fallt hroughPetr Štetiar
2020-12-11uclient-http: fix freeing of stack allocated memoryPetr Štetiar
2020-12-11Fix extra compiler warningsPetr Štetiar
2020-12-11Add basic cram based unit testsPetr Štetiar
2020-12-08cmake: fix building out of the treePetr Štetiar
2020-06-17uclient-fetch: add option to read POST data from fileGio
2020-02-15uclient-fetch: support specifying advertised TLS ciphersJo-Philipp Wich
2019-12-07uclient: Add string error functionDaniel Danzberger
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