summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uclient: cancel state change timeout in uclient_disconnect()HEADmasterMatthias Schiffer2023-04-131-0/+1
* ci: improve wolfSSL test coveragePetr Štetiar2022-02-242-7/+53
* tests: add certificate check against letsencrypt.orgPetr Štetiar2022-02-242-0/+4
* uclient-http: set eof mark when content-length is 0Youfu Zhang2021-05-141-1/+2
* tests: fix help usage test for uclient built with sanitizerPetr Štetiar2021-04-041-5/+8
* tests: fix help usage testPetr Štetiar2021-04-041-5/+8
* uclient-fetch: document missing optionsBaptiste Jonglez2021-04-031-5/+8
* tests: fix possibly longer start of HTTP serverPetr Štetiar2021-03-221-1/+2
* Add initial GitLab CI supportPetr Štetiar2020-12-111-0/+46
* uclient-fetch: wolfSSL: fix certificate validationPetr Štetiar2020-12-111-0/+2
* uclient-fetch: init_ca_cert: fix memory leakPetr Štetiar2020-12-111-0/+1
* cmake: enable extra compiler checksPetr Štetiar2020-12-111-1/+6
* uclient-http: fix extra compiler warnings on mips_24kc and cortex-a9+neonPetr Štetiar2020-12-111-4/+5
* uclient-fetch: fix potential memory leaksPetr Štetiar2020-12-111-2/+2
* uclient: fix initialized but never read variablePetr Štetiar2020-12-111-1/+1
* uclient-fetch: fix statement may fallt hroughPetr Štetiar2020-12-111-0/+1
* uclient-http: fix freeing of stack allocated memoryPetr Štetiar2020-12-111-7/+5
* Fix extra compiler warningsPetr Štetiar2020-12-113-18/+19
* Add basic cram based unit testsPetr Štetiar2020-12-116-2/+301
* cmake: fix building out of the treePetr Štetiar2020-12-081-1/+7
* uclient-fetch: add option to read POST data from fileGio2020-06-171-2/+29
* uclient-fetch: support specifying advertised TLS ciphersJo-Philipp Wich2020-02-151-0/+12
* uclient: Add string error functionDaniel Danzberger2019-12-072-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