- Jul 22, 2009
-
-
Timo Teräs authored
we might have done already something.
-
Timo Teräs authored
to not make hard error of untrusted or missing signatures
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
- error codes for verification failure types - fix some fdb corruption on file migration - combine some dependency parsing code - fix versioned dependencies
-
Timo Teräs authored
do not overwrite untracked files.
-
Timo Teräs authored
- extract everything as .apk-new and overwrite only after data has been checksummed - url construction fixes (to work with simple http servers) - end of gunzip stream fixed - remove oneshot digesting flag for now as it's usage was broken
-
- Jul 21, 2009
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
to make sure the scripts have not been altered.
-
Timo Teräs authored
-
- Jul 20, 2009
-
-
Timo Teräs authored
the unflushed data when closing file can be several thousand kiloes, loop until all is written out.
-
Timo Teräs authored
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
Timo Teräs authored
-
- Jul 17, 2009
-
-
Timo Teräs authored
speeds up digest calculation on some cases.
-
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.
-
- Jul 16, 2009
-
-
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
-
- Jul 15, 2009
-
-
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.
-
- Jul 14, 2009
-
-
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.
-
- Jul 13, 2009
-
-
Timo Teräs authored
in future we want to checksum on gzip boundary basis, not the full file.
-