aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_applet.h
Commit message (Collapse)AuthorAgeFilesLines
* rework option parsing to have a group structureTimo Teräs2014-10-081-4/+13
| | | | | Add also a new 'commit' group that is the common options for all applets that can commit package changes.
* finally fix building PIE binariesTimo Teräs2014-05-121-3/+6
| | | | | | | | the dynamic applet registration never worked with PIE, and as a temporary hack -nopie was added to default link flags in 2008. this commit reworks the applet registration mechanism to something that is compatible with PIE, and removes the hack. finally!
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-1/+1
|
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
|
* all: implement database open optionsTimo Teras2009-08-061-11/+5
| | | | so user can override trusted keys directory and repositories file.
* help: auto construct helpTimo Teras2009-06-251-3/+12
| | | | And add some more verbosity to the help message.
* db: allow more than one --repository argNatanael Copa2009-02-171-1/+8
|
* apk: per applet optionsTimo Teras2009-01-131-2/+10
|
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-0/+3
|
* Fixes for hardened environment (and old gcc)Timo Teras2008-04-211-1/+1
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+27
breakage and major changes.