| Age | Commit message (Expand) | Author |
| 2017-11-20 | Issue PWD commands to the server only when we actually | kre |
| 2015-12-16 | make DPRINTF/DWARN always statements. | christos |
| 2015-01-12 | Increase the buffer limit; otherwise files in: | christos |
| 2012-12-21 | PR/47276: Add https support | christos |
| 2009-04-12 | Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). | lukem |
| 2008-09-30 | update copyrights | lukem |
| 2008-05-10 | Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and... | skd |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-05 | DPRINTF() consistency tweaks | lukem |
| 2007-12-05 | Rename HAVE_STRUCT_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_IN_SIN_LEN | lukem |
| 2007-07-22 | Replace HAVE_SOCKADDR_SA_LEN with defined(HAVE_STRUCT_SOCKADDR_SA_LEN) | lukem |
| 2007-04-17 | * Implement -s srcaddr; uses srcaddr as the local IP address for all | lukem |
| 2006-01-31 | rename debug to ftp_debug. grr libssh. | christos |
| 2005-06-29 | Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. | christos |
| 2005-04-11 | gratuitous whitespace cleanup (before someone else jumps the gun...) | lukem |
| 2005-04-11 | Implement a timeout on the accept(2) in dataconn() and the | lukem |
| 2005-01-03 | Forbid filenames returned from mget that aren't in (or below) the | lukem |
| 2004-07-21 | Slightly rework SIGINT handling; if we're exiting the auto-fetch stuff | lukem |
| 2004-07-20 | If an ftp auto-fetch transfer is interrupted by SIGINT (usually ^C), | lukem |
| 2004-06-06 | Save approximately 8K by not including http authentication, extended status | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 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 |
| 2001-12-26 | update copyrights | lukem |
| 2001-12-23 | Add -4 to force IPv4 and -6 to force IPv6 address usage. | lukem |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2000-11-15 | - implement "mreget"; as per "mget" but uses "reget" instead of "get" | 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-28 | no trailing , on last item in enum | lukem |
| 2000-07-18 | add support for FEAT and OPTS commands with `features' and `opts'. | 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-01-31 | define private type `sigfunc' as | lukem |
| 1999-12-05 | move version into separate file to reduce recompilation after version crank. | lukem |
| 1999-12-05 | crank version | lukem |
| 1999-11-26 | bump version | 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 | - split the version string into product and version | lukem |
| 1999-11-03 | support `about:version'. also display the version in the output of `status'. | lukem |
| 1999-10-24 | new features: | lukem |
| 1999-10-10 | use sigjmp_buf for sigsetjmp(), instead of jmp_buf. | 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 | If EPSV or EPRT fails, disable epsv4 for the rest of the current connection. | lukem |
| 1999-10-01 | prefix the global variables in ftp_var.h with GLOBAL, which defaults | lukem |
| 1999-10-01 | * don't bother with "pathnames.h"; it contained just a single #define. | lukem |
| 1999-09-30 | * In the !NI_NUMERICHOST case (i.e, getaddrinfo() challenged systems), portnum | lukem |
| 1999-09-22 | * add support for `xferbuf', which sets both `sndbuf' and `rcvbuf' | lukem |