aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* fetch: do not confuse capacity and lengthBaptiste Daroussin2021-09-091-2/+3
* Fix libfetch out of bounds read.Gordon Tetlow2021-08-241-1/+4
* libfetch: use more portable getline() interfaceDaniel Kolesa2021-08-171-3/+5
* libfetch: Retry with proxy auth when server returns 407Renato Botelho2021-04-011-6/+49
* Remove support for SSLv3 from fetch(3).Jung-uk Kim2020-11-242-9/+3
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+2
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0
* fetch(3): plug some leaksKyle Evans2020-02-211-1/+5
* fetch(3): don't leak sockshost on failureKyle Evans2020-02-151-10/+13
* fetch(3): fix regression in IPv6:port spec from r357977Kyle Evans2020-02-151-5/+5
* fetch(3): move bits of fetch_socks5_getenv aroundKyle Evans2020-02-151-36/+32
* fetch(3): Add SOCKS5 supportKyle Evans2020-02-153-11/+351
* libfetch: disallow invalid escape sequencesEd Maste2020-02-051-0/+3
* Fix urldecode buffer overrun.Gordon Tetlow2020-01-281-2/+8
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+9
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* Document fetchReqHTTP().Mark Johnston2019-08-283-3/+23
* [libfetch] Fix compilation with WITHOUT_CRYPT.Adrian Chadd2019-05-031-0/+1
* When deciding whether to send the complete URL or just the document part,Dag-Erling Smørgrav2018-11-271-1/+1
* A few more cases where strcasecmp() is no longer required.Dag-Erling Smørgrav2018-11-271-4/+4
* Improve URL parsing. In particular, convert scheme and host to lowercase.Dag-Erling Smørgrav2018-11-273-43/+56
* Support proxying FTP over HTTPS, not just HTTP.Dag-Erling Smørgrav2018-11-271-1/+2
* Make libfetch buildable.Jung-uk Kim2018-09-191-0/+4
* Fix an inverted conditional in the netrc code, which would ignore theDag-Erling Smørgrav2018-05-293-14/+34
* Fix a few (but far from all) style issues.Dag-Erling Smørgrav2018-05-291-24/+29
* Use __VA_ARGS__ to simplify the DEBUG macro.Dag-Erling Smørgrav2018-05-295-51/+52
* Preserve if-modified-since timestamps across redirects.Dag-Erling Smørgrav2018-05-121-0/+1
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-267-0/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* In fetch_resolve(), if the port number or service name is included inDag-Erling Smørgrav2017-08-181-1/+1
* r308996 broke IP literals by assuming that a colon could only occur asDag-Erling Smørgrav2017-03-173-42/+49
* Add a __printflike() that would have caught the bug fixed in r314396.Dag-Erling Smørgrav2017-03-121-1/+1
* libfetch: extra bounds checking through reallocarray(3).Pedro F. Giffuni2017-03-061-1/+1
* Fix partial requests (used by fetch -r) when the requested file isDag-Erling Smørgrav2017-03-051-1/+1
* Properly initialize netrcfd in fetchParseURLBaptiste Daroussin2017-03-031-0/+1
* Properly indent a default: label and avoid crashing when runningBjoern A. Zeeb2017-02-281-2/+2
* Add a file descriptor in struct url for netrcBaptiste Daroussin2017-02-203-9/+23
* Fix inverted loop condition which broke multi-line responses to CONNECT.Dag-Erling Smørgrav2016-12-301-1/+1
* More debugging code I missed in r309051.Dag-Erling Smørgrav2016-12-091-1/+0
* Remove debugging code.Dag-Erling Smørgrav2016-11-231-4/+0
* Refactor fetch_connect() and fetch_bind() to improve readability and avoidDag-Erling Smørgrav2016-11-223-54/+129
* r169386 (PR 112515) was incomplete: it treated 307 as an error exceptDag-Erling Smørgrav2016-05-311-0/+3
* Call closedir() before returning from fetchListFile() to avoid a leak.Don Lewis2016-05-251-0/+1
* Don't leak addrinfo in fetch_bind()Don Lewis2016-05-251-1/+4
* Use strlcpy() instead of strncpy() to copy the string returned byDon Lewis2016-05-121-1/+1
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-2/+2
* MFHGlen Barber2016-04-111-1/+1
|\
| * libfetch: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-091-1/+1