Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-15 | db: index file location is a URL | Timo Teras | 1 | -2/+0 | |
2009-01-14 | db: keep only filename in file entries, hash by both directory and file | Timo Teras | 1 | -3/+0 | |
2009-01-13 | db: hash files by name, instead of keep two directory lists | Timo Teras | 1 | -3/+0 | |
2009-01-13 | info: implement who owns packages query (apk_info -W) | Timo Teras | 1 | -3/+3 | |
In quiet mode e.g. "apk info -q -W <file list>" a list of dependencies suitable for .PKGINFO is output in one line. | |||||
2009-01-07 | various: make fancy progress bar and update todo | Timo Teras | 1 | -1/+9 | |
2008-11-28 | io: prepartions for url handling | Timo Teras | 1 | -1/+0 | |
2008-11-28 | db: rework 'files' to 'installed' | Timo Teras | 1 | -1/+1 | |
Make the db of installed packages more similar to index file and reuse the code. Also rename the database file. | |||||
2008-11-14 | db: checksum installed files, protect config files | Timo Teras | 1 | -3/+0 | |
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-11 | db: remember empty .apks | Timo Teras | 1 | -1/+0 | |
2008-11-07 | io: implement mmap(2) for reading pkgs | Timo Teras | 1 | -2/+1 | |
2008-11-07 | use zlib internally to decompress | Timo Teras | 1 | -2/+1 | |
2008-11-07 | pkg: support for new scripts | Timo Teras | 1 | -1/+0 | |
2008-11-07 | todo: updated | Timo Teras | 1 | -5/+17 | |
2008-04-22 | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 1 | -1/+0 | |
2008-04-21 | Argument parsing. Some other stuff too. | Timo Teras | 1 | -2/+2 | |
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. |