Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-14 | state: rework changeset calculation algorithm | Timo Teras | 1 | -7/+18 | |
Calculate changesets directly by stabilizating the package graph instead of recalculating the whole graph and then diffing (similar approach as seen in 'smart' package manager). The algorithm is not complete: defferred search space forking is missing. So you don't always get a solution on complex graphs. Benefits: - usually the search state tree is smaller (less memory used) - speed relational to changeset size, not database size (usually faster) - touch only packages related to users request (can work on partitially broken state; upgrades only necessary packages, fixes #7) Also implemented: - command prompt to confirm operation if packages are deleted or downgraded - requesting deletion of package suggests removal of all packages depending on the package being removed (you'll get list of packages that also get removed if you want package X removed) - option --simulate to see what would have been done (mainly for testing) - an untested implementation of versioned dependencies and conflicts A lot has changed, so expect new bugs too. | |||||
2009-03-04 | apk: --force to overwrite files | Timo Teras | 1 | -2/+3 | |
2009-03-04 | apk: --clean-protected option | Timo Teras | 1 | -10/+11 | |
So you will not get .apk-new files of the new configuration files. | |||||
2009-02-17 | db: allow more than one --repository arg | Natanael Copa | 1 | -2/+17 | |
2009-01-17 | apk: added option --version/-V | Natanael Copa | 1 | -14/+25 | |
Both variants should work: apk --version apk <applet> --version | |||||
2009-01-16 | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 1 | -1/+1 | |
2009-01-16 | apk: fix --root/-p option | Natanael Copa | 1 | -1/+1 | |
2009-01-16 | apk: short option for --root is -p | Natanael Copa | 1 | -1/+1 | |
Used to be so in the really old days of apk. | |||||
2009-01-16 | info: only show package desc when --verbose | Natanael Copa | 1 | -3/+7 | |
also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | |||||
2009-01-15 | apk: isalnum() takes only unsigned char values add explicit check for that | Timo Teras | 1 | -1/+2 | |
2009-01-13 | apk: per applet options | Timo Teras | 1 | -29/+71 | |
2009-01-13 | apk: honour --root command line switch | Timo Teras | 1 | -1/+2 | |
Was broken by earlier ROOT environment commit. | |||||
2009-01-12 | apk: support for ROOT environment variable | Natanael Copa | 1 | -1/+5 | |
2009-01-07 | various: make fancy progress bar and update todo | Timo Teras | 1 | -1/+5 | |
2009-01-06 | log: eliminate fortified build warning | Timo Teras | 1 | -1/+1 | |
2008-04-22 | Overwriting of bb files, apk_create (from old apk-tools), chdir changes, | Timo Teras | 1 | -0/+3 | |
other stuff. | |||||
2008-04-22 | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 1 | -0/+5 | |
2008-04-21 | Argument parsing. Some other stuff too. | Timo Teras | 1 | -19/+55 | |
2008-04-17 | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 1 | -0/+81 | |
breakage and major changes. |