summaryrefslogtreecommitdiff
path: root/libfetch/http.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-02libfetch, apk: display warning for permanent redirects during initTimo Teräs1-0/+2
2021-07-26libfetch: fix range checking for http/ftp protocol parsingTimo Teräs1-44/+18
2021-07-23libfetch: simplify code by merging protocol error handling branchesTimo Teräs1-14/+9
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: fix connection pooling for proxied http/https requestsTimo Teräs1-10/+9
2021-01-19libfetch: fix parsing of proxy response to CONNECT requestsConny Seifert1-6/+1
2020-10-06libfetch: keep http auth only if redirect is for the same hostTimo Teräs1-1/+7
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-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-05libfetch: remove unwanted code conditionalsTimo Teräs1-16/+0
2017-10-05build and use bundled libfetch nativelyTimo Teräs1-22/+0
2017-10-05import libfetch-2.38 from NetBSDTimo Teräs1-0/+1552