| Age | Commit message (Expand) | Author |
| 2003-02-28 | crank dates | lukem |
| 2003-02-28 | crank version | lukem |
| 2003-02-28 | Crank dates on TNF copyright. | lukem |
| 2003-02-28 | add a cast to appease SUNWspro cc. noted by grant@ | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-14 | The correct capitalisation of 'NetBSD.org' is (you | grant |
| 2003-02-12 | change a couple #ifdef's so /usr/bin/progress doesn't stomp all over | grant |
| 2003-01-21 | Abstract out progress bar support into progressbar.[ch], for inclusion | jhawk |
| 2003-01-20 | Bump date for last. | wiz |
| 2003-01-20 | Add a "macdef" example and a short section explaining that you may need to | toddpw |
| 2002-11-30 | tweaks for fparseln(3) move from libutil to libc: | lukem |
| 2002-10-17 | - if SMALLPROG is defined, add -DNO_EDITCOMPLETE -DNO_ABOUT, | lukem |
| 2002-10-02 | Typo and Americanism. From Adrian Mrva. | wiz |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-08-27 | Add a -q <quit-time> flag to abort a transfer if it has stalled for <quit-time> | christos |
| 2002-07-29 | Improve description of help text for "passive". | lukem |
| 2002-07-12 | strdup -> xstrdup (handle malloc error right) | itojun |
| 2002-07-07 | Various improvements in wording and marking, | lukem |
| 2002-07-04 | highlight that for ftp:// auto-fetches, read access is required on | lukem |
| 2002-06-08 | make an auto const variable static. | yamt |
| 2002-06-05 | - use setprogname() | lukem |
| 2002-06-05 | - when showing the final progress bar, replace "00:00 ETA" with the | lukem |
| 2002-05-18 | Fix description for "form", "mode", and "struct" commands. | lukem |
| 2002-05-07 | Use "r+" instead of "r+w", since the latter is not standard. | lukem |
| 2002-05-06 | Handle URLs without files correctly (e.g, when using '-o -'). | lukem |
| 2002-05-06 | - Only send port number in HTTP/1.1 Host: request if port != 80. | lukem |
| 2002-04-25 | avoid buffer overrun on PASV from malicious server. | itojun |
| 2002-03-18 | Deal with const'ification if el_parse(). | thorpej |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-01 | portnum is unsigned, use %u instead of %d | itojun |
| 2002-02-01 | line2 may overrun if line is too long (> 200). be more careful on strcpy. | itojun |
| 2001-12-26 | update copyrights | lukem |
| 2001-12-23 | Add -4 to force IPv4 and -6 to force IPv6 address usage. | lukem |
| 2001-12-20 | Large file ASCII mode support by using fseeko() instead of fseek(). | lukem |
| 2001-12-01 | Punctuation nits. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-11-29 | use u_char instead of char in base64_encode(). | lukem |
| 2001-11-25 | don't make broken file with -R option. | yamt |
| 2001-11-25 | handle "*" in Content-Range properly. | yamt |
| 2001-10-15 | If no_proxy condition is true && urltype == FTP_URL_T, use fetch_ftp to retri... | tacha |
| 2001-06-20 | put "site" in alphabetical order. noted by Mike Barcroft in private email | lukem |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-19 | - display a limited progress bar (containing bytes xferred and xfer rate) | lukem |
| 2001-02-19 | minor knf | lukem |
| 2001-01-09 | call setlocale() on startup | jdolecek |
| 2000-12-15 | invoke cmdtab.c_handler()s with argv[0] == c_name instead of the | lukem |
| 2000-11-27 | fix INET6-less build (like x_ftp). PR11578 | itojun |
| 2000-11-27 | be more explicit that $ftp_proxy and $http_proxy are not supported for | lukem |
| 2000-11-24 | cope with 2553bis getnameinfo (always attach scope id) | itojun |
| 2000-11-15 | use NI_MAXHOST with getnameinfo. we can assume presense of getnameinfo. | itojun |