| Age | Commit message (Expand) | Author |
| 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 |
| 2000-05-30 | more comment on IPv4 mapped address handling. | itojun |
| 2000-05-29 | convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address | itojun |
| 2000-05-28 | Change `ls' to use the `LIST' and not `NLST' FTP protocol command. | lukem |
| 2000-05-25 | do not pass scoped IPv6 address notation on Host: directive, since | itojun |
| 2000-05-01 | convert to ANSI KNF | lukem |
| 2000-05-01 | * Add support for `fget localfile', which reads a list of filenames to | lukem |
| 2000-04-24 | allow IPv6 extended numeric address in host part. | itojun |
| 2000-04-13 | crank version | lukem |
| 2000-04-13 | fixes from cgd: | lukem |
| 2000-04-13 | s/strtoq/strtoll/ (the latter is standardised) | lukem |
| 2000-03-14 | inhibit too-noisy message for scoped address data transfer | itojun |
| 2000-03-09 | make debugging output unambiguous on IPv6 numeric addrs (don't use host:port) | itojun |
| 2000-03-09 | http://[::1]:8080/ is legal. | itojun |
| 2000-02-28 | only use IPTOS_ setsockopt()s if they're defined (e.g, SunOS doesn't). | lukem |
| 2000-02-14 | only use getaddrinfo() et al if both NI_NUMERICHOST *and* INET6 are defined... | lukem |
| 2000-01-31 | crank | lukem |
| 2000-01-31 | define private type `sigfunc' as | lukem |
| 2000-01-26 | crank version | lukem |
| 2000-01-26 | roll back to using sscanf() instead of strptime() to parse `yyyymmddhhmmss' | lukem |
| 2000-01-26 | put spaces between the % specifiers in the strptime format string | lukem |
| 2000-01-25 | crank version | lukem |
| 2000-01-25 | work around bug in apache 1.3.9 which incorrectly puts a trailing | lukem |
| 2000-01-25 | be harsher about workaround | lukem |
| 2000-01-25 | work around lame ftpd's that don't return a correct post-Y2K date in | lukem |
| 2000-01-20 | complete_ambiguous(): be consistent about completing unambiguous matches; if | lukem |
| 1999-12-21 | change references from draft-ietf-ipngwg-url-literal-01.txt to RFC 2732 | lukem |
| 1999-12-12 | add dependency on version.h | lukem |
| 1999-12-12 | crank version | lukem |
| 1999-12-11 | separate out the main `data pump' loop into two: one that supports | lukem |
| 1999-12-11 | Fix chunked support; probably broke after rate limiting was added. | lukem |
| 1999-12-05 | move version into separate file to reduce recompilation after version crank. | lukem |
| 1999-12-05 | crank version | lukem |
| 1999-12-05 | * remove unnecessary freeaddrinfo(res), since res0 was changed to be | lukem |
| 1999-12-03 | fix memory leak in fetch_url (no freeaddrinfo was there). | itojun |
| 1999-11-28 | * implement xsl_init() and xsl_add(); error checking forms of sl_{init,add}() | lukem |
| 1999-11-27 | in cleanuppeer(), reset username to NULL after free()ing it. | lukem |
| 1999-11-26 | bump version | lukem |