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