summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-11database: do not chroot(".") unless actually necessaryAriadne Conill2-2/+14
2021-04-11del: report correctly package's provides namesTimo Teräs1-9/+21
2021-04-11libfetch: send Proxy-Authorization also for https connectTimo Teräs1-8/+20
2021-04-11Use correct port when redirectedMartin Vahlensieck1-1/+1
2021-04-11db: fix control character check to use uint8_tTimo Teräs1-2/+2
2021-04-11db: consider control characters in filename as maliciousTimo Teräs1-7/+19
2021-04-11libfetch: harden URL parsingTimo Teräs1-11/+28
2021-04-11libfetch: fix connection pooling for proxied http/https requestsTimo Teräs4-15/+14
2021-04-11libfetch: fix use-after-free in connection cache managementTimo Teräs1-3/+3
2021-04-11libfetch: fix parsing of proxy response to CONNECT requestsConny Seifert1-6/+1
2021-04-11libfetch: Increase URL password lengthMike Detwiler1-1/+1
2021-04-11apk_update: use URL_PRINTFAlex Denes1-2/+4
2021-04-11libfetch: keep http auth only if redirect is for the same hostTimo Teräs1-1/+7
2021-04-11database: automatically create missing cache dirPaul Spooren1-0/+6
2021-04-11db: mask password component of printed URLsTimo Teräs3-12/+55
2021-04-11commit: rephrase the error messages more understandableTimo Teräs17-19/+19
2021-04-11db: check cache only if some repositories are enabledTimo Teräs1-1/+1
2021-04-11libfetch: implement default port for HTTPS.Ariadne Conill2-0/+3
2021-04-11fix apk_blob_pull_csum to always initialize apk_checksumTimo Teräs1-9/+6
2021-04-11libfetch: fix no_proxy domain name comparisionTimo Teräs1-1/+1
2021-04-11libfetch: fixups to packetization socket option settingTimo Teräs1-26/+22
2021-04-11libfetch: minor HTTP handling improvementAlexander Wauck1-5/+2
2021-04-11build: inspect GitLab CI variables for version stringTimo Teräs1-3/+9
2021-04-11build: fix 'make check' for libfetchTimo Teräs1-0/+2
2021-04-11lower min-width to 25 columnsAntoine Fontaine1-1/+1
2021-04-11fix glibc buildTBK1-0/+1
2021-04-11remove empty NEWSJakub Jirutka1-0/+0
2021-04-11db: fix unaligned memory access in csum_hash()Timo Teräs3-11/+13
2020-02-23travis: update alpine-chroot-install to 0.12.1Jakub Jirutka1-2/+2
2020-02-23fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11Jakub Jirutka1-3/+3
2020-02-23travis: fix tests to not depend on current edgeJakub Jirutka1-2/+4
2020-02-18apk-tools-2.10.5v2.10.5Timo Teräs1-1/+1
2020-02-18libfetch: support TCP_CORKTimo Teräs1-23/+22
2020-02-18fix murmur3 hash unaligned memory accessTimo Teräs1-29/+39
2020-02-18defines: add typeof() as it's gcc built-inTimo Teräs1-0/+4
2020-02-18remove apk_time() as it is causing problems with shared objectsTimo Teräs6-17/+10
2020-02-18remove obsolete md5.hTimo Teräs1-60/+0
2020-02-18database.c: drop GNU extension for fnmatchDrew DeVault1-1/+1
2020-02-18io: remove the now unused pid association with istreamTimo Teräs2-32/+8
2020-02-18io: remove unused size parameter from bstream closeTimo Teräs5-44/+34
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
2019-11-22Don't unpack files to system rootFredrik Gustafsson1-1/+5
2019-11-21Add debian to CI buildsFredrik Gustafsson1-3/+15
2019-11-20Add CI testing, run compile and test on pushFredrik Gustafsson1-0/+13
2019-11-18add: always use UTC for virtual package versionsMax Rees2-2/+1