summaryrefslogtreecommitdiff
path: root/libfetch
AgeCommit message (Expand)AuthorFilesLines
2023-05-02libfetch, apk: display warning for permanent redirects during initTimo Teräs3-0/+7
2023-05-02fetch: enable --timeout to set network progress timeoutTimo Teräs2-14/+55
2022-12-21apk, fetch: implement --no-check-certificateTimo Teräs2-2/+13
2021-12-17libfetch: Allow special characters in http basic authJan Hendrik Farr1-14/+62
2021-12-14libfetch: use pkg-config to find openssl cflagsAriadne Conill1-0/+7
2021-08-03libfetch: fix http chunked mode handlingTimo Teräs1-1/+1
2021-07-26libfetch: fix range checking for http/ftp protocol parsingTimo Teräs5-61/+70
2021-07-23libfetch: simplify code by merging protocol error handling branchesTimo Teräs2-36/+22
2021-03-16libfetch: send Proxy-Authorization also for https connectTimo Teräs1-8/+20
2021-03-13Use correct port when redirectedMartin Vahlensieck1-1/+1
2021-01-19libfetch: harden URL parsingTimo Teräs1-11/+28
2021-01-19libfetch: fix connection pooling for proxied http/https requestsTimo Teräs4-15/+14
2021-01-19libfetch: fix use-after-free in connection cache managementTimo Teräs1-3/+3
2021-01-19libfetch: fix parsing of proxy response to CONNECT requestsConny Seifert1-6/+1
2021-01-17libfetch: support for CIDR subnets in no_proxy/NO_PROXYTimo Teräs1-1/+65
2021-01-08libfetch: Increase URL password lengthMike Detwiler1-1/+1
2020-10-06libfetch: keep http auth only if redirect is for the same hostTimo Teräs1-1/+7
2020-05-29libfetch: implement default port for HTTPS.Ariadne Conill2-0/+3
2020-05-06add script to autogenerate help from man pagesTimo Teräs1-3/+3
2020-04-01libfetch: fix no_proxy domain name comparisionTimo Teräs1-1/+1
2020-03-25libfetch: fixups to packetization socket option settingTimo Teräs1-26/+22
2020-03-25libfetch: minor HTTP handling improvementAlexander Wauck1-5/+2
2020-02-18libfetch: support TCP_CORKTimo Teräs1-23/+22
2019-02-13fix strncpy bounds errorsTimo Teräs1-2/+2
2018-09-05libfetch: do not give out user/hostname as ftp anonymous passwordTimo Teräs1-15/+5
2018-01-31libfetch: support OpenSSLA. Wilcox1-1/+1
2018-01-03libfetch: add option to set "Cache-Control: no-cache"Timo Teräs1-1/+4
2018-01-03libfetch: honor https_proxy variable for httpsTimo Teräs1-11/+30
2017-10-06libfetch: fix certificate host name checkTimo Teräs1-1/+1
2017-10-06libfetch: improve openssl/libressl compatibilityTimo Teräs4-7/+436
2017-10-05libfetch: improve ssl connectionsTimo Teräs3-6/+111
2017-10-05libfetch: remove unwanted code conditionalsTimo Teräs7-94/+7
2017-10-05libfetch: fix ssl context leakTimo Teräs1-0/+14
2017-10-05build and use bundled libfetch nativelyTimo Teräs6-100/+9
2017-10-05import libfetch-2.38 from NetBSDTimo Teräs13-0/+6630