aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* adb: introduce apk-tools database format, and few appletsv3.0-wipTimo Teräs2020-04-0123-10/+2625
* db: fix database reading without scripts or triggersTimo Teräs2020-04-011-6/+10
* build: add apk.pc.inRasmus Thomsen2020-03-231-0/+10
* lower min-width to 25 columnsAntoine Fontaine2020-03-211-1/+1
* fix glibc buildTBK2020-03-211-0/+1
* build: enable building of development packageRasmus Thomsen2020-03-161-39/+67
* db: fix unaligned memory access in csum_hash()Timo Teräs2020-02-213-11/+13
* fix murmur3 hash unaligned memory accessTimo Teräs2020-02-171-29/+39
* rename all iostream source to io_*.cTimo Teräs2020-02-144-6/+7
* rename all applets sources to app_*.cTimo Teräs2020-02-1419-21/+25
* io: add stream copy helperTimo Teräs2020-02-143-8/+37
* defines: add typeof() as it's gcc built-inTimo Teräs2020-02-041-0/+4
* remove apk_time() as it is causing problems with shared objectsTimo Teräs2020-02-046-17/+10
* Update apk to make man pages sole source of truthDrew DeVault2020-01-2620-228/+107
* add apk-manifest(8)Drew DeVault2020-01-261-1/+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
* commit: make use of the apk_get_human_unit functionSören Tempel2020-01-051-11/+8
* Humanize size output of `apk info`Sören Tempel2020-01-053-4/+27
* lua: fix build and update to lua5.3Timo Teräs2019-12-302-16/+21
* del: report non-matching names and install-if rule non-deletionTimo Teräs2019-12-293-30/+39
* Revert "search: remove from APK_COMMAND_GROUP_QUERY"Timo Teräs2019-12-271-0/+1
* db: parse tabulator as repository separator charTimo Teräs2019-12-271-0/+1
* io: use proper base struct types for method implementationsTimo Teräs2019-12-185-86/+68
* upgrade: implement --ignore to exclude some packages from upgradenrybowski2019-12-124-4/+22
* Don't unpack files to system rootFredrik Gustafsson2019-11-221-1/+5
* add: always use UTC for virtual package versionsMax Rees2019-11-181-1/+1
* Make tests pass and introduce a memory leakFredrik Gustafsson2019-11-181-1/+1
* add: fix virtual package id generationTimo Teräs2019-07-021-16/+35
* print usage and exit with error on invalid argumentsTimo Teräs2019-06-051-6/+3
* fix all applets to return -ENOTSUP if it's unrecognizedTimo Teräs2019-06-055-5/+5
* solver: fix common dependency merging to inherit pinning and flagsTimo Teräs2019-06-051-3/+7
* use fixed system time in test mode to have fixed test outputTimo Teräs2019-06-035-4/+16