| Age | Commit message (Expand) | Author |
| 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 |
| 2000-11-15 | - implement "mreget"; as per "mget" but uses "reget" instead of "get" | lukem |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-09-28 | explicitly use SOCK_STREAM with socket() instead of res->ai_socktype, | lukem |
| 2000-09-28 | clarify that $ftp_proxy only works for full URLs and can't be used for | lukem |
| 2000-09-14 | since everything else here uses ANSI C, we might as well replace __STRING() | lukem |
| 2000-09-08 | always include <netdb.h>, not just when INET6 is defined. | lukem |
| 2000-08-28 | base64_encode should be static. picked up by hp/ux(!) compiler | lukem |
| 2000-08-27 | It appears that whilst Apache 1.3.9 incorrectly puts a trailing space | lukem |
| 2000-08-27 | - in progressmeter() perform the check for foregroundproc() a little earlier | lukem |
| 2000-08-06 | * implement parseport(), which takes a string and attempts to convert | lukem |
| 2000-08-01 | - rename NO_QUAD to NO_LONG_LONG, QUAD* -> LL* and add ULL* (unsigned) | lukem |
| 2000-07-31 | - we can't just rename BSD4_4 -> HAVE_SIN_LEN, since bsd systems define BSD4_4; | lukem |
| 2000-07-30 | * always set (struct sockinet).su_len after getsockname() et al, so | lukem |
| 2000-07-30 | * always use getaddrinfo() and getnameinfo() instead of maintaining two code | lukem |
| 2000-07-30 | clean up NO_QUAD support: create helper #defines and use as appropriate: | lukem |
| 2000-07-28 | rename "opts" to "remopts", so people used to "o host" don't get bitten... | lukem |
| 2000-07-28 | rename "opts" to "remopts", so people used to "o host" don't get bitten... | lukem |
| 2000-07-28 | no trailing , on last item in enum | lukem |
| 2000-07-18 | add rfc 2389, since that's now supported | lukem |
| 2000-07-18 | add support for FEAT and OPTS commands with `features' and `opts'. | lukem |
| 2000-07-18 | minor knf. call setbinary()/setascii() with non-NULL 2nd arg | lukem |
| 2000-07-18 | convert to new knf | lukem |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-06-15 | * migrate the SYST parsing from setpeer() into a separate remotesyst(). | lukem |
| 2000-06-11 | from itojun: better fix for previous (doesn't need in_addr_t or u_int32_t) | lukem |
| 2000-06-11 | portability fixes for lukemftp: | lukem |
| 2000-06-05 | - fix ai_unmapped() to be a no-op in the !def INET6 case | lukem |
| 2000-06-01 | updated comment on IPv4 mapped address. sync with kame. | itojun |
| 2000-05-31 | Add support for 'ftp -u url file ...', to upload a list of files to given url. | lukem |
| 2000-05-31 | Fix examples on using pipes in local filenames. AFAICT, ftp has always | lukem |
| 2000-05-30 | document IPv4 mapped address twists. | itojun |