| Commit message (Expand) | Author | Age | Files | Lines |
* | Use fseeko() instead of fseek() (u->offset is already an off_t), and mark | des | 2001-09-05 | 1 | -4/+4 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -1/+1 |
* | Handle snrintf overflows. | brian | 2001-08-20 | 1 | -0/+2 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -1/+2 |
* | The fix for schemeless and hostless URLs (rev. 1.27) broke the schemeless | se | 2001-07-28 | 1 | -1/+2 |
* | Unbreak parsing URLs that have a host part but no document part. | des | 2001-07-17 | 1 | -2/+3 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -19/+19 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Handle shemeless, hostless URLs correctly. | des | 2001-07-08 | 1 | -3/+5 |
* | mdoc(7) police: fixed markup and typo. | ru | 2001-07-05 | 1 | -16/+16 |
* | Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. This | des | 2001-06-11 | 1 | -1/+1 |
* | Implement a HTTP_USER_AGENT environment variable. | des | 2001-05-27 | 2 | -1/+8 |
* | Document the authentication callback interface. | des | 2001-05-26 | 1 | -3/+42 |
* | Bump major number. | des | 2001-05-26 | 1 | -1/+1 |
* | Add rudimentary support for an authentication callback function. | des | 2001-05-26 | 4 | -59/+91 |
* | MAXPATHLEN -> PATH_MAX | des | 2001-05-26 | 2 | -2/+2 |
* | Plug memory leak. | des | 2001-05-26 | 1 | -6/+3 |
* | Add some error codes that were added in RFC2616. | des | 2001-05-23 | 1 | -0/+3 |
* | Apply 'const' liberally. | archie | 2001-04-24 | 8 | -129/+134 |
* | Grammar police: "its", not "it's", is the possessive form of "it". | dd | 2001-04-15 | 1 | -1/+1 |
* | If the server's reply to the SIZE command is unparseable, reset us->size | des | 2001-04-07 | 1 | -0/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Use high port range by default, and replace the 'h' option with an 'l' option | des | 2001-03-24 | 2 | -7/+7 |
* | Don't remember an EINTR, since the caller may want to restart the call. | des | 2001-03-07 | 1 | -2/+4 |
* | Support lower-case versions of the proxy environment variables. | des | 2001-03-07 | 3 | -3/+13 |
* | mdoc(7) police: fixed broken references. | ru | 2001-01-16 | 1 | -0/+1 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | The user name for anonymous ftp is now "anonymous". | des | 2001-01-08 | 1 | -10/+17 |
* | Back out previous (accidental) commit. | des | 2001-01-08 | 1 | -1/+1 |
* | Use "anonymous" rather than "ftp" as login name for anonymous ftp. | des | 2001-01-08 | 2 | -4/+3 |
* | Document FTP_LOGIN. | des | 2000-12-22 | 1 | -0/+2 |
* | Check the FTP_LOGIN environment variable before falling back on | des | 2000-12-22 | 1 | -0/+2 |
* | Avoid a segfault (due to an unitialized pointer) when parsing URLs that have | des | 2000-12-13 | 1 | -0/+2 |
* | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | des | 2000-12-06 | 2 | -4/+4 |
* | Remove some obsolete comments. | des | 2000-12-01 | 1 | -13/+0 |
* | Clean up the whitespace encoding code. | des | 2000-12-01 | 1 | -5/+6 |
* | Add SCHEME_HTTPS. | des | 2000-12-01 | 1 | -0/+1 |
* | Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only default | des | 2000-11-27 | 1 | -2/+6 |
* | Don't try to get the proxy port number from /etc/services. | des | 2000-11-27 | 1 | -4/+0 |
* | Don't go haywire if the server closes the connection in the middle of a | des | 2000-11-22 | 1 | -1/+1 |
* | Revert previous commit, it was somewhat hasty. | des | 2000-11-22 | 1 | -5/+1 |
* | Don't go haywire if the server closes the connection during a multiline | des | 2000-11-22 | 1 | -1/+5 |
* | log | ru | 2000-11-22 | 1 | -1/+2 |
* | Spell the des's name correctly. | ru | 2000-11-14 | 1 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
* | Use the documented (and historical) defaults. Centralize the decision logic | des | 2000-11-10 | 4 | -37/+45 |
* | Use CHECK_FLAG | des | 2000-10-29 | 4 | -22/+22 |
* | Stricter error checking in the I/O functions. | des | 2000-10-29 | 1 | -1/+25 |
* | Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set. | des | 2000-10-29 | 1 | -0/+5 |
* | Document FTP_PASSIVE_MODE and FTP_PASSWORD. | des | 2000-10-29 | 1 | -1/+8 |