summaryrefslogtreecommitdiff
path: root/src/gunzip.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-11convert remaining locations to use istream instead of bstreamTimo Teräs1-12/+10
2020-01-11istream: add buffering capabilityTimo Teräs1-22/+12
2020-01-06io: remove unused size parameter from bstream closeTimo Teräs1-2/+2
2019-12-18io: use proper base struct types for method implementationsTimo Teräs1-14/+11
2018-09-10rework unpacking of packages and harden package file format requirementsTimo Teräs1-21/+14
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-13/+21
2015-11-09io, database: preserve [am]time for cached and fetched filesTimo Teräs1-0/+8
2015-03-10rework error handling for read streamsTimo Teräs1-4/+3
2014-10-08io,url,db: support for if-modified-sinceTimo Teräs1-3/+2
2014-10-07io: fix few error path leaksTimo Teräs1-4/+2
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2010-12-17gunzip: fix ordering of boundary callbacksTimo Teräs1-8/+24
2010-12-09io: enhance istream/bstreams with pipe to forked childTimo Teräs1-2/+2
2009-08-12io: better error handling when writing stuff outTimo Teras1-4/+9
2009-07-22pkg: cleanup the signing codeTimo Teras1-3/+8
2009-07-22various: more informative error messagesTimo Teras1-12/+12
2009-07-22various: installation fixesTimo Teras1-8/+8
2009-07-21pkg: fix indexing of multi-part apksTimo Teras1-21/+27
2009-07-21db: fixes to package checksumming while installing itTimo Teras1-3/+10
2009-07-20gzip: fix finalization of compressed outputTimo Teras1-5/+8
2009-07-17digest: use oneshot context flag where approriateTimo Teras1-25/+19
2009-07-17pkg: fix index generationTimo Teras1-7/+10
2009-07-16various: new style index generationTimo Teras1-9/+89
2009-07-16gzip: always autoclose the inner streamTimo Teras1-5/+2
2009-07-14bstream: make tokenizable and load index using bstreamTimo Teras1-1/+5
2009-07-13io: move csumming away from bstream to gunzipTimo Teras1-8/+41
2009-07-10gunzip: accept concatenated gzip streamsTimo Teras1-1/+11
2009-01-06io: fix some memory leaksTimo Teras1-1/+5
2009-01-06io: check inner stream existance before creating gunzip streamTimo Teras1-0/+3
2008-11-28io: apk_ostream stuffTimo Teras1-1/+1
2008-11-14db: checksum installed files, protect config filesTimo Teras1-1/+0
2008-11-07use zlib internally to decompressTimo Teras1-0/+93