aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Collapse)AuthorAgeFilesLines
* MFC: 1.61: Reincarnate HTTP authentication code.Ruslan Ermilov2002-10-041-4/+4
| | | | | | | Approved by: re (jhb) Notes: svn path=/stable/4/; revision=104447
* MFC: use __BEGIN_DECLS / __END_DECLS + diff reduction against -CURRENT.Dag-Erling Smørgrav2002-07-261-20/+28
| | | | | | | PR: misc/40399 Notes: svn path=/stable/4/; revision=100708
* MFC 1.80: Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-251-0/+1
| | | | | | | scope identifier). Notes: svn path=/stable/4/; revision=100673
* MFC 1.49: Display full error message.Dag-Erling Smørgrav2002-02-031-5/+52
| | | | | | | MFC 1.50: Check return value when reading end of chunk. Notes: svn path=/stable/4/; revision=90140
* MFC 1.74: Mark uploads as O_WRONLY, not O_RDONLY.Dag-Erling Smørgrav2002-02-031-2/+6
| | | | Notes: svn path=/stable/4/; revision=90139
* MFC: remove VT100 escapes.Dag-Erling Smørgrav2002-01-044-22/+21
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=88877
* MFC: synch with -CURRENT (authentication callbacks, redirect to FTP URLs,Dag-Erling Smørgrav2001-12-189-172/+232
| | | | | | | verbosity, various small bug fixes, warnings and style, version bump). Notes: svn path=/stable/4/; revision=88122
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-171-3/+3
| | | | Notes: svn path=/stable/4/; revision=88037
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-13/+13
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81834
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-19/+19
| | | | Notes: svn path=/stable/4/; revision=80145
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
| | | | Notes: svn path=/stable/4/; revision=80140
* MFC: synch with -CURRENT, except for fetchAuthMethod and version bump.Dag-Erling Smørgrav2001-06-113-60/+107
| | | | Notes: svn path=/stable/4/; revision=78090
* MFC: constify, plug memory leak, add newish error codes.Dag-Erling Smørgrav2001-05-269-135/+140
| | | | Notes: svn path=/stable/4/; revision=77235
* MFC: "it's" -> "its" where appropriate.Dima Dorfman2001-04-261-1/+1
| | | | Notes: svn path=/stable/4/; revision=76011
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75949
* MFC: set us->size to -1 when server's response is unparseable.Dag-Erling Smørgrav2001-04-071-0/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=75294
* MFC: port range usage.Dag-Erling Smørgrav2001-03-242-7/+7
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74750
* MFC: support {ftp,http}_proxy for compatibility reasons.Dag-Erling Smørgrav2001-03-153-5/+17
| | | | | | | fix EINTR handling bug. Notes: svn path=/stable/4/; revision=74315
* MFC: 'anonymous' instead of 'ftp'; sort referencesDag-Erling Smørgrav2001-02-221-10/+18
| | | | Notes: svn path=/stable/4/; revision=72902
* MFC: 'anonymous' instead of 'ftp'Dag-Erling Smørgrav2001-02-221-3/+2
| | | | Notes: svn path=/stable/4/; revision=72901
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/stable/4/; revision=71105
* MFC: avoid segfault.Dag-Erling Smørgrav2000-12-271-0/+2
| | | | Notes: svn path=/stable/4/; revision=70408
* MFC: FTP_LOGIN.Dag-Erling Smørgrav2000-12-272-0/+4
| | | | Notes: svn path=/stable/4/; revision=70407
* MFC: synch with -CURRENT (cleanup, passive mode detection)Dag-Erling Smørgrav2000-12-104-22/+11
| | | | Notes: svn path=/stable/4/; revision=69821
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-3/+6
| | | | Notes: svn path=/stable/4/; revision=69764
* MFC: fix support for historical proxy syntax.Dag-Erling Smørgrav2000-12-012-6/+6
| | | | Notes: svn path=/stable/4/; revision=69462
* MFC: multiline response fix.Dag-Erling Smørgrav2000-11-271-1/+1
| | | | Notes: svn path=/stable/4/; revision=69268
* MFC: revert to documented (and historical) defaults.Dag-Erling Smørgrav2000-11-104-37/+45
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=68558
* MFC: add mlinks.Dag-Erling Smørgrav2000-10-301-0/+8
| | | | Notes: svn path=/stable/4/; revision=67977
* MFC: document FTP_PASSIVE_MODE and FTP_PASSWORD.Dag-Erling Smørgrav2000-10-301-1/+8
| | | | Notes: svn path=/stable/4/; revision=67976
* MFC: various bug fixes and additional error checking.Dag-Erling Smørgrav2000-10-305-23/+52
| | | | Notes: svn path=/stable/4/; revision=67975
* Don't expect a result code on the control connection until you've closed theDag-Erling Smørgrav2000-10-271-3/+3
| | | | | | | | | | | | | data connection, as some servers wait for the remote end to close the data connection instead of just closing their end once the transfer is complete. This fixes the hangs some people have been experiencing when fetching ports. (committed to RELENG_4 before HEAD because it was debugged and fixed on a RELENG_4 box) Notes: svn path=/stable/4/; revision=67706
* MFC: everything (notably: better proxy support, better timeout handling,Dag-Erling Smørgrav2000-10-246-249/+365
| | | | | | | fix FTP connection caching) Notes: svn path=/stable/4/; revision=67490
* MFC: accept Status-Line with incomplete HTTP-VersionDag-Erling Smørgrav2000-10-121-9/+18
| | | | Notes: svn path=/stable/4/; revision=67025
* MFC: describe FTP_PROXY betterDag-Erling Smørgrav2000-09-171-0/+4
| | | | Notes: svn path=/stable/4/; revision=65999
* MFC: grok 125 replies to passive RETRDag-Erling Smørgrav2000-08-291-1/+2
| | | | Notes: svn path=/stable/4/; revision=65204
* MFC: signedness bogon.Dag-Erling Smørgrav2000-08-021-7/+6
| | | | | | | | MFCed quickly because it causes a confusing (and incorrect) warning and -STABLE users have been complaining about it. Notes: svn path=/stable/4/; revision=64130
* MFC: don't die if server doesn't grok MDTMDag-Erling Smørgrav2000-07-281-0/+1
| | | | Notes: svn path=/stable/4/; revision=63961
* MFC: Sync with -CURRENT (work around bugs in FTP and HTTP servers)Dag-Erling Smørgrav2000-07-263-36/+45
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63878
* MFC: Sync with -CURRENT (most notably, fix resume and proxy problems)Dag-Erling Smørgrav2000-07-214-57/+126
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63718
* MFC: fix the case where the file name is preceded by a lone slash.Dag-Erling Smørgrav2000-07-201-1/+1
| | | | Notes: svn path=/stable/4/; revision=63586
* MFC: fix bugs related to resumed HTTP transfers.Dag-Erling Smørgrav2000-07-201-8/+10
| | | | Notes: svn path=/stable/4/; revision=63570
* MFC: Failure to stat does not necessarily imply failure to retrieveDag-Erling Smørgrav2000-07-181-1/+5
| | | | Notes: svn path=/stable/4/; revision=63393
* MFC: everything since the last one.Dag-Erling Smørgrav2000-07-177-125/+250
| | | | Notes: svn path=/stable/4/; revision=63347
* MFC: #ifdef DEBUG -> #ifndef NDEBUGDag-Erling Smørgrav2000-07-161-2/+2
| | | | Notes: svn path=/stable/4/; revision=63282
* MFC: synch with -CURRENTDag-Erling Smørgrav2000-07-165-488/+834
| | | | Notes: svn path=/stable/4/; revision=63237
* MFC: everything since RELENG_4 branchedDag-Erling Smørgrav2000-06-2911-330/+863
| | | | Notes: svn path=/stable/4/; revision=62243
* MFC: One author name per call to %A.Sheldon Hearn2000-05-101-3/+10
| | | | Notes: svn path=/stable/4/; revision=60313
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-221-6/+8
| | | | Notes: svn path=/stable/4/; revision=59519
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-19/+38
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686