Age | Commit message (Expand) | Author | Files | Lines |
2015-12-10 | commit: self-conflict error and satisfies printing | Timo Teräs | 3 | -11/+20 |
2015-12-10 | solver: more debug output for package errors | Timo Teräs | 1 | -7/+11 |
2015-12-07 | db: add support for --no-cache | Natanael Copa | 3 | -1/+12 |
2015-11-12 | apk-tools-2.6.5v2.6.5 | Timo Teräs | 1 | -1/+1 |
2015-11-12 | info: fix --installed test of conflicts | Timo Teräs | 1 | -5/+5 |
2015-11-12 | add armv7 target | Timo Teräs | 1 | -0/+2 |
2015-11-09 | io, database: preserve [am]time for cached and fetched files | Timo Teräs | 7 | -11/+122 |
2015-11-09 | search: match packages only once | Timo Teräs | 1 | -0/+9 |
2015-10-08 | io: fix posix_fallocate failure handling | Natanael Copa | 1 | -1/+1 |
2015-10-08 | blob: Add missing header | Andrew Wilcox | 1 | -0/+1 |
2015-09-11 | apk-tools-2.6.4v2.6.4 | Timo Teräs | 1 | -1/+1 |
2015-09-03 | db: stop extract more files if disk is full | Timo Teräs | 1 | -2/+4 |
2015-09-03 | io: use posix_fallocate to allocate disk space | Timo Teräs | 1 | -3/+8 |
2015-07-03 | apk-tools-2.6.3v2.6.3 | Timo Teräs | 1 | -1/+1 |
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 | apk-tools-2.6.2v2.6.2 | Timo Teräs | 1 | -1/+1 |
2015-06-12 | add simple stats applet | Timo Teräs | 3 | -2/+67 |
2015-06-12 | free atoms when VALGRIND is defined | Timo Teräs | 1 | -0/+10 |
2015-06-12 | for completeness free all arrays before exit | Timo Teräs | 2 | -0/+2 |
2015-06-12 | fix bstream_from_fd to use mmap when available | Timo Teräs | 1 | -1/+2 |
2015-06-12 | fix search --has-origin to not leak memory | Timo Teräs | 1 | -1/+1 |
2015-06-12 | optimize base64 decoding a bit | Timo Teräs | 1 | -20/+16 |
2015-06-11 | use murmur3_32 hash | Timo Teräs | 1 | -6/+45 |
2015-06-11 | speed improvements for database opening | Timo Teräs | 2 | -4/+44 |
2015-06-10 | search: fix swapped needle and haystack | Bobby Bingham | 1 | -2/+2 |
2015-06-03 | apk-tools-2.6.1v2.6.1 | Timo Teräs | 1 | -1/+1 |
2015-06-01 | fix directory permissions loading | Timo Teräs | 2 | -2/+5 |
2015-05-26 | apk-tools-2.6.0v2.6.0 | Timo Teräs | 1 | -1/+1 |
2015-05-26 | detect failures in writing to file during final flush of buffers | Alex Dowad | 1 | -1/+3 |
2015-04-24 | apk-tools-2.6.0_rc4v2.6.0_rc4 | Timo Teräs | 1 | -1/+1 |
2015-04-24 | do not extract files with malicious name | Timo Teräs | 1 | -1/+14 |
2015-04-24 | allow virtual packages beginning with dot by default on tmpfs installs | Timo Teräs | 1 | -3/+3 |
2015-04-24 | modifications for the previous commit in error message handling | Timo Teräs | 4 | -5/+8 |
2015-04-22 | print.c: provide more detailed error messages if retrieving a package fails | Alex Dowad | 2 | -1/+21 |
2015-04-22 | io: fix compiler error by including stdint.h | Alex Dowad | 1 | -0/+1 |
2015-04-17 | apk-tools-2.6.0_rc3v2.6.0_rc3 | Timo Teräs | 1 | -1/+1 |
2015-04-17 | fix issue introduced in previous xattr error handling changes | Timo Teräs | 1 | -2/+2 |
2015-04-17 | disable xattrs on symlinks for now | Timo Teräs | 2 | -2/+2 |
2015-04-17 | make file install errors non-fatal, and xattr errors hidden | Timo Teräs | 5 | -83/+109 |
2015-04-13 | apk-tools-2.6.0_rc2v2.6.0_rc2 | Timo Teräs | 1 | -1/+1 |
2015-04-13 | fix tee io error handling | Timo Teräs | 2 | -4/+6 |
2015-04-13 | fix error mapping types | Timo Teräs | 1 | -1/+1 |
2015-04-10 | update: return errors also with --quiet | Natanael Copa | 1 | -1/+1 |
2015-04-08 | use memmove for copying buffer leftovers, as the ranges may overlap | Timo Teräs | 1 | -1/+1 |
2015-04-08 | apk-tools-2.6.0_rc1v2.6.0_rc1 | Timo Teräs | 1 | -1/+1 |
2015-04-08 | unbreak audit after xattr support | Timo Teräs | 1 | -2/+1 |
2015-04-08 | ignore .apk-new files for overlays | Timo Teräs | 3 | -1/+12 |
2015-04-08 | make default dir/file acl implicit | Timo Teräs | 1 | -2/+2 |
2015-04-08 | audit xattrs | Timo Teräs | 3 | -38/+90 |