summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-26apk-tools-2.10.7v2.10.7Timo 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-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-23Disable progress bar on dumb terminals by defaultSören Tempel1-1/+6
2021-07-23solver: don't consider requirer count for preferenceTimo Teräs3-16/+29
2021-04-12apk-tools-2.10.6v2.10.6Timo Teräs1-1/+1
2021-04-12io_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-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