aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/file.c
Commit message (Expand)AuthorAgeFilesLines
* style(9): add parentheses to sizeof even when not strictly required.Dag-Erling Smørgrav2003-01-281-3/+3
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-051-76/+76
* Add __FBSDID()s to libfetchMatthew Dillon2001-09-301-2/+3
* Use fseeko() instead of fseek() (u->offset is already an off_t), and markDag-Erling Smørgrav2001-09-051-4/+4
* MAXPATHLEN -> PATH_MAXDag-Erling Smørgrav2001-05-261-1/+1
* Apply 'const' liberally.Archie Cobbs2001-04-241-6/+6
* Use CHECK_FLAGDag-Erling Smørgrav2000-10-291-1/+1
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() andDag-Erling Smørgrav2000-07-171-1/+10
* Initialize the struct url_stat at the beginning of _fetch_stat_file().Dag-Erling Smørgrav2000-05-151-0/+2
* Implement restartDag-Erling Smørgrav2000-05-071-1/+13
* Patches I've had lying around for several months:Dag-Erling Smørgrav2000-01-071-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement and document file list retrieval.Dag-Erling Smørgrav1998-12-211-4/+47
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-161-3/+4
* Second of a series of cleanups to libfetch.Dag-Erling Smørgrav1998-11-061-7/+36
* Imported libfetch into the tree. It compiles, but there's still someDag-Erling Smørgrav1998-07-091-0/+49