| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH r225813, r233648: man page fixes | Dag-Erling Smørgrav | 2012-11-05 | 4 | -22/+28 |
| * | MFC r241841: | Eitan Adler | 2012-10-29 | 1 | -1/+5 |
| * | MFC r241840: | Eitan Adler | 2012-10-29 | 2 | -2/+13 |
| * | MFC r241839: | Eitan Adler | 2012-10-25 | 1 | -1/+1 |
| * | MFC r240495: | Eitan Adler | 2012-09-28 | 1 | -2/+8 |
| * | MFC r236193: libfetch: Avoid SIGPIPE on network connections. | Jilles Tjoelker | 2012-06-03 | 1 | -0/+2 |
| * | MFC r234138: | Ed Maste | 2012-05-11 | 1 | -6/+45 |
| * | MFH r230307: fix SIGINFO-related data corruption bug | Baptiste Daroussin | 2012-02-09 | 3 | -7/+75 |
| * | MFH r221830: mark all sockets and file descriptors close-on-exec | Dag-Erling Smørgrav | 2011-10-19 | 2 | -0/+4 |
| * | MFH r221820-221823,225814,22653: whitespace, warnings, cosmetic nits | Dag-Erling Smørgrav | 2011-10-19 | 9 | -113/+112 |
| * | Sync with head: proxy authentication, SSL hang, cached connection crash. | Dag-Erling Smørgrav | 2011-05-11 | 3 | -23/+95 |
| * | insta-mfh r203028 (doc update) | Dag-Erling Smørgrav | 2010-01-26 | 1 | -8/+14 |
| * | MFH (r202613, r202623): HTTP digest authentication support. | Dag-Erling Smørgrav | 2010-01-26 | 2 | -67/+820 |
| * | MFC r199801: | Attilio Rao | 2009-12-19 | 1 | -3/+9 |
| * | MFC 198339: | Fabien Thomas | 2009-12-01 | 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 |
| * | Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't | Colin Percival | 2008-04-15 | 1 | -1/+1 |
| * | s/wait/delta/ to avoid namespace collision. | Dag-Erling Smørgrav | 2008-03-20 | 1 | -16/+16 |
| * | Use memcpy(3) instead of the BSD-specific bcopy(3). | Dag-Erling Smørgrav | 2008-02-08 | 3 | -6/+6 |
| * | s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :) | Dag-Erling Smørgrav | 2008-02-08 | 1 | -1/+1 |
| * | Add necessary cast for tolower() argument. | Dag-Erling Smørgrav | 2008-02-06 | 1 | -2/+3 |
| * | Fix a regression introduced in rev 1.99: replace fclose(f) with a comment | Dag-Erling Smørgrav | 2008-01-23 | 1 | -1/+5 |
| * | Add missing dependencies on Makefile (fixes NO_CLEAN builds). | Ruslan Ermilov | 2007-12-19 | 1 | -4/+4 |
| * | As several people pointed out, I did all the ctype casts the wrong | Dag-Erling Smørgrav | 2007-12-19 | 4 | -28/+36 |
| * | Document NO_PROXY / no_proxy. | Dag-Erling Smørgrav | 2007-12-18 | 1 | -1/+17 |
| * | Add support for the NO_PROXY / no_proxy environment variable as used by | Dag-Erling Smørgrav | 2007-12-18 | 4 | -8/+63 |
| * | Old patch I had lying around: correctly cast the argument to is*(). | Dag-Erling Smørgrav | 2007-12-18 | 3 | -24/+25 |
| * | Clean up namespace violations. | Dag-Erling Smørgrav | 2007-12-14 | 7 | -314/+314 |
| * | Enable FTP_COMBINE_CWDS. | Dag-Erling Smørgrav | 2007-05-24 | 2 | -10/+2 |
| * | Bump library versions in preparation for 7.0. | Daniel Eischen | 2007-05-21 | 1 | -1/+1 |
| * | Handle temporary redirects (HTTP status code 307) | Dag-Erling Smørgrav | 2007-05-08 | 1 | -0/+2 |
| * | Add back the original behavior of changing the entire directory path at | Nate Lawson | 2007-04-22 | 2 | -2/+34 |
| * | Respect MK_INET6_SUPPORT. | Yaroslav Tykhiy | 2006-07-27 | 1 | -1/+4 |
| * | Respect FETCH_BIND_ADDRESS when opening the data connection. | Dag-Erling Smørgrav | 2006-06-13 | 1 | -0/+5 |
| * | Fix a bug introduced in rev 1.92, where, when changing from one directory | Dag-Erling Smørgrav | 2006-06-13 | 1 | -0/+2 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 1 | -1/+3 |
| * | In order to maintain interoperability with certain broken FTP servers, | Dag-Erling Smørgrav | 2006-01-19 | 1 | -2/+18 |
| * | Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, from | Tom McLaughlin | 2005-11-30 | 1 | -1/+1 |
| * | Ignore HTTP_PROXY if it is defined but empty. This was already handled | Dag-Erling Smørgrav | 2005-08-24 | 1 | -1/+1 |
| * | Change directory one level at a time, and use CDUP to back out. This is a | Dag-Erling Smørgrav | 2005-08-12 | 1 | -29/+152 |
| * | Bump the shared library version number of all libraries that have not | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush | Kelly Yancey | 2005-03-02 | 1 | -2/+15 |
| * | Fix a memory leak: when freeing the connection structure, don't forget to | Dag-Erling Smørgrav | 2005-02-16 | 1 | -0/+1 |
| * | Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips | Kelly Yancey | 2005-02-16 | 1 | -1/+9 |
| * | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -2/+2 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | NOCRYPT -> NO_CRYPT | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |