summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ucode: fix memory leak when using ssl contextmasterEric Fahlgren9 days1-0/+2
* uclient-http: fix hang on HTTP to HTTPS redirectFelix Fietkau9 days1-9/+31
* uclient-http: fix seq field check to use correct fieldFelix Fietkau9 days2-3/+2
* uclient-http: reset fd to -1 after close in disconnectFelix Fietkau9 days1-0/+1
* CMakeLists: update cmake minimum required version to 3.10Christian Marangi2025-10-031-1/+1
* uclient-http: fix a typoChen Minqiang2024-10-211-1/+1
* uclient-fetch: add support for --header cmdline argumentDaniel Golle2024-06-273-2/+81
* uclient-fetch: improve error handlingDaniel Golle2024-06-271-17/+29
* uclient: fix http regressionFelix Fietkau2024-04-191-1/+2
* uclient-http: use ustream_ssl without ustream_fdFelix Fietkau2024-04-191-7/+14
* uclient-fetch: add uclient / ustream-ssl log messages (enabled via -v)Felix Fietkau2024-04-181-1/+36
* lib: add log_msg callback to get more detailed log messagesFelix Fietkau2024-04-182-0/+13
* ucode: add support for using a prototype for cb, pass it to callbacksFelix Fietkau2024-04-052-15/+16
* ucode: fix a few ucode binding issuesFelix Fietkau2024-04-041-61/+101
* uclient: add function for getting the amount of pending read/write dataFelix Fietkau2024-04-044-0/+19
* add ucode bindingFelix Fietkau2024-03-293-0/+584
* http: call ustream_poll if not enough read data is availableFelix Fietkau2024-03-291-2/+6
* uclient: defer read notifications to uloop timerFelix Fietkau2024-03-294-3/+17
* http: add helper function for checking redirect statusFelix Fietkau2024-03-272-7/+13
* uclient: add helper function for getting ustream-ssl context/opsFelix Fietkau2024-03-273-23/+30
* add strdupa macro for compatibilityFelix Fietkau2024-03-261-0/+4
* uclient: cancel state change timeout in uclient_disconnect()Matthias 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