Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | help: auto construct help | Timo Teras | 2009-06-25 | 1 | -4/+7 |
| | | | | And add some more verbosity to the help message. | ||||
* | improve --help output | Natanael Copa | 2009-06-19 | 1 | -1/+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. | ||||
* | index: fix segfault bug when trying to deleting an unresolved dep | Natanael Copa | 2009-05-14 | 1 | -1/+1 |
| | |||||
* | index: support for -d to delete packages from given index | Natanael Copa | 2009-05-12 | 1 | -4/+61 |
| | | | | | | | | | The syntax is: apk index -d /path/to/APK_INDEX.gz pkg... It does not seem like its possible to remove packages in the db so we trick apk_db_index_write() by setting the repo to on-zero. It's still not perfect since it does not recalculate the dependencies. | ||||
* | db: database locking and creation to part of opening it | Timo Teras | 2009-01-17 | 1 | -1/+1 |
| | | | | | Add flags field to db open call. Also make error reporting quite a bit more detailed. | ||||
* | index: write out only packages specified in command line | Timo Teras | 2009-01-16 | 1 | -6/+4 |
| | | | | | | Ignore /etc/apk/repositories, so additional repositories that depend on other repositories need to have explicit --repository reference on command line when generating the index (to avoid warnings). | ||||
* | apk: per applet options | Timo Teras | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | io: apk_ostream stuff | Timo Teras | 2008-11-28 | 1 | -1/+6 |
| | |||||
* | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 2008-04-22 | 1 | -2/+3 |
| | |||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -2/+2 |
| | |||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+70 |
breakage and major changes. |