Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apk: --force to overwrite files | Timo Teras | 2009-03-04 | 1 | -2/+3 |
| | |||||
* | apk: --clean-protected option | Timo Teras | 2009-03-04 | 1 | -10/+11 |
| | | | | So you will not get .apk-new files of the new configuration files. | ||||
* | db: allow more than one --repository arg | Natanael Copa | 2009-02-17 | 1 | -2/+17 |
| | |||||
* | apk: added option --version/-V | Natanael Copa | 2009-01-17 | 1 | -14/+25 |
| | | | | | | Both variants should work: apk --version apk <applet> --version | ||||
* | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | apk: fix --root/-p option | Natanael Copa | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | apk: short option for --root is -p | Natanael Copa | 2009-01-16 | 1 | -1/+1 |
| | | | | Used to be so in the really old days of apk. | ||||
* | info: only show package desc when --verbose | Natanael Copa | 2009-01-16 | 1 | -3/+7 |
| | | | | | | | also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | ||||
* | apk: isalnum() takes only unsigned char values add explicit check for that | Timo Teras | 2009-01-15 | 1 | -1/+2 |
| | |||||
* | apk: per applet options | Timo Teras | 2009-01-13 | 1 | -29/+71 |
| | |||||
* | apk: honour --root command line switch | Timo Teras | 2009-01-13 | 1 | -1/+2 |
| | | | | Was broken by earlier ROOT environment commit. | ||||
* | apk: support for ROOT environment variable | Natanael Copa | 2009-01-12 | 1 | -1/+5 |
| | |||||
* | various: make fancy progress bar and update todo | Timo Teras | 2009-01-07 | 1 | -1/+5 |
| | |||||
* | log: eliminate fortified build warning | Timo Teras | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | Overwriting of bb files, apk_create (from old apk-tools), chdir changes, | Timo Teras | 2008-04-22 | 1 | -0/+3 |
| | | | | | other stuff. | ||||
* | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 2008-04-22 | 1 | -0/+5 |
| | |||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -19/+55 |
| | |||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+81 |
breakage and major changes. |