aboutsummaryrefslogtreecommitdiffstats
path: root/src/manifest.c
Commit message (Expand)AuthorAgeFilesLines
* rename all applets sources to app_*.cTimo Teräs2020-02-141-133/+0
* Update apk to make man pages sole source of truthDrew DeVault2020-01-261-1/+0
* add apk-manifest(8)Drew DeVault2020-01-261-1/+2
* don't use hardcoded checksum buffer sizesReid Rankin2020-01-251-2/+2
* manifest: fix package file processingReid Rankin2020-01-241-4/+7
* archive: make apk_tar_parse check and close input streamTimo Teräs2020-01-111-11/+6
* convert remaining locations to use istream instead of bstreamTimo Teräs2020-01-111-1/+1
* archive: remove support for old packages without xattr checksumsTimo Teräs2020-01-111-1/+1
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-091-0/+1
* io: make io vtables const struct, and add accessors for themTimo Teräs2017-06-231-1/+1
* manifest: fix up help entryWilliam Pitcock2017-05-281-4/+5
* manifest: add file support as well as apkdb supportWilliam Pitcock2017-05-271-0/+55
* manifest: dump checksum type tooWilliam Pitcock2017-05-271-1/+5
* manifest: new applet which dumps checksums in sha1sum format for a packageWilliam Pitcock2017-05-201-0/+74