- 30 Jun, 2009 1 commit
-
-
Natanael Copa authored
printf %i does not work so well with size_t on 64 bit. Use %zu which seems to be portable enough.
-
- 25 Jun, 2009 1 commit
-
-
Timo Teräs authored
And add some more verbosity to the help message.
-
- 19 Jun, 2009 5 commits
-
-
Natanael Copa authored
and re-arrange the order of displayed info
-
Natanael Copa authored
By using a bitmask we can combine subactions
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
apk --help will list the generic options only and give a list of commands To get the details for a spefic command, 'apk command --help' should be used.
-
- 21 Apr, 2009 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
This allows you to query the state db even if you do not have write permissions in cache dir (which is needed if you have remote repositories) This should speed up things and save some memory if you have big and slow remote repositories.
-
- 16 Apr, 2009 1 commit
-
-
Timo Teräs authored
-
- 14 Apr, 2009 2 commits
-
-
Timo Teräs authored
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.
-
Timo Teräs authored
-
- 07 Mar, 2009 1 commit
-
-
- 06 Mar, 2009 1 commit
-
-
- 08 Feb, 2009 2 commits
-
-
Natanael Copa authored
- empty lines comes after not before - separate pkgname with : when using -v option
-
Natanael Copa authored
-
- 20 Jan, 2009 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 17 Jan, 2009 1 commit
-
-
Timo Teräs authored
Add flags field to db open call. Also make error reporting quite a bit more detailed.
-
- 16 Jan, 2009 1 commit
-
-
Natanael Copa authored
also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1.
-
- 13 Jan, 2009 2 commits
-
-
Timo Teräs authored
In quiet mode e.g. "apk info -q -W <file list>" a list of dependencies suitable for .PKGINFO is output in one line.
-
Timo Teräs authored
-
- 09 Jan, 2009 1 commit
-
-
Natanael Copa authored
so far it only lists installed packages
-