| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-31 | * Work around broken ftp servers (notably ProFTPd) that can't even follow | lukem |
| 2003-06-15 | Don't coredump when printing '%n' in the prompt if there's no username yet. | lukem |
| 2003-02-28 | crank dates | lukem |
| 2003-01-21 | Abstract out progress bar support into progressbar.[ch], for inclusion | jhawk |
| 2002-08-27 | Add a -q <quit-time> flag to abort a transfer if it has stalled for <quit-time> | christos |
| 2002-06-08 | make an auto const variable static. | yamt |
| 2002-06-05 | - when showing the final progress bar, replace "00:00 ETA" with the | lukem |
| 2001-12-26 | update copyrights | lukem |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-19 | - display a limited progress bar (containing bytes xferred and xfer rate) | lukem |
| 2000-11-15 | - implement "mreget"; as per "mget" but uses "reget" instead of "get" | lukem |
| 2000-09-08 | always include <netdb.h>, not just when INET6 is defined. | 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-30 | clean up NO_QUAD support: create helper #defines and use as appropriate: | lukem |
| 2000-07-18 | add support for FEAT and OPTS commands with `features' and `opts'. | lukem |
| 2000-06-15 | * migrate the SYST parsing from setpeer() into a separate remotesyst(). | lukem |
| 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 | s/strtoq/strtoll/ (the latter is standardised) | lukem |
| 2000-01-31 | define private type `sigfunc' as | 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 | be harsher about workaround | lukem |
| 2000-01-25 | work around lame ftpd's that don't return a correct post-Y2K date in | 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 | * complete_remote(): use remglob("", ...) instead of remglob(".", ...), | lukem |
| 1999-11-12 | - implement `set rprompt'; right side version of `set prompt'. depends on | lukem |
| 1999-11-11 | - implement updateremotepwd(); update the global variable `remotepwd' | lukem |
| 1999-11-09 | prevent minor memory leak (unnecessary strdup) | lukem |
| 1999-10-24 | new features: | lukem |
| 1999-10-13 | * fix up confirm() (broke `a' and `p' in last commit) | lukem |
| 1999-10-12 | a few user interface and cosmetic tweaks: | lukem |
| 1999-10-11 | * in the SIGINFO/SIGQUIT handler, print a newline before displaying | lukem |
| 1999-10-09 | * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter | lukem |
| 1999-10-07 | Minor nit - don't append a '/' to tmpdir if it already ends in a '/'. | simonb |
| 1999-10-05 | * factor out SIGINFO setting into a handler that is always active (but only | lukem |
| 1999-10-05 | add TNFi copyright to all files i've done more than a minor amount of work to... | lukem |
| 1999-10-05 | enhancments from Marc Horowitz <marc@mit.edu> to improve connection timeouts: | lukem |
| 1999-10-01 | * don't bother with "pathnames.h"; it contained just a single #define. | lukem |
| 1999-09-30 | #define BUFLEFT is always used... | lukem |
| 1999-09-29 | * consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c) | lukem |
| 1999-09-28 | revert snprintf() -> sprintf(). the original idea was that sprintf() would be | lukem |
| 1999-09-28 | don't fudge out the stalltime when calculating the ETA. this means that the | lukem |
| 1999-09-28 | * add new commands: | lukem |