summaryrefslogtreecommitdiff
path: root/src/search.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29search: remove from APK_COMMAND_GROUP_QUERYWilliam Pitcock1-1/+0
2018-01-09apk: usage: cleanup help text when no applet is selectedWilliam Pitcock1-0/+1
2015-11-09search: match packages only onceTimo Teräs1-0/+9
2015-06-12fix search --has-origin to not leak memoryTimo Teräs1-1/+1
2015-06-10search: fix swapped needle and haystackBobby Bingham1-2/+2
2014-12-08make del, fetch, fix and info return errorsTimo Teräs1-0/+2
2014-10-08rework option parsing to have a group structureTimo Teräs1-15/+19
2013-08-28search: implement --has-originNatanael Copa1-1/+15
2013-06-30Allow "apk search -x" for -eDubiousjim1-1/+3
2013-06-28various: applet help text and comment fixesDubiousjim1-1/+1
2013-06-19all: few behavioural regression fixesTimo Teräs1-1/+3
2013-06-19applets: unify help message by removing final dotsTimo Teräs1-1/+1
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-53/+27
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