1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
! compatibility checks
* fix -Wall warnings (libgen.h for basename)
* fix warnings in GNU source (tparam, getopt)
* fix compile on HPUX (struct sockaddr)
* feature recognition and handling
* complete getaddrinfo replacement
* check warnings on NextSTEP
* display progress when reading directory listing
* rethink directory format auto detection logic
* remove broken getdomain replacement, use user@
* move fntable.[ch].proto into mkfntab-[ch].m4
* improve check wheter lib{socket,nsl,resolv} are needed
* ^[[O triggers bindings for left and O
* fix transfer rate display
* detect hung data connection
* ftp_retr: check 150 format on different servers
* termcap.h or similar (for -Wall): which one?!
* clean up code for -Wall (fn_select - zzzz)
* handle 8 bit keys
* problems with listing of ftp://ftp.unicode.org/ and 128.223.95.87
(file names short)
* <local> mode
* decent documentation
* write passwd and port in save-urls
* segfault while tagging on GNU/Linux
* improve abort handling, especially when downloading tagged files
* don't exit if initial connect/login fails (allow reading message log)
|