Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apk: use *at instead of chdir+normal file syscall | Timo Teras | 2009-07-31 | 1 | -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 stream | Timo Teras | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | url: rename to .backup rather than unlink before wget | Natanael Copa | 2009-04-21 | 1 | -1/+3 |
| | |||||
* | url: unlink file before trying to download | Natanael Copa | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | db: cache index files, 'update' applet | Timo Teras | 2009-04-16 | 1 | -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 messages | Natanael Copa | 2009-01-16 | 1 | -2/+1 |
| | |||||
* | db: index file location is a URL | Timo Teras | 2009-01-15 | 1 | -0/+6 |
| | |||||
* | io: prepartions for url handling | Timo Teras | 2008-11-28 | 1 | -0/+75 |