aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MFHGlen Barber2016-04-041-11/+17
|\|
| * Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-1/+0
| * Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesMichael Gmelin2016-03-191-10/+17
* | MFHGlen Barber2016-03-021-6/+0
|\|
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
* | MFHGlen Barber2016-02-151-1/+0
|\|
| * Fix double-free error: r289419 moved all error handling in http_connect()Dag-Erling Smørgrav2016-02-111-1/+0
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATHBaptiste Daroussin2016-01-191-3/+10
* As a followup to r292330, standardize on size_t and add a few comments.Dag-Erling Smørgrav2015-12-161-2/+5
* Reset bufpos to 0 immediately after refilling the buffer. Otherwise, weDag-Erling Smørgrav2015-12-161-3/+2
* Fix buildworld after r291453, similar to r284346: url->user and url->pwdDimitry Andric2015-11-291-4/+2
* Use .netrc for HTTP sites and proxies, not just FTP.Dag-Erling Smørgrav2015-11-292-3/+11
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.Dag-Erling Smørgrav2015-10-161-5/+3
* Fix two bugs in HTTPS tunnelling:Dag-Erling Smørgrav2015-10-161-4/+32
* Fix non-POSIX-compliant use of getaddrinfo in libfetchMichael Gmelin2015-09-251-1/+2
* Remove unused variable to silence clang warning.Marcelo Araujo2015-07-041-4/+1
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Fix the following clang 3.7.0 warnings in lib/libfetch/http.c:Dimitry Andric2015-06-131-12/+6
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+28
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-13/+5
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-14/+24
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-196-26/+77
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-273-134/+85
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-055-28/+666
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1