aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary semicolonsBaptiste Daroussin2014-06-051-4/+4
* Use NULL instead of 0Baptiste Daroussin2014-06-051-2/+2
* If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.Dag-Erling Smørgrav2014-06-052-4/+10
* Look for root certificates in /usr/local/etc/ssl before /etc/ssl.Dag-Erling Smørgrav2014-05-171-2/+8
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Support Last-Modified behind proxies which return UTC instead of GMT.Bryan Drewery2014-03-111-0/+6
* Bump copyright datesDag-Erling Smørgrav2014-01-303-3/+3
* r261230 broke the cases where the amount of data to be read is notDag-Erling Smørgrav2014-01-292-17/+16
* Solve http buffering issues and hangs once and for all (hopefully!) byDag-Erling Smørgrav2014-01-283-121/+57
* Fix format string.Dag-Erling Smørgrav2014-01-201-1/+1
* Fix build with GCCBryan Drewery2013-11-191-1/+2
* Support SNI in libfetchBryan Drewery2013-11-191-0/+9
* Even though it doesn't really make sense in the context of a CONNECTDag-Erling Smørgrav2013-08-221-0/+2
* Include an Accept header in requests.Dag-Erling Smørgrav2013-07-302-3/+18
* Implement certificate verification, and many other SSL-relatedDag-Erling Smørgrav2013-07-264-16/+632
* Use the correct request syntax for proxied (tunneled) HTTPS requests.Dag-Erling Smørgrav2013-07-211-1/+1
* Fix -Wunsequenced warning.Tim Kientzle2013-06-291-1/+1
* Use the CONNECT method to proxy HTTPS connections through HTTP proxies.Dag-Erling Smørgrav2013-04-121-8/+13
* Fix weird indentation.Dag-Erling Smørgrav2012-11-161-4/+4
* Implement HTTP 305 redirect handling.Eitan Adler2012-10-221-1/+5
* Don't deny non-temporary redirects if the -A option is set (perEitan Adler2012-10-222-2/+13
* Be a bit more lenient in the maximum number of redirects allowed.Eitan Adler2012-10-221-1/+1
* Use libmd if and only if OpenSSL is not available.Dag-Erling Smørgrav2012-09-142-2/+10
* Adding missing return statements during error conditions.Eitan Adler2012-09-141-2/+8
* Merge OpenSSL 1.0.1c.Jung-uk Kim2012-07-121-1/+1
* libfetch: Avoid SIGPIPE on network connections.Jilles Tjoelker2012-05-281-0/+2
* Don't reuse credentials if redirected to a different host.Dag-Erling Smørgrav2012-04-301-1/+3
* Since the socket is non-blocking, it is necessary to use select(2) evenDag-Erling Smørgrav2012-04-301-17/+13
* Support percent-encoded user and passwordEd Maste2012-04-111-6/+45
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Fix two nits in previous commit pointed out by pjd@.Dag-Erling Smørgrav2012-01-231-2/+1
* Fix two issues related to the use of SIGINFO in fetch(1) to displayDag-Erling Smørgrav2012-01-183-7/+75
* latin1 -> utf8Dag-Erling Smørgrav2011-10-198-9/+9
* Update copyright dates and strip my middle name.Dag-Erling Smørgrav2011-09-278-8/+8
* Bump date.Dag-Erling Smørgrav2011-09-271-1/+1
* Think first, commit second.Dag-Erling Smørgrav2011-09-272-8/+19
* Long overdue: make passive mode the default for ftp.Dag-Erling Smørgrav2011-09-271-2/+2
* Mark all socket and file descriptors close-on-exec.Dag-Erling Smørgrav2011-05-132-0/+4
* Builds cleanly at the default WARNS level (WARNS=6).Dag-Erling Smørgrav2011-05-121-1/+0
* Increase WARNS to 4.Dag-Erling Smørgrav2011-05-123-3/+3
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-05-121-100/+100
* Increase WARNS to 3.Dag-Erling Smørgrav2011-05-122-2/+2