Age | Commit message (Expand) | Author | Files | Lines |
2015-04-13 | fix tee io error handling | Timo Teräs | 1 | -3/+5 |
2015-04-08 | use memmove for copying buffer leftovers, as the ranges may overlap | Timo Teräs | 1 | -1/+1 |
2015-04-08 | unbreak audit after xattr support | Timo Teräs | 1 | -2/+1 |
2015-04-08 | audit xattrs | Timo Teräs | 1 | -27/+71 |
2015-03-11 | calculate and store checksum of xattrs | Timo Teräs | 1 | -0/+36 |
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/+5 |
2015-03-10 | rework error handling for write streams | Timo Teräs | 1 | -7/+4 |
2015-03-10 | rework error handling for read streams | Timo Teräs | 1 | -12/+11 |
2015-01-30 | remove support for old database location in /var | Timo Teräs | 1 | -31/+0 |
2014-10-08 | io,url,db: support for if-modified-since | Timo Teräs | 1 | -17/+12 |
2014-10-07 | io: fix few error path leaks | Timo Teräs | 1 | -2/+7 |
2013-07-04 | io: use fget{pw,gr}ent_r only on uclibc and glibc | Timo Teräs | 1 | -4/+23 |
2013-06-17 | io: get rid of APK_PROGRESS_SCALE | Timo Teräs | 1 | -2/+2 |
2013-06-17 | cache: implement progress bar (ref #1170) | Timo Teräs | 1 | -2/+9 |
2013-06-17 | io: fix splice for copying unknown lengths | Timo Teräs | 1 | -1/+3 |
2012-02-23 | db: keep architecture in $ROOT/etc/apk/arch | Timo Teräs | 1 | -0/+30 |
2012-02-23 | audit, db: add etc/apk/protected_files.d and new audit features | 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/+27 |
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/+31 |
2010-12-09 | io: enhance istream/bstreams with pipe to forked child | Timo Teräs | 1 | -10/+29 |
2010-10-08 | db: fix the previous commit | Timo Teräs | 1 | -1/+1 |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -36/+52 |
2010-08-30 | Fix building on eglibc | Natanael Copa | 1 | -0/+1 |
2010-06-12 | archive: honor username/groupname instead of uid/gid | Timo Teräs | 1 | -0/+126 |
2010-06-11 | various: use O_CLOEXEC and add some error checking | Timo Teräs | 1 | -8/+5 |
2009-10-26 | db: fix migration and pruning of symlinks to dirs | Timo Teras | 1 | -1/+1 |
2009-08-12 | io: better error handling when writing stuff out | Timo Teras | 1 | -12/+56 |
2009-08-11 | db, audit: audit symlinks (by hash of the link target) | Timo Teras | 1 | -1/+14 |
2009-08-05 | io: flag for following symlinks on fstat | Timo Teras | 1 | -2/+6 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -16/+18 |
2009-07-31 | io: fix corruption of big files on mmap write | Timo Teras | 1 | -14/+13 |
2009-07-30 | audit: protection mask for "symlinks only" | Timo Teras | 1 | -1/+1 |
2009-07-30 | io: keep static pointer to copying buffer | Timo Teras | 1 | -6/+6 |
2009-07-30 | io: fix mmap writing to actually work | Timo Teras | 1 | -4/+6 |
2009-07-29 | io: use mmap to write archive entries to disk | Timo Teras | 1 | -11/+28 |
2009-07-22 | pkg: cleanup the signing code | Timo Teras | 1 | -0/+1 |
2009-07-22 | various: more informative error messages | Timo Teras | 1 | -17/+23 |
2009-07-17 | digest: use oneshot context flag where approriate | Timo Teras | 1 | -0/+3 |
2009-07-16 | various: new style index generation | Timo Teras | 1 | -0/+39 |
2009-07-16 | gzip: always autoclose the inner stream | Timo Teras | 1 | -1/+1 |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -5/+9 |
2009-07-14 | bstream: make tokenizable and load index using bstream | Timo Teras | 1 | -30/+68 |
2009-07-13 | io: move csumming away from bstream to gunzip | Timo Teras | 1 | -32/+16 |
2009-06-29 | cache: new applet (ref #49) | Timo Teras | 1 | -1/+2 |
2009-06-29 | db: cache packages (ref #49) | Timo Teras | 1 | -0/+58 |
2009-06-11 | io: fix mmap bstream fd leak | Timo Teras | 1 | -1/+2 |
2009-04-16 | pkg: clean up writing of dependencies | Timo Teras | 1 | -0/+10 |