summaryrefslogtreecommitdiff
path: root/src/manifest.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14rename all applets sources to app_*.cTimo Teräs1-133/+0
2020-01-26Update apk to make man pages sole source of truthDrew DeVault1-1/+0
2020-01-26add apk-manifest(8)Drew DeVault1-1/+2
2020-01-25don't use hardcoded checksum buffer sizesReid Rankin1-2/+2
2020-01-24manifest: fix package file processingReid Rankin1-4/+7
2020-01-11archive: make apk_tar_parse check and close input streamTimo Teräs1-11/+6
2020-01-11convert remaining locations to use istream instead of bstreamTimo Teräs1-1/+1
2020-01-11archive: remove support for old packages without xattr checksumsTimo Teräs1-1/+1
2018-01-09apk: usage: cleanup help text when no applet is selectedWilliam Pitcock1-0/+1
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-1/+1
2017-05-28manifest: fix up help entryWilliam Pitcock1-4/+5
2017-05-27manifest: add file support as well as apkdb supportWilliam Pitcock1-0/+55
2017-05-27manifest: dump checksum type tooWilliam Pitcock1-1/+5
2017-05-20manifest: new applet which dumps checksums in sha1sum format for a packageWilliam Pitcock1-0/+74