freebsd-dev/lib/libfetch
Kyle Evans 5ac6a2c94d fetch(3): plug some leaks
In the successful case, sockshost is not freed prior to return.

The failure case can now be hit after fetch_reopen(), which was not true
before. Thus, we need to make sure to clean up all of the conn resources
which will also close sd. For all of the points prior to fetch_reopen(), we
continue to just close sd.

CID:		1419598, 1419616
2020-02-21 18:21:57 +00:00
..
common.c fetch(3): plug some leaks 2020-02-21 18:21:57 +00:00
common.h fetch(3): Add SOCKS5 support 2020-02-15 18:03:16 +00:00
fetch.3 fetch(3): Add SOCKS5 support 2020-02-15 18:03:16 +00:00
fetch.c libfetch: disallow invalid escape sequences 2020-02-05 16:55:00 +00:00
fetch.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
file.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
ftp.c Improve URL parsing. In particular, convert scheme and host to lowercase. 2018-11-27 10:45:14 +00:00
ftp.errors
http.c Document fetchReqHTTP(). 2019-08-28 17:01:28 +00:00
http.errors Don't deny non-temporary redirects if the -A option is set (per 2012-10-22 03:00:10 +00:00
Makefile pkgbase: Create a FreeBSD-utilities package and make it the default one 2019-09-05 14:15:47 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00