summaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* MFC: describe FTP_PROXY betterDag-Erling Smørgrav2000-09-171-0/+4
* MFC: grok 125 replies to passive RETRDag-Erling Smørgrav2000-08-291-1/+2
* MFC: signedness bogon.Dag-Erling Smørgrav2000-08-021-7/+6
* MFC: don't die if server doesn't grok MDTMDag-Erling Smørgrav2000-07-281-0/+1
* MFC: Sync with -CURRENT (work around bugs in FTP and HTTP servers)Dag-Erling Smørgrav2000-07-263-36/+45
* MFC: Sync with -CURRENT (most notably, fix resume and proxy problems)Dag-Erling Smørgrav2000-07-214-57/+126
* MFC: fix the case where the file name is preceded by a lone slash.Dag-Erling Smørgrav2000-07-201-1/+1
* MFC: fix bugs related to resumed HTTP transfers.Dag-Erling Smørgrav2000-07-201-8/+10
* MFC: Failure to stat does not necessarily imply failure to retrieveDag-Erling Smørgrav2000-07-181-1/+5
* MFC: everything since the last one.Dag-Erling Smørgrav2000-07-177-125/+250
* MFC: #ifdef DEBUG -> #ifndef NDEBUGDag-Erling Smørgrav2000-07-161-2/+2
* MFC: synch with -CURRENTDag-Erling Smørgrav2000-07-165-488/+834
* MFC: everything since RELENG_4 branchedDag-Erling Smørgrav2000-06-2911-330/+863
* MFC: One author name per call to %A.Sheldon Hearn2000-05-101-3/+10
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-221-6/+8
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-19/+38
* Fix timestamp handling.Dag-Erling Smørgrav2000-01-261-5/+7
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+1
* More old uncommitted patches: implement timeouts at the protocol level.Dag-Erling Smørgrav2000-01-075-99/+206
* Add error codes for protocol errors.Dag-Erling Smørgrav2000-01-073-1/+3
* Patches I've had lying around for several months:Dag-Erling Smørgrav2000-01-074-20/+78
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Fixed prototype for fetchParseURL().Bruce Evans1999-03-051-2/+2
* Add MAINTAINER.Dag-Erling Smørgrav1999-01-291-1/+2
* Implement and document file list retrieval.Dag-Erling Smørgrav1998-12-218-13/+207
* Don't specify a language to compile_et.Dag-Erling Smørgrav1998-12-185-12/+12
* Implement and document fetchStatFTP.Dag-Erling Smørgrav1998-12-162-49/+132
* Remove unused header files. Fix a few shadowing bugs. Improve error reporting.Dag-Erling Smørgrav1998-12-162-57/+30
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-1610-59/+109
* Fix the "Unknown HTTP error" message.Dag-Erling Smørgrav1998-12-151-3/+3
* fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.Dag-Erling Smørgrav1998-11-071-2/+2
* Second of a series of cleanups to libfetch.Dag-Erling Smørgrav1998-11-0612-231/+569
* First of a series of cleanups to libfetch. Changed files, inDag-Erling Smørgrav1998-11-059-153/+260
* Bring the man page more or less up to date with the code.Dag-Erling Smørgrav1998-09-261-23/+54
* Made this actually work when there's an object directory:Bruce Evans1998-08-171-4/+11
* Commit a bunch of patches that have been accumulating:Dag-Erling Smørgrav1998-08-176-48/+62
* Forgot to remove base64.c from SRCS in the Makefile.Dag-Erling Smørgrav1998-07-121-1/+1
* Base64 code (and the MIT copyright) moved to http.cDag-Erling Smørgrav1998-07-123-180/+223
* FTP retrieve works.Dag-Erling Smørgrav1998-07-113-58/+145
* Too many changes to list. Basically, FTP is nearly there and errorDag-Erling Smørgrav1998-07-115-138/+302
* Imported libfetch into the tree. It compiles, but there's still someDag-Erling Smørgrav1998-07-0911-0/+1375