summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-26add apk-cache(5)Drew DeVault2-0/+24
2020-01-26add apk-keys(5)Drew DeVault2-0/+19
2020-01-26add apk-version(8)Drew DeVault2-0/+54
2020-01-26add apk-stats(8)Drew DeVault2-0/+25
2020-01-26add apk-audit(8)Drew DeVault2-0/+56
2020-01-26add apk-verify(8)Drew DeVault2-0/+29
2020-01-26add apk-manifest(8)Drew DeVault3-1/+36
2020-01-26add apk-fetch(8)Drew DeVault2-0/+42
2020-01-26add apk-index(8)Drew DeVault2-0/+37
2020-01-26add apk-policy(8)Drew DeVault2-0/+26
2020-01-26add apk-dot(8)Drew DeVault2-0/+30
2020-01-26add apk-list(8)Drew DeVault3-1/+45
2020-01-26add apk-info(8)Drew DeVault2-0/+77
2020-01-26add apk-cache(8)Drew DeVault2-0/+42
2020-01-26add apk-upgrade(8)Drew DeVault2-0/+65
2020-01-26add apk-update(8)Drew DeVault2-0/+25
2020-01-26add apk-fix(8)Drew DeVault2-0/+65
2020-01-26add apk-del(8)Drew DeVault2-0/+52
2020-01-26add apk-add(8)Drew DeVault2-0/+70
2020-01-26add apk-repositories(5)Drew DeVault2-0/+41
2020-01-26add apk-world(8)Drew DeVault2-1/+64
2020-01-26Initial riggings for man pages, add apk(8)Drew DeVault4-3/+179
2020-01-26.gitignore: add compiled man pagesDrew DeVault1-0/+2
2020-01-25don't use hardcoded checksum buffer sizesReid Rankin2-5/+8
2020-01-25document mysterious SHA-1 blob in database.cReid Rankin1-0/+2
2020-01-25don't ignore md parameter to apk_fileinfo_hash_xattr_array()Reid Rankin1-1/+1
2020-01-24db: additional clean up and hardening for apk extractionTimo Teräs1-15/+16
2020-01-24Harden signature verification processReid Rankin2-29/+32
2020-01-24Improve documentation of signature verification processReid Rankin1-7/+19
2020-01-24manifest: fix package file processingReid Rankin1-4/+7
2020-01-11io: use min() instead of MIN()Timo Teräs1-5/+4
2020-01-11archive: make apk_tar_parse check and close input streamTimo Teräs5-54/+26
2020-01-11io: convert bstream mmap to istream, remove the now obsolete bstream machineryTimo Teräs2-244/+65
2020-01-11convert remaining locations to use istream instead of bstreamTimo Teräs8-156/+161
2020-01-11istream, archive, db: convert db and tar function to use istreamTimo Teräs8-156/+224
2020-01-11istream: add buffering capabilityTimo Teräs5-103/+109
2020-01-11archive: remove support for old packages without xattr checksumsTimo Teräs6-52/+14
2020-01-10remove obsolete md5.hTimo Teräs1-60/+0
2020-01-09database.c: drop GNU extension for fnmatchDrew DeVault1-1/+1
2020-01-06io: remove the now unused pid association with istreamTimo Teräs2-32/+8
2020-01-06io: remove unused size parameter from bstream closeTimo Teräs5-44/+34
2020-01-05info: Remove short options for --install-if, --rinstall-ifMatthew McGill1-4/+4
2020-01-05commit: make use of the apk_get_human_unit functionSören Tempel1-11/+8
2020-01-05Humanize size output of `apk info`Sören Tempel3-4/+27
2019-12-30lua: fix build and update to lua5.3Timo Teräs4-19/+24
2019-12-29del: report non-matching names and install-if rule non-deletionTimo Teräs3-30/+39
2019-12-27Revert "search: remove from APK_COMMAND_GROUP_QUERY"Timo Teräs1-0/+1
2019-12-27db: parse tabulator as repository separator charTimo Teräs1-0/+1
2019-12-18io: use proper base struct types for method implementationsTimo Teräs5-86/+68
2019-12-12upgrade: implement --ignore to exclude some packages from upgradenrybowski5-4/+29