aboutsummaryrefslogtreecommitdiffstats
path: root/libfetch/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* libfetch: remove unwanted code conditionalsTimo Teräs2017-10-051-7/+2
|
* build and use bundled libfetch nativelyTimo Teräs2017-10-051-3/+0
|
* import libfetch-2.38 from NetBSDTimo Teräs2017-10-051-0/+627
ftp://ftp.fu-berlin.de/unix/NetBSD/packages/current-src/pkgsrc/net/libfetch/files libfetch comes (at least) in netbsd and freebsd flavors which differing functionality. Alpine and Arch package netbsd one, but it's not widely packaged across other distributions. We need NetBSD version as it does not use funopen(3) which is not supported in musl, and supports connection pooling. FreeBSD seems to be the orignal and better maintained version with support for SSL CAs, client certificate authentication, proxy authentication, and improved http redirect handling. So this imports NetBSD version, and future commits will pick up the needed improvements from FreeBSD tree. Incidentally, this also fixes #7857 and likes for good.