Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-23 | index: more informative error message | Timo Teras | 1 | -4/+4 | |
when failed to load an existing index. | |||||
2009-07-22 | various: more informative error messages | Timo Teras | 1 | -1/+1 | |
2009-07-21 | index: read also new style index files | Timo Teras | 1 | -8/+3 | |
2009-07-20 | db: signed index loading (ref #46) | Timo Teras | 1 | -1/+1 | |
prefer index in the new format as signed .tar.gz. | |||||
2009-07-17 | index: fix output file permissions, verify signed index (ref #46) | Timo Teras | 1 | -2/+2 | |
2009-07-17 | verify: new applet (ref #46) | Timo Teras | 1 | -1/+4 | |
an utility to check package signature and integrity. | |||||
2009-07-16 | various: new style index generation | Timo Teras | 1 | -3/+48 | |
change the index generation to do old index, or the new style index where package identity is sha1 of control block and it's contained within an .tar.gz to allow signing in future. | |||||
2009-07-16 | gzip: always autoclose the inner stream | Timo Teras | 1 | -1/+1 | |
2009-07-15 | index: reuse existing index (fixes #25) | Timo Teras | 1 | -23/+69 | |
replace the old 'delete' option, with 'index'. the idea is that one can provide existing index files to take cached meta-data of the package from (assumes package has not been modified if index is newer, and package size has not changed). this way one always gives the list of .apk files to include in the new index, and the old index is used only as "cache". | |||||
2009-07-14 | bstream: make tokenizable and load index using bstream | Timo Teras | 1 | -5/+5 | |
some fixes on index reading code too. | |||||
2009-06-25 | help: auto construct help | Timo Teras | 1 | -4/+7 | |
And add some more verbosity to the help message. | |||||
2009-06-19 | improve --help output | Natanael Copa | 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. | |||||
2009-05-14 | index: fix segfault bug when trying to deleting an unresolved dep | Natanael Copa | 1 | -1/+1 | |
2009-05-12 | index: support for -d to delete packages from given index | Natanael Copa | 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. | |||||
2009-01-17 | db: database locking and creation to part of opening it | Timo Teras | 1 | -1/+1 | |
Add flags field to db open call. Also make error reporting quite a bit more detailed. | |||||
2009-01-16 | index: write out only packages specified in command line | Timo Teras | 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). | |||||
2009-01-13 | apk: per applet options | Timo Teras | 1 | -1/+1 | |
2008-11-28 | io: apk_ostream stuff | Timo Teras | 1 | -1/+6 | |
2008-04-22 | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 1 | -2/+3 | |
2008-04-21 | Argument parsing. Some other stuff too. | Timo Teras | 1 | -2/+2 | |
2008-04-17 | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 1 | -0/+70 | |
breakage and major changes. |