aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* index: don't return error if --index does not existsTimo Teräs2016-05-271-2/+2
* apk: don't exit with error code for -V and --print-archTimo Teräs2016-04-191-0/+2
* blob: fix sign extension in test_bitTimo Teräs2016-04-031-1/+1
* fetch: allow enabling --simulateTimo Teräs2016-02-162-2/+6
* implement fetch --purgeTimo Teräs2016-02-161-0/+36
* archive: fix long symlink target namesTimo Teräs2016-02-091-2/+2
* commit: self-conflict error and satisfies printingTimo Teräs2015-12-103-11/+20
* solver: more debug output for package errorsTimo Teräs2015-12-101-7/+11
* db: add support for --no-cacheNatanael Copa2015-12-073-1/+12
* info: fix --installed test of conflictsTimo Teräs2015-11-121-5/+5
* add armv7 targetTimo Teräs2015-11-121-0/+2
* io, database: preserve [am]time for cached and fetched filesTimo Teräs2015-11-097-11/+122
* search: match packages only onceTimo Teräs2015-11-091-0/+9
* io: fix posix_fallocate failure handlingNatanael Copa2015-10-081-1/+1
* blob: Add missing headerAndrew Wilcox2015-10-081-0/+1
* db: stop extract more files if disk is fullTimo Teräs2015-09-031-2/+4
* io: use posix_fallocate to allocate disk spaceTimo Teräs2015-09-031-3/+8
* relocate lock file to /lib/apk/dbTimo Teräs2015-07-021-3/+2
* remove db dir entry properly, so it can be recreated properly if neededTimo Teräs2015-06-261-7/+7
* add simple stats appletTimo Teräs2015-06-123-2/+67
* free atoms when VALGRIND is definedTimo Teräs2015-06-121-0/+10
* for completeness free all arrays before exitTimo Teräs2015-06-122-0/+2
* fix bstream_from_fd to use mmap when availableTimo Teräs2015-06-121-1/+2
* fix search --has-origin to not leak memoryTimo Teräs2015-06-121-1/+1
* optimize base64 decoding a bitTimo Teräs2015-06-121-20/+16
* use murmur3_32 hashTimo Teräs2015-06-111-6/+45
* speed improvements for database openingTimo Teräs2015-06-112-4/+44
* search: fix swapped needle and haystackBobby Bingham2015-06-101-2/+2
* fix directory permissions loadingTimo Teräs2015-06-012-2/+5
* detect failures in writing to file during final flush of buffersAlex Dowad2015-05-261-1/+3
* do not extract files with malicious nameTimo Teräs2015-04-241-1/+14
* allow virtual packages beginning with dot by default on tmpfs installsTimo Teräs2015-04-241-3/+3
* modifications for the previous commit in error message handlingTimo Teräs2015-04-244-5/+8
* print.c: provide more detailed error messages if retrieving a package failsAlex Dowad2015-04-222-1/+21
* io: fix compiler error by including stdint.hAlex Dowad2015-04-221-0/+1
* fix issue introduced in previous xattr error handling changesTimo Teräs2015-04-171-2/+2
* disable xattrs on symlinks for nowTimo Teräs2015-04-172-2/+2
* make file install errors non-fatal, and xattr errors hiddenTimo Teräs2015-04-175-83/+109
* fix tee io error handlingTimo Teräs2015-04-132-4/+6
* fix error mapping typesTimo Teräs2015-04-131-1/+1
* update: return errors also with --quietNatanael Copa2015-04-101-1/+1
* use memmove for copying buffer leftovers, as the ranges may overlapTimo Teräs2015-04-081-1/+1
* unbreak audit after xattr supportTimo Teräs2015-04-081-2/+1
* ignore .apk-new files for overlaysTimo Teräs2015-04-083-1/+12
* make default dir/file acl implicitTimo Teräs2015-04-081-2/+2
* audit xattrsTimo Teräs2015-04-083-38/+90
* update: return failure if any mirror update failedNatanael Copa2015-04-073-3/+10
* commit: return failure if there are any errorsNatanael Copa2015-04-071-1/+1
* calculate and store checksum of xattrsTimo Teräs2015-03-115-7/+63
* rename file info related functions for consistencyTimo Teräs2015-03-108-17/+17