aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.c
Commit message (Collapse)AuthorAgeFilesLines
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-9/+12
| | | | | | | | this way we never change cwd, and relative filenames are always parsed consistently. this also helps filename construction in many places. this patch also changes '--root' to override location of all configuration to be in the new root. previously it depended on the file which one was used.
* gzip: always autoclose the inner streamTimo Teras2009-07-161-2/+2
|
* url: rename to .backup rather than unlink before wgetNatanael Copa2009-04-211-1/+3
|
* url: unlink file before trying to downloadNatanael Copa2009-04-211-0/+1
|
* db: cache index files, 'update' appletTimo Teras2009-04-161-4/+30
| | | | | | Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19.
* url: allow wget report error messagesNatanael Copa2009-01-161-2/+1
|
* db: index file location is a URLTimo Teras2009-01-151-0/+6
|
* io: prepartions for url handlingTimo Teras2008-11-281-0/+75