summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* style(9): add parentheses to sizeof even when not strictly required.des2003-01-281-3/+3
* Initialization paranoia.des2003-01-221-0/+8
* Add SSL support + slight cleanup.des2002-06-051-16/+20
* Reindent, and add parentheses to return statements. Some functions indes2002-02-051-227/+224
* Eliminate a redundant loop.des2002-02-051-2/+1
* Remove VT100 escapes from debugging messages now that they're enabled bydes2002-01-011-6/+6
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs thedes2001-12-091-0/+1
* Add __FBSDID()s to libfetchdillon2001-09-301-2/+3
* The fix for schemeless and hostless URLs (rev. 1.27) broke the schemelessse2001-07-281-1/+2
* Unbreak parsing URLs that have a host part but no document part.des2001-07-171-2/+3
* Handle shemeless, hostless URLs correctly.des2001-07-081-3/+5
* Add rudimentary support for an authentication callback function.des2001-05-261-1/+1
* Apply 'const' liberally.archie2001-04-241-14/+15
* Avoid a segfault (due to an unitialized pointer) when parsing URLs that havedes2000-12-131-0/+2
* Clean up the whitespace encoding code.des2000-12-011-5/+6
* Use CHECK_FLAGdes2000-10-291-4/+4
* If the scheme is HTTP or HTTPS, percent-escape whitespace in the documentdes2000-10-211-1/+21
* Relax URL syntax so that schemeless URLs are supported.des2000-10-121-24/+23
* The decision to use an HTTP proxy for FTP documents belongs in the FTP codedes2000-07-211-12/+0
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() anddes2000-07-171-8/+27
* Introduce the (undocumented) variable fetchRestartCalls, which controls whetherdes2000-07-171-0/+1
* Add (and document) fetchMakeURL()des2000-05-251-2/+42
* Dump com_err, it's a stinking crock of shit.des2000-05-251-2/+3
* IPv6 support.ume2000-05-201-3/+12
* Make HTTP_PROXY work for FTP.ume2000-05-151-8/+32
* Reorganize some of the http code and split it into more functions.des2000-05-111-17/+21
* Use sizeof more consistently.des2000-05-071-2/+2
* More old uncommitted patches: implement timeouts at the protocol level.des2000-01-071-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement and document file list retrieval.des1998-12-211-1/+38
* Add verbose flag, and support functions.des1998-12-161-2/+5
* Second of a series of cleanups to libfetch.des1998-11-061-23/+89
* First of a series of cleanups to libfetch. Changed files, indes1998-11-051-57/+28
* Commit a bunch of patches that have been accumulating:des1998-08-171-24/+37
* FTP retrieve works.des1998-07-111-1/+1
* Too many changes to list. Basically, FTP is nearly there and errordes1998-07-111-1/+36
* Imported libfetch into the tree. It compiles, but there's still somedes1998-07-091-0/+189
OpenPOWER on IntegriCloud