Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework option parsing to have a group structure | Timo Teräs | 2014-10-08 | 1 | -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 binaries | Timo Teräs | 2014-05-12 | 1 | -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_matching | Timo Teräs | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | all: implement database open options | Timo Teras | 2009-08-06 | 1 | -11/+5 |
| | | | | so user can override trusted keys directory and repositories file. | ||||
* | help: auto construct help | Timo Teras | 2009-06-25 | 1 | -3/+12 |
| | | | | And add some more verbosity to the help message. | ||||
* | db: allow more than one --repository arg | Natanael Copa | 2009-02-17 | 1 | -1/+8 |
| | |||||
* | apk: per applet options | Timo Teras | 2009-01-13 | 1 | -2/+10 |
| | |||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -0/+3 |
| | |||||
* | Fixes for hardened environment (and old gcc) | Timo Teras | 2008-04-21 | 1 | -1/+1 |
| | |||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+27 |
breakage and major changes. |