aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apk-tools-2.6.2v2.6.2Timo Teräs2015-06-121-1/+1
* 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
* apk-tools-2.6.1v2.6.1Timo Teräs2015-06-031-1/+1
* fix directory permissions loadingTimo Teräs2015-06-012-2/+5
* apk-tools-2.6.0v2.6.0Timo Teräs2015-05-261-1/+1
* detect failures in writing to file during final flush of buffersAlex Dowad2015-05-261-1/+3
* apk-tools-2.6.0_rc4v2.6.0_rc4Timo Teräs2015-04-241-1/+1
* 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
* apk-tools-2.6.0_rc3v2.6.0_rc3Timo Teräs2015-04-171-1/+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
* apk-tools-2.6.0_rc2v2.6.0_rc2Timo Teräs2015-04-131-1/+1
* 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
* apk-tools-2.6.0_rc1v2.6.0_rc1Timo 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
* extract xattrs from packagesTimo Teräs2015-03-103-0/+46
* rework error handling for write streamsTimo Teräs2015-03-104-29/+19
* rework error handling for read streamsTimo Teräs2015-03-108-42/+74
* apk-tools-2.5.0v2.5.0Timo Teräs2015-02-041-1/+1
* remove old compat. field entry from installed db handlingTimo Teräs2015-02-041-1/+0
* remove spurious audit message from missing files with --systemTimo Teräs2015-01-301-4/+2
* sort world dependencies alphabeticallyTimo Teräs2015-01-305-14/+22
* always save 'world' with line feedsTimo Teräs2015-01-302-4/+1
* remove support for old database location in /varTimo Teräs2015-01-303-57/+0
* remove reverse dependencies firstTimo Teräs2015-01-301-0/+6
* make del, fetch, fix and info return errorsTimo Teräs2014-12-088-32/+63
* fix test modeTimo Teräs2014-12-081-5/+7