summaryrefslogtreecommitdiff
path: root/src/gunzip.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-14bstream: make tokenizable and load index using bstreamTimo Teras1-1/+5
some fixes on index reading code too.
2009-07-13io: move csumming away from bstream to gunzipTimo Teras1-8/+41
in future we want to checksum on gzip boundary basis, not the full file.
2009-07-10gunzip: accept concatenated gzip streamsTimo Teras1-1/+11
allow .apk to consist of multiple separate gzip streams which are just concatenated together.
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
Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist.
2008-11-07use zlib internally to decompressTimo Teras1-0/+93