| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check the return value from read() when reading the CR/LF at the end of a | Dag-Erling Smørgrav | 2002-01-20 | 1 | -2/+4 |
| * | Mark uploads as O_WRONLY, not O_RDONLY. | Dag-Erling Smørgrav | 2002-01-20 | 1 | -2/+6 |
| * | Remove long-obsolete README. | Dag-Erling Smørgrav | 2002-01-01 | 1 | -10/+0 |
| * | In verbose mode, display the full error message from the server, stripping | Dag-Erling Smørgrav | 2002-01-01 | 1 | -3/+48 |
| * | Remove VT100 escapes from debugging messages now that they're enabled by | Dag-Erling Smørgrav | 2002-01-01 | 4 | -22/+21 |
| * | Don't build with NDEBUG. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -3/+0 |
| * | Conditionalize some debugging code that didn't use the DEBUG macro. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -8/+10 |
| * | Introduce a fetchDebug global. Change the DEBUG macro so it only runs the | Dag-Erling Smørgrav | 2001-12-09 | 3 | -1/+5 |
| * | Properly handle being redirected to an FTP URL. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -1/+10 |
| * | Add prototype for _ftp_request(). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -4/+8 |
| * | Reorganize to reduce code duplication. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -64/+32 |
| * | Add NO_WERROR so the build won't die because of discarded qualifiers | Dag-Erling Smørgrav | 2001-10-19 | 1 | -0/+2 |
| * | Back out part of previous commit which was gcc-centric | Dag-Erling Smørgrav | 2001-10-19 | 1 | -2/+2 |
| * | Tons of type, style and warning fixes that have been rotting in my tree for | Dag-Erling Smørgrav | 2001-10-18 | 5 | -70/+101 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
| * | Add __FBSDID()s to libfetch | Matthew Dillon | 2001-09-30 | 5 | -10/+15 |
| * | Use fseeko() instead of fseek() (u->offset is already an off_t), and mark | Dag-Erling Smørgrav | 2001-09-05 | 1 | -4/+4 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 1 | -1/+1 |
| * | Handle snrintf overflows. | Brian Somers | 2001-08-20 | 1 | -0/+2 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -1/+2 |
| * | The fix for schemeless and hostless URLs (rev. 1.27) broke the schemeless | Stefan Eßer | 2001-07-28 | 1 | -1/+2 |
| * | Unbreak parsing URLs that have a host part but no document part. | Dag-Erling Smørgrav | 2001-07-17 | 1 | -2/+3 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -19/+19 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -1/+0 |
| * | Handle shemeless, hostless URLs correctly. | Dag-Erling Smørgrav | 2001-07-08 | 1 | -3/+5 |
| * | mdoc(7) police: fixed markup and typo. | Ruslan Ermilov | 2001-07-05 | 1 | -16/+16 |
| * | Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. This | Dag-Erling Smørgrav | 2001-06-11 | 1 | -1/+1 |
| * | Implement a HTTP_USER_AGENT environment variable. | Dag-Erling Smørgrav | 2001-05-27 | 2 | -1/+8 |
| * | Document the authentication callback interface. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -3/+42 |
| * | Bump major number. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -1/+1 |
| * | Add rudimentary support for an authentication callback function. | Dag-Erling Smørgrav | 2001-05-26 | 4 | -59/+91 |
| * | MAXPATHLEN -> PATH_MAX | Dag-Erling Smørgrav | 2001-05-26 | 2 | -2/+2 |
| * | Plug memory leak. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -6/+3 |
| * | Add some error codes that were added in RFC2616. | Dag-Erling Smørgrav | 2001-05-23 | 1 | -0/+3 |
| * | Apply 'const' liberally. | Archie Cobbs | 2001-04-24 | 8 | -129/+134 |
| * | Grammar police: "its", not "it's", is the possessive form of "it". | Dima Dorfman | 2001-04-15 | 1 | -1/+1 |
| * | If the server's reply to the SIZE command is unparseable, reset us->size | Dag-Erling Smørgrav | 2001-04-07 | 1 | -0/+1 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | Use high port range by default, and replace the 'h' option with an 'l' option | Dag-Erling Smørgrav | 2001-03-24 | 2 | -7/+7 |
| * | Don't remember an EINTR, since the caller may want to restart the call. | Dag-Erling Smørgrav | 2001-03-07 | 1 | -2/+4 |
| * | Support lower-case versions of the proxy environment variables. | Dag-Erling Smørgrav | 2001-03-07 | 3 | -3/+13 |
| * | mdoc(7) police: fixed broken references. | Ruslan Ermilov | 2001-01-16 | 1 | -0/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+1 |
| * | The user name for anonymous ftp is now "anonymous". | Dag-Erling Smørgrav | 2001-01-08 | 1 | -10/+17 |
| * | Back out previous (accidental) commit. | Dag-Erling Smørgrav | 2001-01-08 | 1 | -1/+1 |
| * | Use "anonymous" rather than "ftp" as login name for anonymous ftp. | Dag-Erling Smørgrav | 2001-01-08 | 2 | -4/+3 |
| * | Document FTP_LOGIN. | Dag-Erling Smørgrav | 2000-12-22 | 1 | -0/+2 |
| * | Check the FTP_LOGIN environment variable before falling back on | Dag-Erling Smørgrav | 2000-12-22 | 1 | -0/+2 |
| * | Avoid a segfault (due to an unitialized pointer) when parsing URLs that have | Dag-Erling Smørgrav | 2000-12-13 | 1 | -0/+2 |
| * | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | Dag-Erling Smørgrav | 2000-12-06 | 2 | -4/+4 |