Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various: make fancy progress bar and update todo | Timo Teras | 2009-01-07 | 1 | -1/+5 |
| | |||||
* | io: fix some memory leaks | Timo Teras | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | io: apk_ostream stuff | Timo Teras | 2008-11-28 | 1 | -8/+82 |
| | |||||
* | io: prepartions for url handling | Timo Teras | 2008-11-28 | 1 | -13/+22 |
| | |||||
* | db: compressed index file | Timo Teras | 2008-11-27 | 1 | -0/+12 |
| | |||||
* | various: use apk_istream api | Timo Teras | 2008-11-27 | 1 | -0/+29 |
| | |||||
* | db: checksum installed files, protect config files | Timo Teras | 2008-11-14 | 1 | -17/+28 |
| | | | | | | | 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. | ||||
* | pkg: speed up indexing of version 2 .apks | Timo Teras | 2008-11-07 | 1 | -2/+16 |
| | |||||
* | io: implement mmap(2) for reading pkgs | Timo Teras | 2008-11-07 | 1 | -9/+98 |
| | |||||
* | use zlib internally to decompress | Timo Teras | 2008-11-07 | 1 | -0/+221 |