summaryrefslogtreecommitdiff
path: root/src/search.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-15pkg: apk_pkg_foreach_* add matching generationTimo Teräs1-7/+4
2013-06-14audit, index, search, upgrade: use foreach_array_itemTimo Teräs1-7/+5
2013-06-13search: speed up searching exact package namesTimo Teräs1-16/+26
2013-06-13search: fix reverse dependency searching (fixes #2084)Timo Teräs1-52/+47
2012-06-06search: improve output format for --rdependsNatanael Copa1-2/+4
2012-02-24all: introduce apk_provides and use it in apk_nameTimo Teräs1-10/+11
2011-09-14search: implement --exact and --allTimo Teräs1-53/+76
2011-09-14search: implement --origin to print origin package nameTimo Teräs1-17/+32
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-09applets: start using solver codeTimo Teräs1-1/+0
2011-01-01pkg: dependencies to specific package checksumTimo Teräs1-2/+1
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-6/+6
2010-06-05all: rework how arrays workTimo Teräs1-7/+1
2010-05-19search: add search for reverse dependencies in indexTimo Teräs1-57/+91
2009-08-06all: implement database open optionsTimo Teras1-12/+6
2009-07-07db: open flags revisitedTimo Teras1-1/+1
2009-06-25help: auto construct helpTimo Teras1-3/+4
2009-06-19improve --help outputNatanael Copa1-2/+1
2009-04-21search: do not read the state db as this tool only query reposNatanael Copa1-1/+1
2009-04-03search: use fnmatch so we have support for wildcardsNatanael Copa1-1/+2
2009-03-07Created search appletCameron Banta1-0/+148