summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* MFC: r322669marius2017-09-171-1/+1
* MFH (r313974,r314596): open .netrc early in case we want to drop privsdes2017-03-245-55/+77
* MFH (r310823): fix multi-line CONNECT responsesdes2017-01-091-1/+1
* MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requestsdes2016-12-143-54/+124
* r169386 (PR 112515) was incomplete: it treated 307 as an error exceptdes2016-05-311-0/+3
* Call closedir() before returning from fetchListFile() to avoid a leak.truckman2016-05-251-0/+1
* Don't leak addrinfo in fetch_bind()truckman2016-05-251-1/+4
* Use strlcpy() instead of strncpy() to copy the string returned bytruckman2016-05-121-1/+1
* lib: minor spelling fixes in comments.pfg2016-05-011-2/+2
* MFHgjb2016-04-111-1/+1
|\
| * libfetch: replace 0 with NULL for pointers.pfg2016-04-091-1/+1
* | MFHgjb2016-04-041-11/+17
|\ \ | |/
| * Fix bunch of .Xrs.trasz2016-03-281-1/+0
| * Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesgrembo2016-03-191-10/+17
* | MFHgjb2016-03-021-6/+0
|\ \ | |/
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-6/+0
* | MFHgjb2016-02-151-1/+0
|\ \ | |/
| * Fix double-free error: r289419 moved all error handling in http_connect()des2016-02-111-1/+0
* | First pass through library packaging.gjb2016-02-041-0/+1
|/
* Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATHbapt2016-01-191-3/+10
* As a followup to r292330, standardize on size_t and add a few comments.des2015-12-161-2/+5
* Reset bufpos to 0 immediately after refilling the buffer. Otherwise, wedes2015-12-161-3/+2
* Fix buildworld after r291453, similar to r284346: url->user and url->pwddim2015-11-291-4/+2
* Use .netrc for HTTP sites and proxies, not just FTP.des2015-11-292-3/+11
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.des2015-10-161-5/+3
* Fix two bugs in HTTPS tunnelling:des2015-10-161-4/+32
* Fix non-POSIX-compliant use of getaddrinfo in libfetchgrembo2015-09-251-1/+2
* Remove unused variable to silence clang warning.araujo2015-07-041-4/+1
* new dependssjg2015-06-161-1/+0
* Fix the following clang 3.7.0 warnings in lib/libfetch/http.c:dim2015-06-131-12/+6
* Add META_MODE support.sjg2015-06-131-0/+28
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-13/+5
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-14/+24
| |\
| * \ Merge head from 7/28sjg2014-08-196-26/+77
| |\ \
| * | | Updated dependenciessjg2014-05-161-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-273-134/+85
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-055-28/+666
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync with HEAD.obrien2013-02-081-4/+4
| |\ \ \ \ \ \
| * | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+5
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Sync from headsjg2012-11-045-8/+37
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Remove defunct SSLv2 support from fetch(1) and fetch(3).jkim2015-03-252-9/+3
* | | | | | | | | Convert libraries to use LIBADDbapt2014-11-251-4/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | As pointed out by several people, r273114 was incorrect: it unconditionallydes2014-10-152-15/+25
* | | | | | | | Drop support for SSLv3.des2014-10-151-1/+1
| |_|_|_|_|_|/ |/| | | | | |
OpenPOWER on IntegriCloud