summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-23db: check syscall errors in update_permissions()Timo Teräs1-5/+17
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äs1-18/+0
2021-04-11io_archive: add bounds limit for uname and gname tar header fieldsTimo Teräs3-10/+11
2021-04-11io: fix fd leak in error handling pathsTimo Teräs1-5/+20
2021-03-19database: do not chroot(".") unless actually necessaryAriadne Conill2-2/+14
2021-03-19del: report correctly package's provides namesTimo Teräs1-9/+21
2021-02-07db: fix control character check to use uint8_tTimo Teräs1-2/+2
2021-02-07db: consider control characters in filename as maliciousTimo Teräs3-11/+25
2021-02-07io: Handle really long linesOlliver Schinagl1-1/+1
2021-02-07gunzip: fix false end-of-file condition in rare circumstancesTimo Teräs1-1/+1
2021-01-14database.c: Fixed package DESCRIPTION parsingthibault.ferrante1-0/+1
2021-01-11io: Handle long linesthibault.ferrante1-1/+1
2021-01-11database: Propagate errors when loading an APKINDEXthibault.ferrante8-19/+36
2020-12-29apk_update: use URL_PRINTFAlex Denes1-2/+4
2020-10-07various changes to make clang not give warningsTimo Teräs5-14/+19
2020-10-06db: make the --repositories-file change more announcedTimo Teräs1-3/+7
2020-10-06database: automatically create missing cache dirPaul Spooren1-0/+6
2020-10-05db: make --repositories-file relative to host rootTimo Teräs1-1/+1
2020-10-05db: mask password component of printed URLsTimo Teräs3-12/+55
2020-10-03commit: rephrase the error messages more understandableTimo Teräs1-2/+2
2020-10-01db: check cache only if some repositories are enabledTimo Teräs1-1/+1
2020-09-28Implement upgrade --prune to remove stale world dependenciesTimo Teräs1-6/+26
2020-08-29database: clarify the deprecation notice for checksum-less packagesAriadne Conill1-3/+7
2020-08-26fix --repository short option to be -X as beforeTimo Teräs1-1/+1
2020-08-25build: make soname explicit and simplify and fix soname linkTimo Teräs1-18/+10
2020-08-24fix, simplify and document upgrade --ignoreTimo Teräs4-30/+17
2020-08-24solver: add more dbg_printfsOliver Smith1-19/+62
2020-08-24enforce options definitions to bind the enum and the descriptorTimo Teräs15-288/+175
2020-07-30upgrade: allow for specified package upgradesAriadne Conill1-0/+22
2020-05-27database: create additional device nodes when initializing root fsAriadne Conill1-0/+4
2020-05-19fix logic to not compile lua module when it was not askedFredrik Gustafsson1-1/+1
2020-05-19make the atom functions not use global stateTimo Teräs24-179/+185
2020-05-19allow building without help when lua interpreter is not availableTimo Teräs2-6/+21
2020-05-17define APK_DEFAULT_ARCH for riscv32 and riscv64 targetsAriadne Conill1-0/+4
2020-05-07fix apk_blob_pull_csum to always initialize apk_checksumTimo Teräs1-9/+6
2020-05-07use SPDX-License-Identifier in source filesTBK49-141/+65
2020-05-06index: add argument --no-warningsFredrik Gustafsson1-1/+11
2020-05-06rewrite option descriptors to be single stringTimo Teräs16-435/+563
2020-05-06add script to autogenerate help from man pagesTimo Teräs22-106/+379
2020-04-28apk: do not manage file ownership as non-root or when asked soFredrik Gustafsson5-15/+34
2020-04-01build: fix includedir in pkgconfig fileRasmus Thomsen2-3/+3
2020-04-01db: fix database reading without scripts or triggersTimo Teräs1-6/+10
2020-03-23build: add apk.pc.inRasmus Thomsen1-0/+10
2020-03-21lower min-width to 25 columnsAntoine Fontaine1-1/+1
2020-03-21fix glibc buildTBK1-0/+1
2020-03-16build: enable building of development packageRasmus Thomsen1-39/+67