aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove travis ci, we are using gitlab ci now insteadTimo Teräs2020-01-261-53/+0
* remove tests connected to help output validationTimo Teräs2020-01-261-10/+0
* build: separate subdirs out from targetsTimo Teräs2020-01-262-7/+12
* convert man page makefile to make.rules formatTimo Teräs2020-01-262-43/+54
* man pages: consoldate commit options in apk(8)Drew DeVault2020-01-265-104/+30
* man pages: merge scdoc targetesDrew DeVault2020-01-261-4/+1
* Makefile: install man pages to MANDIRDrew DeVault2020-01-261-8/+18
* Update apk to make man pages sole source of truthDrew DeVault2020-01-2620-228/+107
* add apk-cache(5)Drew DeVault2020-01-262-0/+24
* add apk-keys(5)Drew DeVault2020-01-262-0/+19
* add apk-version(8)Drew DeVault2020-01-262-0/+54
* add apk-stats(8)Drew DeVault2020-01-262-0/+25
* add apk-audit(8)Drew DeVault2020-01-262-0/+56
* add apk-verify(8)Drew DeVault2020-01-262-0/+29
* add apk-manifest(8)Drew DeVault2020-01-263-1/+36
* add apk-fetch(8)Drew DeVault2020-01-262-0/+42
* add apk-index(8)Drew DeVault2020-01-262-0/+37
* add apk-policy(8)Drew DeVault2020-01-262-0/+26
* add apk-dot(8)Drew DeVault2020-01-262-0/+30
* add apk-list(8)Drew DeVault2020-01-263-1/+45
* add apk-info(8)Drew DeVault2020-01-262-0/+77
* add apk-cache(8)Drew DeVault2020-01-262-0/+42
* add apk-upgrade(8)Drew DeVault2020-01-262-0/+65
* add apk-update(8)Drew DeVault2020-01-262-0/+25
* add apk-fix(8)Drew DeVault2020-01-262-0/+65
* add apk-del(8)Drew DeVault2020-01-262-0/+52
* add apk-add(8)Drew DeVault2020-01-262-0/+70
* add apk-repositories(5)Drew DeVault2020-01-262-0/+41
* add apk-world(8)Drew DeVault2020-01-262-1/+64
* Initial riggings for man pages, add apk(8)Drew DeVault2020-01-264-3/+179
* .gitignore: add compiled man pagesDrew DeVault2020-01-261-0/+2
* don't use hardcoded checksum buffer sizesReid Rankin2020-01-252-5/+8
* document mysterious SHA-1 blob in database.cReid Rankin2020-01-251-0/+2
* don't ignore md parameter to apk_fileinfo_hash_xattr_array()Reid Rankin2020-01-251-1/+1
* db: additional clean up and hardening for apk extractionTimo Teräs2020-01-241-15/+16
* Harden signature verification processReid Rankin2020-01-242-29/+32
* Improve documentation of signature verification processReid Rankin2020-01-241-7/+19
* manifest: fix package file processingReid Rankin2020-01-241-4/+7
* io: use min() instead of MIN()Timo Teräs2020-01-111-5/+4
* archive: make apk_tar_parse check and close input streamTimo Teräs2020-01-115-54/+26
* io: convert bstream mmap to istream, remove the now obsolete bstream machineryTimo Teräs2020-01-112-244/+65
* convert remaining locations to use istream instead of bstreamTimo Teräs2020-01-118-156/+161
* istream, archive, db: convert db and tar function to use istreamTimo Teräs2020-01-118-156/+224
* istream: add buffering capabilityTimo Teräs2020-01-115-103/+109
* archive: remove support for old packages without xattr checksumsTimo Teräs2020-01-116-52/+14
* remove obsolete md5.hTimo Teräs2020-01-101-60/+0
* database.c: drop GNU extension for fnmatchDrew DeVault2020-01-091-1/+1
* io: remove the now unused pid association with istreamTimo Teräs2020-01-062-32/+8
* io: remove unused size parameter from bstream closeTimo Teräs2020-01-065-44/+34
* info: Remove short options for --install-if, --rinstall-ifMatthew McGill2020-01-051-4/+4