| Age | Commit message (Expand) | Author |
| 2006-07-26 | If a file upload (via -u) fails, return an non-zero exit value based on the | lukem |
| 2006-05-23 | Coverity CID 3610: derefencing NULL pointer. | jnemeth |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-05-01 | Coverity CID 1447: Avoid buffer overflow. | christos |
| 2006-05-01 | Coverity CID 1448: Avoid static array overflow. | christos |
| 2006-04-28 | Coverity CID 873: Only align if we printed a string. | christos |
| 2006-04-28 | Coverity CID 874: Don't check local; it cannot be NULL. | christos |
| 2006-04-28 | Coverity CID 875: local is not allowed to be NULL; don't check for it. | christos |
| 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-07-19 | Revert back to using an int (instead of size_t) for holding a value that may | lukem |
| 2005-07-06 | In macdef, point to $ command (from jmc@openbsd), and split paragraph (it was... | wiz |
| 2005-07-06 | Use more macros, and use them more consistently. | wiz |
| 2005-07-05 | Improve the description of the macros. | lukem |
| 2005-06-29 | forgot to remove the file pointer from the macro. | christos |
| 2005-06-29 | Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again. | christos |
| 2005-06-10 | Need to #ifdef around declaration of ch with NO_EDITCOMPLETE so this compiles | jmc |
| 2005-06-10 | Implement: | lukem |
| 2005-06-09 | copyright maintenance | 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-27 | formatbuf(): fix %m and %M to use the hostname, not the username. | lukem |
| 2005-05-26 | Improve method used in fileindir() to determine if `file' is in or under `dir': | lukem |
| 2005-05-20 | Printf field widths and size_t don't always mix well, so cast to int. | he |
| 2005-05-20 | Make this compile on sparc64 (size_t != int). | jdc |
| 2005-05-19 | tab cleanup | lukem |
| 2005-05-19 | Use size_t instead of int where appropriate. | lukem |
| 2005-05-19 | Some const cleanups. | lukem |
| 2005-05-14 | Helps if the definition of xconnect() matches its declaration.... | dsl |
| 2005-05-14 | Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4 | lukem |
| 2005-05-13 | * Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3) | lukem |
| 2005-05-11 | Use socklen_t instead of int as the 5th argument to getsockopt(). | lukem |
| 2005-05-10 | Prevent an overly-long input line causing a core dump when editing is enabled. | lukem |
| 2005-05-07 | correct a comment | lukem |
| 2005-04-11 | typo in previous | lukem |
| 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-04-10 | In fetch_url(), don't call freeaddrinfo(res0) too early, as we use pointers | lukem |
| 2005-02-20 | If we mark up RFC, then avoid using "command modifier" for it. | wiz |
| 2005-02-11 | As dsl points out, sysinst uses the progress bar so put it back on SMALLPROG | jmc |
| 2005-02-11 | White space nit- don't put a space before/after increment/decrement | simonb |
| 2005-02-10 | White space nit | jmc |
| 2005-02-10 | Fix compilation issues for NO_PROGRESS | jmc |
| 2005-02-10 | Add NO_PROGRESS for -DSMALL | jmc |
| 2005-02-09 | Factor out common string processing code eliminating static buffers, | christos |
| 2005-01-15 | preempt wizd; crank date | lukem |