Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-29 | tar: make checksumming of inner files conditional | Timo Teras | 1 | -2/+5 | |
and force checksumming only when unpacking archive. otherwise it's extra computation for nothing. | |||||
2009-07-16 | various: new style index generation | Timo Teras | 1 | -2/+3 | |
change the index generation to do old index, or the new style index where package identity is sha1 of control block and it's contained within an .tar.gz to allow signing in future. | |||||
2009-07-16 | gzip: always autoclose the inner stream | Timo Teras | 1 | -1/+0 | |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -1/+2 | |
this also convers scripts file to a tar archive. | |||||
2009-04-15 | fetch: new applet to download .apk files | Timo Teras | 1 | -2/+0 | |
Fixes #24. | |||||
2009-01-07 | various: make fancy progress bar and update todo | Timo Teras | 1 | -1/+2 | |
2008-11-27 | db: compressed index file | Timo Teras | 1 | -1/+0 | |
2008-11-14 | db: checksum installed files, protect config files | Timo Teras | 1 | -15/+3 | |
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 | -9/+12 | |
2008-04-17 | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 1 | -0/+42 | |
breakage and major changes. |