aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.c
Commit message (Collapse)AuthorAgeFilesLines
* db: database locking and creation to part of opening itTimo Teras2009-01-171-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 lineTimo Teras2009-01-161-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 optionsTimo Teras2009-01-131-1/+1
|
* io: apk_ostream stuffTimo Teras2008-11-281-1/+6
|
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-2/+3
|
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-2/+2
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+70
breakage and major changes.