| Age | Commit message (Expand) | Author |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-22 | Use the service name to getaddrinfo() (along with the host name), so that | lukem |
| 2007-12-05 | DPRINTF() consistency tweaks | lukem |
| 2007-08-22 | Cast the field precision calculation to int. | lukem |
| 2007-08-22 | Improve parsing of chunked transfer chunks per RFC2616: | lukem |
| 2007-06-05 | Enforce restriction that (http) proxied URL fetchs don't support | lukem |
| 2007-05-24 | Display times in RFC2822 form rather than using ctime(3), since | lukem |
| 2007-05-22 | * main: call tzset() to ensure TZ is setup for other <time.h> functions. | lukem |
| 2007-05-15 | * Modify parse_url() to consistently strip the leading `/' off ftp URLs. | lukem |
| 2007-05-10 | Switch from fparseln() to the internal getline() when parsing HTTP headers. | lukem |
| 2007-04-17 | * Implement -s srcaddr; uses srcaddr as the local IP address for all | lukem |
| 2007-04-11 | getpass() can return NULL upon error in some implementations | lukem |
| 2006-12-13 | gcc4 does not care about &foo; use volatile instead. From Anon Ymous | christos |
| 2006-11-25 | spell precede; from Zafer | christos |
| 2006-09-22 | PR/34540: b1ff at fr33 dot b33r dot net: bogus free() in ftp(1) | elad |
| 2006-07-26 | If a file upload (via -u) fails, return an non-zero exit value based on the | lukem |
| 2006-04-28 | Coverity CID 2194: Don't forget to free port. | christos |
| 2006-04-28 | Coverity CID 2195: Free path in all code paths, not some. | christos |
| 2006-01-31 | rename debug to ftp_debug. grr libssh. | christos |
| 2006-01-31 | Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask. | christos |
| 2006-01-02 | recognize 307 redirect code. | christos |
| 2005-08-21 | Don't clear the trailing character on the auth_url() username; | lukem |
| 2005-06-29 | Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. | christos |
| 2005-06-10 | Implement: | lukem |
| 2005-06-01 | * Only print the "Trying <address>..." message if verbose and | lukem |
| 2005-05-29 | * fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiple | lukem |
| 2005-05-19 | Use size_t instead of int where appropriate. | lukem |
| 2005-05-14 | Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4 | lukem |
| 2005-04-11 | gratuitous whitespace cleanup (before someone else jumps the gun...) | lukem |
| 2005-04-10 | In fetch_url(), don't call freeaddrinfo(res0) too early, as we use pointers | lukem |
| 2005-01-12 | Fix ftp url reget when globs are being used. | lukem |
| 2004-12-10 | * Always decode %xx in a url's user & pass components. | lukem |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-08-08 | Don't base64 encode the trailing NUL in the HTTP basic auth response. | lukem |
| 2004-07-21 | Slightly rework SIGINT handling; if we're exiting the auto-fetch stuff | lukem |
| 2004-07-20 | Improve parsing of HTTP response headers to be more RFC2616 compliant, and | lukem |
| 2004-07-20 | Don't unnecessarily display a 401/407 error when running with -V. | 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-12-10 | Don't warn about "ignored setsockopt" failures unless debugging is | lukem |
| 2003-12-04 | correct URL syntax in comment | lukem |
| 2003-07-31 | * $FTPUSERAGENT overrides the HTTP User-Agent header. | lukem |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-12 | strlcpy | itojun |
| 2003-05-14 | Uppercase URL. | wiz |
| 2003-03-07 | fix a bogus error message when given a HTTP URL with a trailing | grant |
| 2003-02-28 | crank dates | lukem |
| 2003-02-28 | add a cast to appease SUNWspro cc. noted by grant@ | lukem |
| 2002-11-30 | tweaks for fparseln(3) move from libutil to libc: | lukem |
| 2002-06-05 | - when showing the final progress bar, replace "00:00 ETA" with the | lukem |