aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* Check the return value from read() when reading the CR/LF at the end of aDag-Erling Smørgrav2002-01-201-2/+4
* Mark uploads as O_WRONLY, not O_RDONLY.Dag-Erling Smørgrav2002-01-201-2/+6
* Remove long-obsolete README.Dag-Erling Smørgrav2002-01-011-10/+0
* In verbose mode, display the full error message from the server, strippingDag-Erling Smørgrav2002-01-011-3/+48
* Remove VT100 escapes from debugging messages now that they're enabled byDag-Erling Smørgrav2002-01-014-22/+21
* Don't build with NDEBUG.Dag-Erling Smørgrav2001-12-091-3/+0
* Conditionalize some debugging code that didn't use the DEBUG macro.Dag-Erling Smørgrav2001-12-091-8/+10
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs theDag-Erling Smørgrav2001-12-093-1/+5
* Properly handle being redirected to an FTP URL.Dag-Erling Smørgrav2001-12-041-1/+10
* Add prototype for _ftp_request().Dag-Erling Smørgrav2001-12-041-4/+8
* Reorganize to reduce code duplication.Dag-Erling Smørgrav2001-12-041-64/+32
* Add NO_WERROR so the build won't die because of discarded qualifiersDag-Erling Smørgrav2001-10-191-0/+2
* Back out part of previous commit which was gcc-centricDag-Erling Smørgrav2001-10-191-2/+2
* Tons of type, style and warning fixes that have been rotting in my tree forDag-Erling Smørgrav2001-10-185-70/+101
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Add __FBSDID()s to libfetchMatthew Dillon2001-09-305-10/+15
* Use fseeko() instead of fseek() (u->offset is already an off_t), and markDag-Erling Smørgrav2001-09-051-4/+4
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-1/+1
* Handle snrintf overflows.Brian Somers2001-08-201-0/+2
* Handle snprintf() returning -1.Brian Somers2001-08-201-1/+2
* The fix for schemeless and hostless URLs (rev. 1.27) broke the schemelessStefan Eßer2001-07-281-1/+2
* Unbreak parsing URLs that have a host part but no document part.Dag-Erling Smørgrav2001-07-171-2/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-19/+19
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Handle shemeless, hostless URLs correctly.Dag-Erling Smørgrav2001-07-081-3/+5
* mdoc(7) police: fixed markup and typo.Ruslan Ermilov2001-07-051-16/+16
* Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. ThisDag-Erling Smørgrav2001-06-111-1/+1
* Implement a HTTP_USER_AGENT environment variable.Dag-Erling Smørgrav2001-05-272-1/+8
* Document the authentication callback interface.Dag-Erling Smørgrav2001-05-261-3/+42
* Bump major number.Dag-Erling Smørgrav2001-05-261-1/+1
* Add rudimentary support for an authentication callback function.Dag-Erling Smørgrav2001-05-264-59/+91
* MAXPATHLEN -> PATH_MAXDag-Erling Smørgrav2001-05-262-2/+2
* Plug memory leak.Dag-Erling Smørgrav2001-05-261-6/+3
* Add some error codes that were added in RFC2616.Dag-Erling Smørgrav2001-05-231-0/+3
* Apply 'const' liberally.Archie Cobbs2001-04-248-129/+134
* Grammar police: "its", not "it's", is the possessive form of "it".Dima Dorfman2001-04-151-1/+1
* If the server's reply to the SIZE command is unparseable, reset us->sizeDag-Erling Smørgrav2001-04-071-0/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Use high port range by default, and replace the 'h' option with an 'l' optionDag-Erling Smørgrav2001-03-242-7/+7
* Don't remember an EINTR, since the caller may want to restart the call.Dag-Erling Smørgrav2001-03-071-2/+4
* Support lower-case versions of the proxy environment variables.Dag-Erling Smørgrav2001-03-073-3/+13
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-161-0/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* The user name for anonymous ftp is now "anonymous".Dag-Erling Smørgrav2001-01-081-10/+17
* Back out previous (accidental) commit.Dag-Erling Smørgrav2001-01-081-1/+1
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.Dag-Erling Smørgrav2001-01-082-4/+3
* Document FTP_LOGIN.Dag-Erling Smørgrav2000-12-221-0/+2
* Check the FTP_LOGIN environment variable before falling back onDag-Erling Smørgrav2000-12-221-0/+2
* Avoid a segfault (due to an unitialized pointer) when parsing URLs that haveDag-Erling Smørgrav2000-12-131-0/+2
* Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debateDag-Erling Smørgrav2000-12-062-4/+4