summaryrefslogtreecommitdiff
path: root/src/adb.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-01mkpkg, adb: validate version and dependency formatTimo Teräs1-1/+1
2021-10-25mkpkg: make unique-id field a blobTimo Teräs1-0/+1
2021-08-23extract: support v3 index verificationTimo Teräs1-0/+1
2021-07-22adb: add a small adb blob header with versions and root objectTimo Teräs1-0/+7
2021-07-22adb: refactor struct adb_header to adb_file_headerTimo Teräs1-3/+3
2021-07-22adb: make adb mmap/stream parser more united, add ADB_BLOCK_DATAXTimo Teräs1-2/+3
2021-07-22adb: remove the now unused get_default_int() hookTimo Teräs1-1/+0
2021-07-22adb: unify various interfaces to adb_m_processTimo Teräs1-21/+11
2021-07-22adb: support seamless de/compression of adb filesTimo Teräs1-0/+10
2021-06-19crypto: improve compatibilityTimo Teräs1-1/+1
2021-06-11extract: new applet to extract v2 packagesTimo Teräs1-0/+3
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-7/+1
2021-06-11mkpkg: new applet to create v2 packages with basic functionalityTimo Teräs1-4/+18
2021-06-11genadb: fix maximum inner adb limit checkingTimo Teräs1-1/+2
2021-06-02add adbgen applet to generate databases from it's text dumpTimo Teräs1-1/+18
2021-05-26add abstraction to adb "walking" - a sax like API to enumerate whole dbTimo Teräs1-0/+35
2020-10-09rename adb_trust to apk_trust, and use it as package signature keystore tooTimo Teräs1-25/+6
2020-10-09minor performance improvements on build and codeTimo Teräs1-0/+1
2020-10-09adb: improve sorting features, sort installed-db package listingTimo Teräs1-3/+5
2020-10-09adb: introduce apk-tools database format, and few appletsTimo Teräs1-0/+255