summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/file.c
Commit message (Expand)AuthorAgeFilesLines
* Call closedir() before returning from fetchListFile() to avoid a leak.truckman2016-05-251-0/+1
* Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.des2015-10-161-5/+3
* Adding missing return statements during error conditions.eadler2012-09-141-2/+8
* latin1 -> utf8des2011-10-191-1/+1
* Update copyright dates and strip my middle name.des2011-09-271-1/+1
* Mark all socket and file descriptors close-on-exec.des2011-05-131-0/+3
* Clean up namespace violations.des2007-12-141-10/+10
* Update copyright years.des2004-09-211-1/+1
* style(9): add parentheses to sizeof even when not strictly required.des2003-01-281-3/+3
* Reindent, and add parentheses to return statements. Some functions indes2002-02-051-76/+76
* Add __FBSDID()s to libfetchdillon2001-09-301-2/+3
* Use fseeko() instead of fseek() (u->offset is already an off_t), and markdes2001-09-051-4/+4
* MAXPATHLEN -> PATH_MAXdes2001-05-261-1/+1
* Apply 'const' liberally.archie2001-04-241-6/+6
* Use CHECK_FLAGdes2000-10-291-1/+1
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() anddes2000-07-171-1/+10
* Initialize the struct url_stat at the beginning of _fetch_stat_file().des2000-05-151-0/+2
* Implement restartdes2000-05-071-1/+13
* Patches I've had lying around for several months:des2000-01-071-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement and document file list retrieval.des1998-12-211-4/+47
* Add verbose flag, and support functions.des1998-12-161-3/+4
* Second of a series of cleanups to libfetch.des1998-11-061-7/+36
* Imported libfetch into the tree. It compiles, but there's still somedes1998-07-091-0/+49
OpenPOWER on IntegriCloud