Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | db: track reverse dependencies | Timo Teras | 2009-04-14 | 1 | -0/+4 | |
| | | | | | | This will be used later by the commit change calculator (for improved changeset calculation, ref #7). Will be also used by "apk info" to show reverse dependencies or "required by" information. | |||||
* | db: database locking and creation to part of opening it | Timo Teras | 2009-01-17 | 1 | -3/+6 | |
| | | | | | Add flags field to db open call. Also make error reporting quite a bit more detailed. | |||||
* | index: write out only packages specified in command line | Timo Teras | 2009-01-16 | 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). | |||||
* | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 2009-01-16 | 1 | -1/+0 | |
| | ||||||
* | audit: new command to check changed files | Timo Teras | 2009-01-14 | 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. | |||||
* | db: hash files by name, instead of keep two directory lists | Timo Teras | 2009-01-13 | 1 | -1/+2 | |
| | ||||||
* | info: implement who owns packages query (apk_info -W) | Timo Teras | 2009-01-13 | 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. | |||||
* | apk: per applet options | Timo Teras | 2009-01-13 | 1 | -0/+1 | |
| | ||||||
* | various: make fancy progress bar and update todo | Timo Teras | 2009-01-07 | 1 | -1/+2 | |
| | ||||||
* | db: restructure in-memory organization | Timo Teras | 2009-01-06 | 1 | -6/+12 | |
| | ||||||
* | io: apk_ostream stuff | Timo Teras | 2008-11-28 | 1 | -1/+1 | |
| | ||||||
* | add: add support to install packages not in a repository | Timo Teras | 2008-11-28 | 1 | -1/+1 | |
| | ||||||
* | db: rework 'files' to 'installed' | Timo Teras | 2008-11-28 | 1 | -1/+0 | |
| | | | | | Make the db of installed packages more similar to index file and reuse the code. Also rename the database file. | |||||
* | hash, db: use apk_blob_t and list_* | Timo Teras | 2008-11-27 | 1 | -4/+9 | |
| | ||||||
* | db: checksum installed files, protect config files | Timo Teras | 2008-11-14 | 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. | |||||
* | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 2008-04-22 | 1 | -0/+2 | |
| | ||||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -4/+4 | |
| | ||||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+97 | |
breakage and major changes. |