- 17 Jul, 2009 4 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
that got broke during verify implementation.
-
Timo Teräs authored
an utility to check package signature and integrity.
-
- 16 Jul, 2009 5 commits
-
-
Timo Teräs authored
in future we might add datahashalg to specify the algorithm used.
-
Timo Teräs authored
to speed up apk installation avoid calculating checksums.
-
Timo Teräs authored
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.
-
Timo Teräs authored
-
Timo Teräs authored
-
- 15 Jul, 2009 4 commits
-
-
Timo Teräs authored
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".
-
Timo Teräs authored
-
Timo Teräs authored
and prefer sha1 checksums to be stored in base64 encoded format.
-
Timo Teräs authored
otherwise we don't get chechksum anymore after the changes to support partial gzip checksumming.
-
- 14 Jul, 2009 8 commits
-
-
Timo Teräs authored
this also convers scripts file to a tar archive.
-
Timo Teräs authored
was left there unintentionally while debugging stuff.
-
Timo Teräs authored
-
Timo Teräs authored
snprintf is dog slow. make the blob stuff have some helper functions so we can use them in code paths that are executed often.
-
Timo Teräs authored
avoid recalculating hashes, and store the lengths of names, so we can optimize some operations.
-
Timo Teräs authored
also make the array code more explicit to have gcc optimizer happy.
-
Timo Teräs authored
-
Timo Teräs authored
some fixes on index reading code too.
-
- 13 Jul, 2009 3 commits
-
-
Timo Teräs authored
in future we want to checksum on gzip boundary basis, not the full file.
-
Timo Teräs authored
-
Timo Teräs authored
to actually get hardware acceleration if available.
-
- 10 Jul, 2009 1 commit
-
-
Timo Teräs authored
allow .apk to consist of multiple separate gzip streams which are just concatenated together.
-
- 09 Jul, 2009 3 commits
-
-
Natanael Copa authored
We use APK_UPDATE_CACHE apk_flag instead.
-
Natanael Copa authored
Support for limiting output for only showing the packages who have the status we are interested in. For example --limit '<' will only list packages that have a newer version available. While here, we also fix so packages that are not in any repository are displayed with '?'.
-
Natanael Copa authored
This will update the repository cache upon db_open.
-
- 08 Jul, 2009 4 commits
-
-
Timo Teräs authored
we need to know if caching is enabled, before the repositories are added. otherwise the cache is not used properly at db opening time.
-
Timo Teräs authored
add all ciphers and built-in engines so we get e.g. hw acceleration of sha1 when available.
-
Timo Teräs authored
use pkgconfig of zlib instead of hard requiring it. and link in the pkg-config libs with --as-needed as not all of the openssl libs are really required.
-
Timo Teräs authored
instead of having static md5 implemenation, use the openssl library for digest functions.
-
- 07 Jul, 2009 6 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
and use this option in initramfs, so we are likely to get an usable environment even if some packages from world are missing. fixes #50.
-
Timo Teräs authored
-
Timo Teräs authored
check for the full filename to match an expected pattern or delete it (so we delete files with .new, .new.backup, etc.). final part of remote package caching: fixes #49.
-
Timo Teräs authored
that way we get the same result as the 'apk add world' at boot time; it might differ from currently installed set (ref #49).
-
Timo Teräs authored
more fine grained control what to load, and rename some of the flags to be shorter.
-
- 06 Jul, 2009 1 commit
-
-
Natanael Copa authored
-
- 02 Jul, 2009 1 commit
-
-
Timo Teräs authored
-