summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up the debugging outputdes2000-07-112-12/+3
|
* Free chunks obtained by getaddrinfo(3).ume2000-07-101-0/+1
| | | | Approved by: des
* Make EPSV work again. Separate parsing code of 229 replies fromume2000-07-101-7/+14
| | | | | | the code for 227 and 228. Submitted by: des
* 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
| | | | Submitted by: se
* Make restart work in active mode, too.des2000-06-291-0/+5
| | | | | PR: bin/18688 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
* 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
| | | | are disabled.
* Back out wes' commit with extreme prejudice.des2000-06-201-143/+5
|
* Add implementation of fetchListFTP.wes2000-06-201-5/+143
| | | | Reviewed by: silence
* 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
| | | | found, `yourname@yourhost' is used.
* IPv6 support.ume2000-05-207-68/+278
|
* Better handling of some boundary conditions.des2000-05-192-4/+9
| | | | Submitted by: ume
* Make HTTP_PROXY work for FTP.ume2000-05-152-13/+45
| | | | | Reported by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: des
* Document struct url.des2000-05-151-0/+32
| | | | Document the default values for fetchStat*().
* 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
| | | | Initialize the struct url_stat at the beginning of fetchStatHTTP().
* 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
| | | | Discussed with: jdp
* Fix hard sentence break.des2000-05-111-2/+2
| | | | Submitted by: sheldonh
* Reorganize some of the http code and split it into more functions.des2000-05-114-103/+203
| | | | | | Implement fetchStatHTTP(). Unbungle struct url, and add fetchFreeURL(). Document it.
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-3/+10
| | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* While we're at it, add a length field too in case we want to fully implementdes2000-05-071-0/+1
| | | | partial fetches later.
* Implement restartdes2000-05-071-1/+32
|
* Use sizeof more consistently.des2000-05-072-3/+3
|
* Use sizeof more consistently.des2000-05-071-11/+41
| | | | Outline sanity checking of server port spec.
* Implement restart.des2000-05-071-14/+41
| | | | | Use sizeof more consistently. Outline sanity checking of server port spec.
* 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
| | | | | | Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-19/+38
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix timestamp handling.des2000-01-261-5/+7
| | | | Submitted by: bde
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-6/+1
| | | | Reviewed by: marcel, and make world
* More old uncommitted patches: implement timeouts at the protocol level.des2000-01-075-99/+206
| | | | Currently only supported for ftp connections.
* 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
| | | | | | | * Add the 'h' ftp flag (allocate local port in high range) * Add the 'd' flag (use direct connection even if proxy is defined) * Make sure flags != NULL before calling strchr(). * Minor changes to some comments.
* $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
| | | | Rename fetchConnect to _fetch_connect since it's internal.
* Implement and document fetchStatFTP.des1998-12-162-49/+132
| | | | | Update description of struct url_stat in the man page. Clean up error handling in ftp.c.
* 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
| | | | | | | | | Brucify the Makefile. Differentiate atime and mtime in fetch*Stat(). Fix a few pointer bugs. Tweak some error messages. Don't #include sys/param.h and stdio.h in fetch.h. Document that sys/param.h and stdio.h must be #included before fetch.h.
OpenPOWER on IntegriCloud