aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
Commit message (Collapse)AuthorAgeFilesLines
* all: implement database open optionsTimo Teras2009-08-061-12/+6
| | | | so user can override trusted keys directory and repositories file.
* db: open flags revisitedTimo Teras2009-07-071-1/+1
| | | | | more fine grained control what to load, and rename some of the flags to be shorter.
* help: auto construct helpTimo Teras2009-06-251-3/+4
| | | | And add some more verbosity to the help message.
* improve --help outputNatanael Copa2009-06-191-2/+1
| | | | | 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.
* search: do not read the state db as this tool only query reposNatanael Copa2009-04-211-1/+1
| | | | This should be slightly faster and comsume less memory in theory
* search: use fnmatch so we have support for wildcardsNatanael Copa2009-04-031-1/+2
|
* Created search appletCameron Banta2009-03-071-0/+148