summaryrefslogtreecommitdiff
path: root/src/apk_io.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-11io_archive: add bounds limit for uname and gname tar header fieldsTimo Teräs1-2/+2
2021-01-11database: Propagate errors when loading an APKINDEXthibault.ferrante1-3/+3
2020-05-19make the atom functions not use global stateTimo Teräs1-1/+2
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-02-14io: add stream copy helperTimo Teräs1-3/+6
2020-01-11io: convert bstream mmap to istream, remove the now obsolete bstream machineryTimo Teräs1-47/+0
2020-01-11convert remaining locations to use istream instead of bstreamTimo Teräs1-16/+16
2020-01-11istream, archive, db: convert db and tar function to use istreamTimo Teräs1-0/+11
2020-01-11istream: add buffering capabilityTimo Teräs1-35/+40
2020-01-06io: remove the now unused pid association with istreamTimo Teräs1-11/+2
2020-01-06io: remove unused size parameter from bstream closeTimo Teräs1-3/+3
2019-12-18io: use proper base struct types for method implementationsTimo Teräs1-9/+13
2018-10-26add support for openssl 1.1Timo Teräs1-1/+0
2018-01-04enable automatic update of indexes controlled by --cache-max-ageTimo Teräs1-1/+1
2017-10-12io: fix skip and splice to detect unexpected end-of-fileTimo Teräs1-3/+3
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-4/+48
2015-11-09io, database: preserve [am]time for cached and fetched filesTimo Teräs1-0/+7
2015-04-08audit xattrsTimo Teräs1-0/+2
2015-03-11calculate and store checksum of xattrsTimo Teräs1-0/+2
2015-03-10rename file info related functions for consistencyTimo Teräs1-3/+3
2015-03-10extract xattrs from packagesTimo Teräs1-0/+8
2015-01-30remove support for old database location in /varTimo Teräs1-1/+0
2014-10-08io,url,db: support for if-modified-sinceTimo Teräs1-4/+21
2013-06-18url: fix fetching from local repositoriesNatanael Copa1-2/+3
2013-06-17cache: implement progress bar (ref #1170)Timo Teräs1-1/+2
2013-06-17url: remove unused apk_url_downloadTimo Teräs1-1/+0
2013-06-17io: fix splice for copying unknown lengthsTimo Teräs1-2/+13
2013-06-12libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock1-0/+1
2012-02-23db: keep architecture in $ROOT/etc/apk/archTimo Teräs1-2/+5
2012-02-22db, io: load repositories also from etc/apk/repositories.d/*.listTimo Teräs1-1/+1
2012-02-22db, solver, io: scan cache items at startupTimo Teräs1-0/+3
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-03-16db: relocate from /var/lib/apkTimo Teräs1-0/+1
2010-12-09io: enhance istream/bstreams with pipe to forked childTimo Teräs1-2/+12
2010-10-08io, db: id cache should be specific to database root, not system rootTimo Teräs1-5/+13
2010-06-12archive: honor username/groupname instead of uid/gidTimo Teräs1-0/+6
2009-08-12io: better error handling when writing stuff outTimo Teras1-3/+3
2009-08-05io: flag for following symlinks on fstatTimo Teras1-1/+3
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-9/+10
2009-07-22pkg: cleanup the signing codeTimo Teras1-0/+1
2009-07-22various: more informative error messagesTimo Teras1-2/+2
2009-07-17digest: use oneshot context flag where approriateTimo Teras1-4/+7
2009-07-16various: new style index generationTimo Teras1-0/+1
2009-07-16gzip: always autoclose the inner streamTimo Teras1-4/+3
2009-07-14db: live with sha1 and md5Timo Teras1-3/+4
2009-07-14bstream: make tokenizable and load index using bstreamTimo Teras1-1/+1
2009-07-13io: move csumming away from bstream to gunzipTimo Teras1-2/+15
2009-07-08csum: use openssl insteadTimo Teras1-0/+1
2009-06-29db: cache packages (ref #49)Timo Teras1-1/+2
2009-04-16db: cache index files, 'update' appletTimo Teras1-0/+2