| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH (r313974,r314596): open .netrc early in case we want to drop privs | des | 2017-03-24 | 5 | -55/+77 |
* | MFH (r301027): fix 307 / 308 redirects | des | 2017-01-10 | 1 | -1/+4 |
* | MFH (r267371, r297754, r299520): nits and style | des | 2017-01-10 | 3 | -14/+14 |
* | MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requests | des | 2016-12-14 | 3 | -54/+124 |
* | MFC r297052: | grembo | 2016-06-06 | 1 | -10/+17 |
* | MFC r300666 | truckman | 2016-06-01 | 1 | -0/+1 |
* | MFC r300665 | truckman | 2016-06-01 | 1 | -1/+4 |
* | MFH (r294326): fall back to standard / configured CA store | des | 2016-02-20 | 1 | -3/+10 |
* | MFH (r295536): fix double-free error when SSL connection fails | des | 2016-02-17 | 1 | -1/+0 |
* | MFH (r280630): remove all traces of SSLv2 support | des | 2016-01-16 | 4 | -30/+56 |
* | 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 |