summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
...
* Make EPSV work again. Separate parsing code of 229 replies fromume2000-07-101-7/+14
* Don't assume the remote address in a 227 reply is enclosed in parentheses.des2000-07-081-2/+1
* Fix basic authentication, and add proxy authentication.des2000-07-081-19/+45
* Make restart work in active mode, too.des2000-06-291-0/+5
* Handle multiline replies properly, instead of kinda-right.des2000-06-281-7/+16
* Don't incorrectly report a protocol error when we get a 302 and redirectsdes2000-06-211-2/+5
* Back out wes' commit with extreme prejudice.des2000-06-201-143/+5
* Add implementation of fetchListFTP.wes2000-06-201-5/+143
* Hackish support for 302 redirect.des2000-05-261-24/+59
* Honor FTP_PASSIVE_MODE so caller doesn't need to.des2000-05-261-0/+4
* Output newline after debugging messagedes2000-05-251-0/+1
* Add (and document) fetchMakeURL()des2000-05-253-3/+51
* Dump com_err, it's a stinking crock of shit.des2000-05-257-127/+49
* Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is notume2000-05-221-1/+11
* IPv6 support.ume2000-05-207-68/+278
* Better handling of some boundary conditions.des2000-05-192-4/+9
* Make HTTP_PROXY work for FTP.ume2000-05-152-13/+45
* Document struct url.des2000-05-151-0/+32
* Initialize the struct url_stat at the beginning of _fetch_stat_file().des2000-05-151-0/+2
* Initialize the struct url_stat at the beginning of fetchStatFTP().des2000-05-151-0/+3
* Remove unused 'verbose'.des2000-05-151-6/+6
* Add workaround for ftpds with the Y2K MDTM bugdes2000-05-111-7/+22
* Bump major number, since struct url has changed.des2000-05-111-1/+1
* Fix hard sentence break.des2000-05-111-2/+2
* Reorganize some of the http code and split it into more functions.des2000-05-114-103/+203
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-3/+10
* While we're at it, add a length field too in case we want to fully implementdes2000-05-071-0/+1
* Implement restartdes2000-05-071-1/+32
* Use sizeof more consistently.des2000-05-072-3/+3
* Use sizeof more consistently.des2000-05-071-11/+41
* Implement restart.des2000-05-071-14/+41
* Implement restartdes2000-05-071-1/+13
* Add offset field to struct urldes2000-05-071-0/+1
* Introduce .Lb macro to libfetch manpagephantom2000-04-221-6/+8
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-19/+38
* Fix timestamp handling.des2000-01-261-5/+7
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-6/+1
* More old uncommitted patches: implement timeouts at the protocol level.des2000-01-075-99/+206
* Add error codes for protocol errors.des2000-01-073-1/+3
* Patches I've had lying around for several months:des2000-01-074-20/+78
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
* Fixed prototype for fetchParseURL().bde1999-03-051-2/+2
* Add MAINTAINER.des1999-01-291-1/+2
* Implement and document file list retrieval.des1998-12-218-13/+207
* Don't specify a language to compile_et.des1998-12-185-12/+12
* Implement and document fetchStatFTP.des1998-12-162-49/+132
* Remove unused header files. Fix a few shadowing bugs. Improve error reporting.des1998-12-162-57/+30
* Add verbose flag, and support functions.des1998-12-1610-59/+109
* Fix the "Unknown HTTP error" message.des1998-12-151-3/+3
* fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.des1998-11-071-2/+2
OpenPOWER on IntegriCloud