Age | Commit message (Expand) | Author | Files | Lines |
2012-01-12 | db: support line feed as 'world' dependency separator | Timo Teräs | 1 | -1/+5 |
2012-01-06 | info: display short info if packages are given | Natanael Copa | 1 | -0/+10 |
2011-12-24 | info: -e and -W operate on database only (repos not needed) | Timo Teräs | 1 | -0/+2 |
2011-10-29 | solver, db: implement repository pinning | Timo Teräs | 1 | -16/+18 |
2011-10-18 | pkg, info: remember installed packages "replaces" | Timo Teräs | 1 | -5/+32 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-09-09 | applets: start using solver code | Timo Teräs | 1 | -1/+0 |
2011-03-29 | state, info: implement install_if (fixes #443) | Timo Teräs | 1 | -4/+76 |
2011-01-01 | pkg: dependencies to specific package checksum | Timo Teräs | 1 | -2/+1 |
2011-01-01 | various: fix breakage from converting dependency versions to atoms | Timo Teräs | 1 | -0/+1 |
2010-12-15 | info: return error if owning package was not found | Natanael Copa | 1 | -3/+6 |
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -14/+22 |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+1 |
2010-06-08 | info: fix usage of arrays | Timo Teräs | 1 | -4/+4 |
2010-06-05 | all: rework how arrays work | Timo Teräs | 1 | -14/+4 |
2010-05-05 | info: fix querying of removed, but referenced packages | Timo Teras | 1 | -1/+1 |
2009-09-03 | index, version: support for repository descriptions (fixes #141) | Timo Teras | 1 | -1/+1 |
2009-08-13 | info: clean ups, print triggers (ref #45) | Timo Teras | 1 | -96/+113 |
2009-08-12 | db, pkg: separate structure for fields of installed packages | Timo Teras | 1 | -8/+11 |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -13/+7 |
2009-08-05 | info: fix a --exists to work if the name is non-existant | Timo Teras | 1 | -0/+3 |
2009-08-05 | info: support dependency style tests in package existance checking | Timo Teras | 1 | -11/+18 |
2009-07-14 | db: speed up fdb creation | Timo Teras | 1 | -1/+1 |
2009-07-07 | db: open flags revisited | Timo Teras | 1 | -1/+1 |
2009-06-30 | info: fix compiler warning on x86_64 | Natanael Copa | 1 | -2/+2 |
2009-06-25 | help: auto construct help | Timo Teras | 1 | -14/+14 |
2009-06-19 | info: support for -d, --description | Natanael Copa | 1 | -5/+20 |
2009-06-19 | info: allow multiple subactions at the same run | Natanael Copa | 1 | -18/+45 |
2009-06-19 | info: add size and webpage to usage | Natanael Copa | 1 | -1/+1 |
2009-06-19 | info: add -w,--webpage and -s,--size options | Natanael Copa | 1 | -0/+30 |
2009-06-19 | improve --help output | Natanael Copa | 1 | -1/+2 |
2009-04-21 | info: let -e print which packages are installed | Natanael Copa | 1 | -14/+30 |
2009-04-21 | info: do not read the repositories as this tool only query the statedb | Natanael Copa | 1 | -1/+1 |
2009-04-16 | pkg: clean up writing of dependencies | Timo Teras | 1 | -3/+8 |
2009-04-14 | state: rework changeset calculation algorithm | Timo Teras | 1 | -3/+4 |
2009-04-14 | info: option '-r' to print "required by" info | Timo Teras | 1 | -43/+71 |
2009-03-07 | Created search applet | Cameron Banta | 1 | -29/+1 |
2009-03-06 | Added -o option to apk info to list repository packages | Cameron Banta | 1 | -1/+29 |
2009-02-08 | info: list contents follw same style as list depends | Natanael Copa | 1 | -6/+7 |
2009-02-08 | info: implement -R/--depends to show dependencies | Natanael Copa | 1 | -1/+42 |
2009-01-20 | info: don't print package name unless its installed | Natanael Copa | 1 | -1/+2 |
2009-01-20 | info: list contents with -L | Natanael Copa | 1 | -0/+43 |
2009-01-17 | db: database locking and creation to part of opening it | Timo Teras | 1 | -1/+1 |
2009-01-16 | info: only show package desc when --verbose | Natanael Copa | 1 | -4/+6 |
2009-01-13 | info: implement who owns packages query (apk_info -W) | Timo Teras | 1 | -0/+36 |
2009-01-13 | apk: per applet options | Timo Teras | 1 | -9/+70 |
2009-01-09 | info: new applet | Natanael Copa | 1 | -0/+43 |