aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync with HEAD.David E. O'Brien2013-02-081-4/+4
| |\ \ \ \ \ \
| * | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+5
| * | | | | | | Sync from headSimon J. Gerraty2012-11-045-8/+37
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | | | | Remove defunct SSLv2 support from fetch(1) and fetch(3).Jung-uk Kim2015-03-252-9/+3
* | | | | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | As pointed out by several people, r273114 was incorrect: it unconditionallyDag-Erling Smørgrav2014-10-152-15/+25
* | | | | | | | Drop support for SSLv3.Dag-Erling Smørgrav2014-10-151-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add a comment to explain the EAGAIN is only there for POSIX complianceBaptiste Daroussin2014-07-151-0/+1
* | | | | | | Support EAGAIN in fetch_writevBaptiste Daroussin2014-07-101-0/+2
* | | | | | | Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...Baptiste Daroussin2014-06-111-12/+12
* | | | | | | Add support for arbitrary http requestsBaptiste Daroussin2014-06-053-2/+37