summaryrefslogtreecommitdiff
path: root/src/io_gunzip.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25io_gunzip: fix handling short reads near end-of-fileTimo Teräs1-8/+13
2021-12-14everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.hAriadne Conill1-1/+0
2021-02-07gunzip: fix false end-of-file condition in rare circumstancesTimo Teräs1-1/+1
2021-01-11database: Propagate errors when loading an APKINDEXthibault.ferrante1-2/+4
2020-10-07various changes to make clang not give warningsTimo Teräs1-0/+1
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-02-14rename all iostream source to io_*.cTimo Teräs1-0/+252