- 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.
-
Timo Teräs authored
-
Timo Teräs authored
to actually get hardware acceleration if available.
-
- Jul 10, 2009
-
-
Timo Teräs authored
allow .apk to consist of multiple separate gzip streams which are just concatenated together.
-
- Jul 09, 2009
-
-
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.
-
- Jul 08, 2009
-
-
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.
-