summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-26add strdupa macro for compatibilityFelix Fietkau
2023-04-13uclient: cancel state change timeout in uclient_disconnect()Matthias Schiffer
2022-02-24ci: improve wolfSSL test coveragePetr Štetiar
2022-02-24tests: add certificate check against letsencrypt.orgPetr Štetiar
2021-05-14uclient-http: set eof mark when content-length is 0Youfu Zhang
2021-04-04tests: fix help usage test for uclient built with sanitizerPetr Štetiar
2021-04-04tests: fix help usage testPetr Štetiar
2021-04-03uclient-fetch: document missing optionsBaptiste Jonglez
2021-03-22tests: fix possibly longer start of HTTP serverPetr Štetiar
2020-12-11Add initial GitLab CI supportPetr Štetiar
2020-12-11uclient-fetch: wolfSSL: fix certificate validationPetr Štetiar
2020-12-11uclient-fetch: init_ca_cert: fix memory leakPetr Štetiar
2020-12-11cmake: enable extra compiler checksPetr Štetiar
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