Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-14 | rename all applets sources to app_*.c | Timo Teräs | 1 | -133/+0 | |
2020-01-26 | Update apk to make man pages sole source of truth | Drew DeVault | 1 | -1/+0 | |
Detailed docs have been removed from the apk binaries, in favor of git-style short summaries of each command. | |||||
2020-01-26 | add apk-manifest(8) | Drew DeVault | 1 | -1/+2 | |
2020-01-25 | don't use hardcoded checksum buffer sizes | Reid Rankin | 1 | -2/+2 | |
2020-01-24 | manifest: fix package file processing | Reid Rankin | 1 | -4/+7 | |
This change ensures that apk_sign_ctx_process_file() and apk_sign_ctx_parse_pkginfo_line() are called during archive processing, allowing discovery of signatures and the data section checksum. Fixes a bug uncovered by commit f123d77e. | |||||
2020-01-11 | archive: make apk_tar_parse check and close input stream | Timo Teräs | 1 | -11/+6 | |
simplifies other code quite a bit | |||||
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 1 | -1/+1 | |
2020-01-11 | archive: remove support for old packages without xattr checksums | Timo Teräs | 1 | -1/+1 | |
2018-01-09 | apk: usage: cleanup help text when no applet is selected | William Pitcock | 1 | -0/+1 | |
2017-06-23 | io: make io vtables const struct, and add accessors for them | Timo Teräs | 1 | -1/+1 | |
This reduces function pointers in heap, and unifies how the io functions are called. | |||||
2017-05-28 | manifest: fix up help entry | William Pitcock | 1 | -4/+5 | |
2017-05-27 | manifest: add file support as well as apkdb support | William Pitcock | 1 | -0/+55 | |
2017-05-27 | manifest: dump checksum type too | William Pitcock | 1 | -1/+5 | |
2017-05-20 | manifest: new applet which dumps checksums in sha1sum format for a package | William Pitcock | 1 | -0/+74 | |