Age | Commit message (Expand) | Author | Files | Lines |
2021-08-03 | libfetch: fix http chunked mode handling | Timo Teräs | 1 | -1/+1 |
2021-07-26 | libfetch: fix range checking for http/ftp protocol parsing | Timo Teräs | 5 | -61/+70 |
2021-07-16 | libfetch: simplify code by merging protocol error handling branches | Timo Teräs | 2 | -36/+22 |
2021-03-16 | libfetch: send Proxy-Authorization also for https connect | Timo Teräs | 1 | -8/+20 |
2021-03-13 | Use correct port when redirected | Martin Vahlensieck | 1 | -1/+1 |
2021-01-27 | fix compilation without deprecated OpenSSL APIs | Rosen Penev | 1 | -8/+4 |
2021-01-19 | libfetch: harden URL parsing | Timo Teräs | 1 | -11/+28 |
2021-01-19 | libfetch: fix connection pooling for proxied http/https requests | Timo Teräs | 4 | -15/+14 |
2021-01-19 | libfetch: fix use-after-free in connection cache management | Timo Teräs | 1 | -3/+3 |
2021-01-19 | libfetch: fix parsing of proxy response to CONNECT requests | Conny Seifert | 1 | -6/+1 |
2021-01-17 | libfetch: support for CIDR subnets in no_proxy/NO_PROXY | Timo Teräs | 1 | -1/+65 |
2021-01-08 | libfetch: Increase URL password length | Mike Detwiler | 1 | -1/+1 |
2020-10-09 | build: make sure to use helper scripts from git tree and not system | Rasmus Thomsen | 1 | -1/+1 |
2020-10-09 | build: add support for building with meson | Rasmus Thomsen | 1 | -0/+46 |
2020-10-06 | libfetch: keep http auth only if redirect is for the same host | Timo Teräs | 1 | -1/+7 |
2020-05-29 | libfetch: implement default port for HTTPS. | Ariadne Conill | 2 | -0/+3 |
2020-05-06 | add script to autogenerate help from man pages | Timo Teräs | 1 | -3/+3 |
2020-04-01 | libfetch: fix no_proxy domain name comparision | Timo Teräs | 1 | -1/+1 |
2020-03-25 | libfetch: fixups to packetization socket option setting | Timo Teräs | 1 | -26/+22 |
2020-03-25 | libfetch: minor HTTP handling improvement | Alexander Wauck | 1 | -5/+2 |
2020-02-18 | libfetch: support TCP_CORK | Timo Teräs | 1 | -23/+22 |
2019-02-13 | fix strncpy bounds errors | Timo Teräs | 1 | -2/+2 |
2018-09-05 | libfetch: do not give out user/hostname as ftp anonymous password | Timo Teräs | 1 | -15/+5 |
2018-01-31 | libfetch: support OpenSSL | A. Wilcox | 1 | -1/+1 |
2018-01-03 | libfetch: add option to set "Cache-Control: no-cache" | Timo Teräs | 1 | -1/+4 |
2018-01-03 | libfetch: honor https_proxy variable for https | Timo Teräs | 1 | -11/+30 |
2017-10-06 | libfetch: fix certificate host name check | Timo Teräs | 1 | -1/+1 |
2017-10-06 | libfetch: improve openssl/libressl compatibility | Timo Teräs | 4 | -7/+436 |
2017-10-05 | libfetch: improve ssl connections | Timo Teräs | 3 | -6/+111 |
2017-10-05 | libfetch: remove unwanted code conditionals | Timo Teräs | 7 | -94/+7 |
2017-10-05 | libfetch: fix ssl context leak | Timo Teräs | 1 | -0/+14 |
2017-10-05 | build and use bundled libfetch natively | Timo Teräs | 6 | -100/+9 |
2017-10-05 | import libfetch-2.38 from NetBSD | Timo Teräs | 13 | -0/+6630 |