summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-06apk-tools-2.12.10v2.12.10Timo Teräs1-1/+1
2022-06-03fetch: implement --worldTimo Teräs2-5/+23
2022-06-03add: allow specifying a version for --virtual packageTimo Teräs3-18/+36
2022-06-03db: fix atfd for access repository indexTimo Teräs1-2/+3
2022-06-03pkg: recursive create exec dirTimo Teräs1-2/+16
2022-02-25io_gunzip: fix handling short reads near end-of-fileTimo Teräs1-8/+13
2022-02-24pkg: use lib/apk/exec as the package script execution directoryTimo Teräs1-5/+13
2022-02-24solver: do not auto select virtual-only package with one providerTimo Teräs5-2/+12
2022-02-24tar: allow for space as numeric field terminatorptrcnull1-1/+1
2022-01-21cache: allow various flags, and addition of dependenciesTimo Teräs2-17/+67
2022-01-21genhelp: fix upper case substitionTimo Teräs1-1/+1
2022-01-17package: fail on invalid control dataTimo Teräs2-12/+13
2021-12-20io.c: add missing limits.hPaul Spooren1-0/+1
2021-12-20ci: strip static binaryKevin Daudt1-1/+1
2021-12-20ci: use arch-tagged images for static buildKevin Daudt1-1/+1
2021-12-17apk-tools-2.12.9v2.12.9Timo Teräs1-1/+1
2021-12-17libfetch: Allow special characters in http basic authJan Hendrik Farr1-14/+62
2021-12-14applet: suppress is_error warning on clangAriadne Conill1-2/+3
2021-12-14applet: rework APK_DEFINE_APPLET to use constructor attributeAriadne Conill4-40/+29
2021-12-14ci: create release from tagsKevin Daudt1-0/+47
2021-12-14ci: add job to build static binaryKevin Daudt1-0/+26
2021-12-14libfetch: use pkg-config to find openssl cflagsAriadne Conill1-0/+7
2021-12-14everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.hAriadne Conill7-7/+1
2021-12-14lua: remove features.hAriadne Conill1-1/+0
2021-12-14commit: print download size of packages in interactive modeTimo Teräs1-3/+12
2021-12-14fix fetching of depdencies only packagesTimo Teräs4-16/+12
2021-11-12apk-tools-2.12.8v2.12.8Timo Teräs1-1/+1
2021-11-12fetch: add --url option to print the download URLsTimo Teräs2-6/+17
2021-11-12db: purge temporary files without explicit modification checkTimo Teräs1-1/+2
2021-10-25version: increase number of digits supported in version componentTimo Teräs2-3/+7
2021-08-23tar: improve compatibilityTimo Teräs1-20/+30
2021-08-23db: honor SOURCE_DATE_EPOCH for scriptdbTimo Teräs1-2/+0
2021-08-23list: recognize both --upgradable and --upgradeableTimo Teräs2-2/+4
2021-08-03apk-tools-2.12.7v2.12.7Timo Teräs1-1/+1
2021-08-03libfetch: fix http chunked mode handlingTimo Teräs1-1/+1
2021-07-26apk-tools-2.12.6v2.12.6Timo Teräs1-1/+1
2021-07-26libfetch: fix range checking for http/ftp protocol parsingTimo Teräs5-61/+70
2021-07-26db: fix installed db writing with long namesSamanta Navarro1-6/+11
2021-07-26Use __attribute__ ((format)) where possible and fix issues found by itTimo Teräs3-7/+10
2021-07-25io_archive: Use SOURCE_DATE_EPOCH for meta files instead of current timekpcyrd3-1/+18
2021-07-23db: allow read-only operations without cacheTimo Teräs4-11/+29
2021-07-23libfetch: simplify code by merging protocol error handling branchesTimo Teräs2-36/+22
2021-07-23db: check syscall errors in update_permissions()Timo Teräs1-5/+17
2021-07-23doc: add missing options to index, info, and versionRodrigo Lourenço3-12/+23
2021-07-23Document apk-searchRodrigo Lourenço3-0/+45
2021-07-23Remove AUTHORS section from man pagesTimo Teräs22-110/+0
2021-07-23Disable progress bar on dumb terminals by defaultSören Tempel1-1/+6
2021-05-20solver: don't consider requirer count for preferenceTimo Teräs3-18/+29
2021-04-12apk-tools-2.12.5v2.12.5Timo Teräs1-1/+1
2021-04-11io_archive: add bounds limit for uname and gname tar header fieldsTimo Teräs3-10/+11