Age | Commit message (Expand) | Author | Files | Lines |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -1/+2 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2020-02-14 | io: add stream copy helper | Timo Teräs | 1 | -3/+6 |
2020-01-11 | io: convert bstream mmap to istream, remove the now obsolete bstream machinery | Timo Teräs | 1 | -47/+0 |
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 1 | -16/+16 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 1 | -0/+11 |
2020-01-11 | istream: add buffering capability | Timo Teräs | 1 | -35/+40 |
2020-01-06 | io: remove the now unused pid association with istream | Timo Teräs | 1 | -11/+2 |
2020-01-06 | io: remove unused size parameter from bstream close | Timo Teräs | 1 | -3/+3 |
2019-12-18 | io: use proper base struct types for method implementations | Timo Teräs | 1 | -9/+13 |
2018-10-26 | add support for openssl 1.1 | Timo Teräs | 1 | -1/+0 |
2018-01-04 | enable automatic update of indexes controlled by --cache-max-age | Timo Teräs | 1 | -1/+1 |
2017-10-12 | io: fix skip and splice to detect unexpected end-of-file | Timo Teräs | 1 | -3/+3 |
2017-06-23 | io: make io vtables const struct, and add accessors for them | Timo Teräs | 1 | -4/+48 |
2015-11-09 | io, database: preserve [am]time for cached and fetched files | Timo Teräs | 1 | -0/+7 |
2015-04-08 | audit xattrs | Timo Teräs | 1 | -0/+2 |
2015-03-11 | calculate and store checksum of xattrs | Timo Teräs | 1 | -0/+2 |
2015-03-10 | rename file info related functions for consistency | Timo Teräs | 1 | -3/+3 |
2015-03-10 | extract xattrs from packages | Timo Teräs | 1 | -0/+8 |
2015-01-30 | remove support for old database location in /var | Timo Teräs | 1 | -1/+0 |
2014-10-08 | io,url,db: support for if-modified-since | Timo Teräs | 1 | -4/+21 |
2013-06-18 | url: fix fetching from local repositories | Natanael Copa | 1 | -2/+3 |
2013-06-17 | cache: implement progress bar (ref #1170) | Timo Teräs | 1 | -1/+2 |
2013-06-17 | url: remove unused apk_url_download | Timo Teräs | 1 | -1/+0 |
2013-06-17 | io: fix splice for copying unknown lengths | Timo Teräs | 1 | -2/+13 |
2013-06-12 | libapk, apk(8): fix header inclusion issues with musl's headers | William Pitcock | 1 | -0/+1 |
2012-02-23 | db: keep architecture in $ROOT/etc/apk/arch | Timo Teräs | 1 | -2/+5 |
2012-02-22 | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 1 | -1/+1 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -0/+3 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-03-16 | db: relocate from /var/lib/apk | Timo Teräs | 1 | -0/+1 |
2010-12-09 | io: enhance istream/bstreams with pipe to forked child | Timo Teräs | 1 | -2/+12 |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -5/+13 |
2010-06-12 | archive: honor username/groupname instead of uid/gid | Timo Teräs | 1 | -0/+6 |
2009-08-12 | io: better error handling when writing stuff out | Timo Teras | 1 | -3/+3 |
2009-08-05 | io: flag for following symlinks on fstat | Timo Teras | 1 | -1/+3 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -9/+10 |
2009-07-22 | pkg: cleanup the signing code | Timo Teras | 1 | -0/+1 |
2009-07-22 | various: more informative error messages | Timo Teras | 1 | -2/+2 |
2009-07-17 | digest: use oneshot context flag where approriate | Timo Teras | 1 | -4/+7 |
2009-07-16 | various: new style index generation | Timo Teras | 1 | -0/+1 |
2009-07-16 | gzip: always autoclose the inner stream | Timo Teras | 1 | -4/+3 |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -3/+4 |
2009-07-14 | bstream: make tokenizable and load index using bstream | Timo Teras | 1 | -1/+1 |
2009-07-13 | io: move csumming away from bstream to gunzip | Timo Teras | 1 | -2/+15 |
2009-07-08 | csum: use openssl instead | Timo Teras | 1 | -0/+1 |
2009-06-29 | db: cache packages (ref #49) | Timo Teras | 1 | -1/+2 |
2009-04-16 | db: cache index files, 'update' applet | Timo Teras | 1 | -0/+2 |
2009-04-16 | pkg: clean up writing of dependencies | Timo Teras | 1 | -0/+1 |
2009-04-15 | fetch: new applet to download .apk files | Timo Teras | 1 | -0/+2 |