summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* MFH (r294326): fall back to standard / configured CA storedes2016-02-201-3/+10
* MFH (r295536): fix double-free error when SSL connection failsdes2016-02-171-1/+0
* MFH (r280630): remove all traces of SSLv2 supportdes2016-01-164-30/+56
* MFC r284346:dim2015-06-201-12/+6
* MFH (r273114, r273124): disable SSLv3 by default.des2015-01-122-14/+24
* MFH (r267127): don't send User-Agent if HTTP_USER_AGENT is emptydes2014-08-242-4/+10
* MFC: r267131, r267132, r267133, r268493, r268671bapt2014-07-204-8/+46
* MFH (r266291): look for root certs in /usr/local firstdes2014-05-241-2/+8
* MFC r263021:bdrewery2014-03-191-0/+6
* MFH (r260904): fix format stringdes2014-02-273-134/+69
* MFC r258347,r258349:bdrewery2013-11-291-0/+10
* 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
* Don't deny non-temporary redirects if the -A option is set (pereadler2012-10-222-2/+13
* Be a bit more lenient in the maximum number of redirects allowed.eadler2012-10-221-1/+1
* Use libmd if and only if OpenSSL is not available.des2012-09-142-2/+10
* Adding missing return statements during error conditions.eadler2012-09-141-2/+8
* Merge OpenSSL 1.0.1c.jkim2012-07-121-1/+1
* libfetch: Avoid SIGPIPE on network connections.jilles2012-05-281-0/+2
* Don't reuse credentials if redirected to a different host.des2012-04-301-1/+3
* Since the socket is non-blocking, it is necessary to use select(2) evendes2012-04-301-17/+13
* Support percent-encoded user and passwordemaste2012-04-111-6/+45
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Fix two nits in previous commit pointed out by pjd@.des2012-01-231-2/+1
* Fix two issues related to the use of SIGINFO in fetch(1) to displaydes2012-01-183-7/+75
* latin1 -> utf8des2011-10-198-9/+9
* Update copyright dates and strip my middle name.des2011-09-278-8/+8
* Bump date.des2011-09-271-1/+1
* Think first, commit second.des2011-09-272-8/+19
* Long overdue: make passive mode the default for ftp.des2011-09-271-2/+2
* Mark all socket and file descriptors close-on-exec.des2011-05-132-0/+4
* Builds cleanly at the default WARNS level (WARNS=6).des2011-05-121-1/+0
* Increase WARNS to 4.des2011-05-123-3/+3
* Mechanical whitespace cleanup.des2011-05-121-100/+100
* Increase WARNS to 3.des2011-05-122-2/+2
* Fix a bug related to connection caching which could cause a crash afterdes2011-01-171-0/+1
* Move variable declarations into the conditional block where they areemaste2010-10-241-1/+1
* Redo fetch_read() using non-blocking sockets. This is necessary todes2010-07-281-20/+89
* Fix a couple of embarrassing mistakes in the previous commit.des2010-07-281-2/+2
* If the A flag is supplied, http_request() will attempt the request onlydes2010-07-011-2/+4
* Document HTTP digest authentication support.des2010-01-261-8/+14
* Add missing DPADD and fix whitespace.des2010-01-191-2/+3
* Add HTTP digest authentication.des2010-01-192-67/+819
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
OpenPOWER on IntegriCloud