Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-16 | db: cache index files, 'update' applet | Timo Teras | 1 | -0/+2 | |
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19. | |||||
2009-04-16 | pkg: clean up writing of dependencies | Timo Teras | 1 | -0/+1 | |
2009-04-15 | fetch: new applet to download .apk files | Timo Teras | 1 | -0/+2 | |
Fixes #24. | |||||
2009-01-15 | db: index file location is a URL | Timo Teras | 1 | -0/+1 | |
2009-01-07 | various: make fancy progress bar and update todo | Timo Teras | 1 | -1/+2 | |
2009-01-06 | io: fix some memory leaks | Timo Teras | 1 | -1/+1 | |
2008-11-28 | io: apk_ostream stuff | Timo Teras | 1 | -3/+12 | |
2008-11-28 | io: prepartions for url handling | Timo Teras | 1 | -0/+3 | |
2008-11-27 | db: compressed index file | Timo Teras | 1 | -0/+4 | |
2008-11-27 | various: use apk_istream api | Timo Teras | 1 | -0/+1 | |
2008-11-14 | db: checksum installed files, protect config files | Timo Teras | 1 | -2/+15 | |
Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist. | |||||
2008-11-07 | use zlib internally to decompress | Timo Teras | 1 | -0/+38 | |