Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-06 | mkpkg: use -I for --info | Timo Teräs | 1 | -1/+1 | |
-i is already global option fixes #10822 | |||||
2022-03-06 | mkpkg: check apk_ostream_to_file/adb_compress error | Timo Teräs | 1 | -1/+6 | |
fixes #10823 | |||||
2022-02-01 | mkpkg, adb: validate version and dependency format | Timo Teräs | 1 | -3/+9 | |
Fail if the package or dependency version format is not valid. fixes #10807 | |||||
2021-12-03 | db: convert v3 scripts to ipkg on install | Timo Teräs | 1 | -1/+1 | |
fixes #10796 | |||||
2021-11-09 | optimize apk_pathbuilder_pop to get the old length | Timo Teräs | 1 | -7/+7 | |
avoids memrchr | |||||
2021-10-25 | mkpkg: make unique-id field a blob | Timo Teräs | 1 | -0/+9 | |
2021-08-23 | mkpkg: add support for scripts and triggers | Timo Teräs | 1 | -0/+36 | |
2021-07-27 | Refactor .apk extraction code | Timo Teräs | 1 | -1/+2 | |
This moves and isolates the tar code to tar.c. And the actual file extraction to disk is moved to extract.c. A new API is introduced and used for v2 file extraction. This essentially moves and isolates the apk_sign_ctx_* beast into extract_v2.c and offers a saner interface to handling packages. A place holder is added for v3 extraction. | |||||
2021-07-26 | Use __attribute__ ((format)) where possible and fix issues found by it | Timo Teräs | 1 | -2/+1 | |
2021-07-22 | adbsign: support compressed adb files | Timo Teräs | 1 | -1/+1 | |
2021-06-23 | mkpkg, extract: implement support for symlinks, devices and fifos | Timo Teräs | 1 | -18/+49 | |
2021-06-19 | mkpkg: ignore special files with warning instead of erroring | Timo Teräs | 1 | -2/+1 | |
2021-06-11 | extract: new applet to extract v2 packages | Timo Teräs | 1 | -5/+4 | |
2021-06-11 | add basic abstraction for cryptographic operations | Timo Teräs | 1 | -2/+2 | |
- basic digesting and signing apis (subject still to fine tuning) - update digest code, and adb signing for the thin wrapping layer - old v1 package and database handling not updated - default mkpkg file hash to sha256 ref #10744 | |||||
2021-06-11 | mkpkg: new applet to create v2 packages with basic functionality | Timo Teräs | 1 | -0/+284 | |