summaryrefslogtreecommitdiff
path: root/src/io_gunzip.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-23remove IS_ERR_OR_NULLTimo Teräs1-2/+2
2021-07-22io: formalize apk_ostream_write() always writing full dataTimo Teräs1-12/+8
2021-07-22rework apk_istream_splice and apk_istream_teeTimo Teräs1-3/+2
2021-07-22io: rework apk_istream_get_* to not return erros in blob valueTimo Teräs1-8/+9
2021-07-22adb: support seamless de/compression of adb filesTimo Teräs1-4/+10
2021-02-04gunzip: 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