summaryrefslogtreecommitdiff
path: root/lib/libfetch
AgeCommit message (Expand)Author
2025-12-16libfetch: Fix -Wunterminated-string-initializationAlex Richardson
2025-07-17lib: Fix calls that naively set F_SETFD.Ricardo Branco
2024-08-21libfetch: don't include fragments in HTTP requestsPietro Cerutti
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-11libfetch: parse IPv4address in IPv6address properlyKa Ho Ng
2024-03-25libfetch: parse scheme://domain:/ correctlyKa Ho Ng
2024-02-02lib/libfetch/common.c: remove an extra semicolonrilysh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-08libfetch, fetch: Stop recommending the use of ca_root_nss.Dag-Erling Smørgrav
2023-10-03libfetch: don't rely on ca_root_nss for certificate validationMichael Osipov
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-24libfetch: remove all old OpenSSL supportEnji Cooper
2023-05-25libfetch: specify OpenSSL 1.1 APIsPierre Pronchery
2023-05-25libfetch: do not call deprecated OpenSSL functionsEd Maste
2022-11-15libfetch: Pass a zeroed digest to DigestCalcResponse.John Baldwin
2022-11-02fetch: support EAI_ADDRFAMILY error, correct two error messagesMike Karels
2022-10-03libfetch: Use memcpy in place of an odd strncpy.John Baldwin
2022-09-17There's no PEM(3) anywhere around; delete reference.Jens Schweikhardt
2022-04-20libfetch: remove a set-but-not-uswed variableStefan Eßer
2021-12-21pkgbase: Create a FreeBSD-fetch packageEmmanuel Vadot
2021-09-09fetch: do not confuse capacity and lengthBaptiste Daroussin
2021-08-24Fix libfetch out of bounds read.Gordon Tetlow
2021-08-17libfetch: use more portable getline() interfaceDaniel Kolesa
2021-04-01libfetch: Retry with proxy auth when server returns 407Renato Botelho
2020-11-24Remove support for SSLv3 from fetch(3).Jung-uk Kim
2020-10-27Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer
2020-08-17Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI
2020-02-21fetch(3): plug some leaksKyle Evans
2020-02-15fetch(3): don't leak sockshost on failureKyle Evans
2020-02-15fetch(3): fix regression in IPv6:port spec from r357977Kyle Evans
2020-02-15fetch(3): move bits of fetch_socks5_getenv aroundKyle Evans
2020-02-15fetch(3): Add SOCKS5 supportKyle Evans
2020-02-05libfetch: disallow invalid escape sequencesEd Maste
2020-01-28Fix urldecode buffer overrun.Gordon Tetlow
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2019-08-28Document fetchReqHTTP().Mark Johnston
2019-05-03[libfetch] Fix compilation with WITHOUT_CRYPT.Adrian Chadd
2018-11-27When deciding whether to send the complete URL or just the document part,Dag-Erling Smørgrav
2018-11-27A few more cases where strcasecmp() is no longer required.Dag-Erling Smørgrav
2018-11-27Improve URL parsing. In particular, convert scheme and host to lowercase.Dag-Erling Smørgrav
2018-11-27Support proxying FTP over HTTPS, not just HTTP.Dag-Erling Smørgrav
2018-09-19Make libfetch buildable.Jung-uk Kim
2018-05-29Fix an inverted conditional in the netrc code, which would ignore theDag-Erling Smørgrav
2018-05-29Fix a few (but far from all) style issues.Dag-Erling Smørgrav
2018-05-29Use __VA_ARGS__ to simplify the DEBUG macro.Dag-Erling Smørgrav