| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r284346: | dim | 2015-06-20 | 1 | -12/+6 |
* | MFH (r273114, r273124): disable SSLv3 by default. | des | 2015-01-12 | 2 | -14/+24 |
* | MFH (r267127): don't send User-Agent if HTTP_USER_AGENT is empty | des | 2014-08-24 | 2 | -4/+10 |
* | MFC: r267131, r267132, r267133, r268493, r268671 | bapt | 2014-07-20 | 4 | -8/+46 |
* | MFH (r266291): look for root certs in /usr/local first | des | 2014-05-24 | 1 | -2/+8 |
* | MFC r263021: | bdrewery | 2014-03-19 | 1 | -0/+6 |
* | MFH (r260904): fix format string | des | 2014-02-27 | 3 | -134/+69 |
* | MFC r258347,r258349: | bdrewery | 2013-11-29 | 1 | -0/+10 |
* | Even though it doesn't really make sense in the context of a CONNECT | des | 2013-08-22 | 1 | -0/+2 |
* | Include an Accept header in requests. | des | 2013-07-30 | 2 | -3/+18 |
* | Implement certificate verification, and many other SSL-related | des | 2013-07-26 | 4 | -16/+632 |
* | Use the correct request syntax for proxied (tunneled) HTTPS requests. | des | 2013-07-21 | 1 | -1/+1 |
* | Fix -Wunsequenced warning. | kientzle | 2013-06-29 | 1 | -1/+1 |
* | Use the CONNECT method to proxy HTTPS connections through HTTP proxies. | des | 2013-04-12 | 1 | -8/+13 |
* | Fix weird indentation. | des | 2012-11-16 | 1 | -4/+4 |
* | Implement HTTP 305 redirect handling. | eadler | 2012-10-22 | 1 | -1/+5 |
* | Don't deny non-temporary redirects if the -A option is set (per | eadler | 2012-10-22 | 2 | -2/+13 |
* | Be a bit more lenient in the maximum number of redirects allowed. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Use libmd if and only if OpenSSL is not available. | des | 2012-09-14 | 2 | -2/+10 |
* | Adding missing return statements during error conditions. | eadler | 2012-09-14 | 1 | -2/+8 |
* | Merge OpenSSL 1.0.1c. | jkim | 2012-07-12 | 1 | -1/+1 |
* | libfetch: Avoid SIGPIPE on network connections. | jilles | 2012-05-28 | 1 | -0/+2 |
* | Don't reuse credentials if redirected to a different host. | des | 2012-04-30 | 1 | -1/+3 |
* | Since the socket is non-blocking, it is necessary to use select(2) even | des | 2012-04-30 | 1 | -17/+13 |
* | Support percent-encoded user and password | emaste | 2012-04-11 | 1 | -6/+45 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Fix two nits in previous commit pointed out by pjd@. | des | 2012-01-23 | 1 | -2/+1 |
* | Fix two issues related to the use of SIGINFO in fetch(1) to display | des | 2012-01-18 | 3 | -7/+75 |
* | latin1 -> utf8 | des | 2011-10-19 | 8 | -9/+9 |
* | Update copyright dates and strip my middle name. | des | 2011-09-27 | 8 | -8/+8 |
* | Bump date. | des | 2011-09-27 | 1 | -1/+1 |
* | Think first, commit second. | des | 2011-09-27 | 2 | -8/+19 |
* | Long overdue: make passive mode the default for ftp. | des | 2011-09-27 | 1 | -2/+2 |
* | Mark all socket and file descriptors close-on-exec. | des | 2011-05-13 | 2 | -0/+4 |
* | Builds cleanly at the default WARNS level (WARNS=6). | des | 2011-05-12 | 1 | -1/+0 |
* | Increase WARNS to 4. | des | 2011-05-12 | 3 | -3/+3 |
* | Mechanical whitespace cleanup. | des | 2011-05-12 | 1 | -100/+100 |
* | Increase WARNS to 3. | des | 2011-05-12 | 2 | -2/+2 |
* | Fix a bug related to connection caching which could cause a crash after | des | 2011-01-17 | 1 | -0/+1 |
* | Move variable declarations into the conditional block where they are | emaste | 2010-10-24 | 1 | -1/+1 |
* | Redo fetch_read() using non-blocking sockets. This is necessary to | des | 2010-07-28 | 1 | -20/+89 |
* | Fix a couple of embarrassing mistakes in the previous commit. | des | 2010-07-28 | 1 | -2/+2 |
* | If the A flag is supplied, http_request() will attempt the request only | des | 2010-07-01 | 1 | -2/+4 |
* | Document HTTP digest authentication support. | des | 2010-01-26 | 1 | -8/+14 |
* | Add missing DPADD and fix whitespace. | des | 2010-01-19 | 1 | -2/+3 |
* | Add HTTP digest authentication. | des | 2010-01-19 | 2 | -67/+819 |
* | Fix a socket leak in ftp_request() after that a connection is established. | attilio | 2009-11-25 | 1 | -3/+9 |
* | PR: 139751 | fabient | 2009-10-21 | 1 | -1/+1 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | 1. Update fetch to consistently return 1 on error, as the man page states, | murray | 2008-12-17 | 1 | -8/+0 |