Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | split --force to several --force-[type] options | Timo Teräs | 1 | -6/+6 |
2018-01-03 | db: fix triggers to report deleted directories | Timo Teräs | 1 | -16/+19 |
2017-10-10 | db: handle default root correctly for /proc | Timo Teräs | 1 | -1/+1 |
2017-07-29 | database: include POSIX header for ST_* defines | A. Wilcox | 1 | -0/+1 |
2017-06-26 | db: fix current directory instance caching in tar extraction | Timo Teräs | 1 | -1/+1 |
2017-06-26 | database: mark error on renameat failure | A. Wilcox | 1 | -2/+6 |
2017-06-23 | io: make io vtables const struct, and add accessors for them | Timo Teräs | 1 | -26/+26 |
2017-05-25 | db: fix regression preventing remounting apk cache r/w | Timo Teräs | 1 | -1/+2 |
2017-04-28 | db: separate init from open | Kaarle Ritvanen | 1 | -11/+15 |
2017-03-13 | db: catch asprintf failure | Natanael Copa | 1 | -1/+2 |
2017-03-13 | db: prevent umount /proc when it was mounted by someone else | Natanael Copa | 1 | -1/+6 |
2017-02-27 | db: allow overriding cache location | Timo Teräs | 1 | -7/+7 |
2017-02-27 | db: allow caching packages on tmpfs | Timo Teräs | 1 | -3/+1 |
2017-02-27 | db: mount /proc for --root if it's not mounted, use mount syscall | Timo Teräs | 1 | -34/+46 |
2017-02-15 | add support for pre and post commit hooks | Henrik Riomar | 1 | -0/+29 |
2015-12-07 | db: add support for --no-cache | Natanael Copa | 1 | -1/+7 |
2015-11-09 | io, database: preserve [am]time for cached and fetched files | Timo Teräs | 1 | -0/+3 |
2015-09-03 | db: stop extract more files if disk is full | Timo Teräs | 1 | -2/+4 |
2015-07-02 | relocate lock file to /lib/apk/db | Timo Teräs | 1 | -3/+2 |
2015-06-26 | remove db dir entry properly, so it can be recreated properly if needed | Timo Teräs | 1 | -7/+7 |
2015-06-12 | for completeness free all arrays before exit | Timo Teräs | 1 | -0/+1 |
2015-06-11 | speed improvements for database opening | Timo Teräs | 1 | -4/+43 |
2015-06-01 | fix directory permissions loading | Timo Teräs | 1 | -1/+4 |
2015-04-24 | do not extract files with malicious name | Timo Teräs | 1 | -1/+14 |
2015-04-24 | modifications for the previous commit in error message handling | Timo Teräs | 1 | -0/+2 |
2015-04-17 | make file install errors non-fatal, and xattr errors hidden | Timo Teräs | 1 | -28/+41 |
2015-04-13 | fix tee io error handling | Timo Teräs | 1 | -1/+1 |
2015-04-08 | make default dir/file acl implicit | Timo Teräs | 1 | -2/+2 |
2015-04-07 | update: return failure if any mirror update failed | Natanael Copa | 1 | -1/+3 |
2015-03-11 | calculate and store checksum of xattrs | Timo Teräs | 1 | -6/+20 |
2015-03-10 | rename file info related functions for consistency | Timo Teräs | 1 | -3/+3 |
2015-03-10 | rework error handling for write streams | Timo Teräs | 1 | -19/+9 |
2015-03-10 | rework error handling for read streams | Timo Teräs | 1 | -14/+21 |
2015-02-04 | remove old compat. field entry from installed db handling | Timo Teräs | 1 | -1/+0 |
2015-01-30 | always save 'world' with line feeds | Timo Teräs | 1 | -3/+1 |
2015-01-30 | remove support for old database location in /var | Timo Teräs | 1 | -25/+0 |
2014-12-08 | make del, fetch, fix and info return errors | Timo Teräs | 1 | -3/+1 |
2014-11-03 | db: assign write permission to lock file | Kaarle Ritvanen | 1 | -2/+2 |
2014-11-01 | make 'mode, uid, gid' triplet separate atomized struct | Timo Teräs | 1 | -39/+53 |
2014-10-13 | db: improve and unify fdb error messages | Timo Teräs | 1 | -27/+13 |
2014-10-09 | db: unconditionally refresh index with --force | Timo Teräs | 1 | -1/+3 |
2014-10-08 | io,url,db: support for if-modified-since | Timo Teräs | 1 | -18/+20 |
2014-10-07 | db: fix crash if unable to download cache item | Timo Teräs | 1 | -2/+3 |
2014-10-07 | db: rework directory permission handling | Timo Teräs | 1 | -54/+79 |
2014-10-06 | db: use per-pkg architecture (if available) to form download url | Timo Teräs | 1 | -2/+6 |
2014-10-06 | index: fix warning about package names without provider | Timo Teräs | 1 | -0/+1 |
2014-05-19 | solver: fix installation of non-repository packages during tmpfs boot | Timo Teräs | 1 | -0/+2 |
2014-04-25 | db: allow replacing files of origin package is same | Timo Teräs | 1 | -0/+3 |
2014-03-12 | audit: include all files in etc/apk in overlay | Timo Teräs | 1 | -27/+23 |
2013-10-02 | db: allow using cached packages with --no-network | Timo Teräs | 1 | -1/+1 |