Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-17 | db: database locking and creation to part of opening it | Timo Teras | 1 | -3/+6 | |
Add flags field to db open call. Also make error reporting quite a bit more detailed. | |||||
2009-01-16 | index: write out only packages specified in command line | Timo Teras | 1 | -1/+1 | |
Ignore /etc/apk/repositories, so additional repositories that depend on other repositories need to have explicit --repository reference on command line when generating the index (to avoid warnings). | |||||
2009-01-16 | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 1 | -1/+0 | |
2009-01-14 | audit: new command to check changed files | Timo Teras | 1 | -1/+5 | |
Currently only implement --backup to get list of (config) files in protected directories to backup. This also fixes a database corruption bug in database.c. | |||||
2009-01-13 | db: hash files by name, instead of keep two directory lists | Timo Teras | 1 | -1/+2 | |
2009-01-13 | info: implement who owns packages query (apk_info -W) | Timo Teras | 1 | -0/+1 | |
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-13 | apk: per applet options | Timo Teras | 1 | -0/+1 | |
2009-01-07 | various: make fancy progress bar and update todo | Timo Teras | 1 | -1/+2 | |
2009-01-06 | db: restructure in-memory organization | Timo Teras | 1 | -6/+12 | |
2008-11-28 | io: apk_ostream stuff | Timo Teras | 1 | -1/+1 | |
2008-11-28 | add: add support to install packages not in a repository | Timo Teras | 1 | -1/+1 | |
2008-11-28 | db: rework 'files' to 'installed' | Timo Teras | 1 | -1/+0 | |
Make the db of installed packages more similar to index file and reuse the code. Also rename the database file. | |||||
2008-11-27 | hash, db: use apk_blob_t and list_* | Timo Teras | 1 | -4/+9 | |
2008-11-14 | db: checksum installed files, protect config files | Timo Teras | 1 | -0/+5 | |
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-04-22 | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 1 | -0/+2 | |
2008-04-21 | Argument parsing. Some other stuff too. | Timo Teras | 1 | -4/+4 | |
2008-04-17 | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 1 | -0/+97 | |
breakage and major changes. |