summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add a comment to explain the EAGAIN is only there for POSIX compliancebapt2014-07-151-0/+1
* | | | | | | Support EAGAIN in fetch_writevbapt2014-07-101-0/+2
* | | | | | | Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...bapt2014-06-111-12/+12
* | | | | | | Add support for arbitrary http requestsbapt2014-06-053-2/+37
* | | | | | | Remove unnecessary semicolonsbapt2014-06-051-4/+4
* | | | | | | Use NULL instead of 0bapt2014-06-051-2/+2
* | | | | | | If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.des2014-06-052-4/+10
* | | | | | | Look for root certificates in /usr/local/etc/ssl before /etc/ssl.des2014-05-171-2/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Support Last-Modified behind proxies which return UTC instead of GMT.bdrewery2014-03-111-0/+6
* | | | | Bump copyright datesdes2014-01-303-3/+3
* | | | | r261230 broke the cases where the amount of data to be read is notdes2014-01-292-17/+16
* | | | | Solve http buffering issues and hangs once and for all (hopefully!) bydes2014-01-283-121/+57
* | | | | Fix format string.des2014-01-201-1/+1
* | | | | Fix build with GCCbdrewery2013-11-191-1/+2
* | | | | Support SNI in libfetchbdrewery2013-11-191-0/+9
| |_|_|/ |/| | |
* | | | Even though it doesn't really make sense in the context of a CONNECTdes2013-08-221-0/+2
* | | | Include an Accept header in requests.des2013-07-302-3/+18
* | | | Implement certificate verification, and many other SSL-relateddes2013-07-264-16/+632
* | | | Use the correct request syntax for proxied (tunneled) HTTPS requests.des2013-07-211-1/+1
* | | | Fix -Wunsequenced warning.kientzle2013-06-291-1/+1
* | | | Use the CONNECT method to proxy HTTPS connections through HTTP proxies.des2013-04-121-8/+13
| |_|/ |/| |
* | | Fix weird indentation.des2012-11-161-4/+4
| |/ |/|
* | Implement HTTP 305 redirect handling.eadler2012-10-221-1/+5
OpenPOWER on IntegriCloud