summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-13apk-tools-2.6.0_rc2v2.6.0_rc2Timo Teräs1-1/+1
2015-04-13fix tee io error handlingTimo Teräs2-4/+6
2015-04-13fix error mapping typesTimo Teräs1-1/+1
2015-04-10update: return errors also with --quietNatanael Copa1-1/+1
2015-04-08use memmove for copying buffer leftovers, as the ranges may overlapTimo Teräs1-1/+1
2015-04-08apk-tools-2.6.0_rc1v2.6.0_rc1Timo Teräs1-1/+1
2015-04-08unbreak audit after xattr supportTimo Teräs1-2/+1
2015-04-08ignore .apk-new files for overlaysTimo Teräs3-1/+12
2015-04-08make default dir/file acl implicitTimo Teräs1-2/+2
2015-04-08audit xattrsTimo Teräs3-38/+90
2015-04-07update: return failure if any mirror update failedNatanael Copa3-3/+10
2015-04-07commit: return failure if there are any errorsNatanael Copa1-1/+1
2015-03-11calculate and store checksum of xattrsTimo Teräs5-7/+63
2015-03-10rename file info related functions for consistencyTimo Teräs8-17/+17
2015-03-10extract xattrs from packagesTimo Teräs3-0/+46
2015-03-10rework error handling for write streamsTimo Teräs4-29/+19
2015-03-10rework error handling for read streamsTimo Teräs8-42/+74
2015-02-04apk-tools-2.5.0v2.5.0Timo Teräs1-1/+1
2015-02-04remove old compat. field entry from installed db handlingTimo Teräs1-1/+0
2015-01-30remove spurious audit message from missing files with --systemTimo Teräs1-4/+2
2015-01-30sort world dependencies alphabeticallyTimo Teräs5-14/+22
2015-01-30always save 'world' with line feedsTimo Teräs2-4/+1
2015-01-30remove support for old database location in /varTimo Teräs3-57/+0
2015-01-30remove reverse dependencies firstTimo Teräs1-0/+6
2014-12-08make del, fetch, fix and info return errorsTimo Teräs8-32/+63
2014-12-08fix test modeTimo Teräs1-5/+7
2014-11-03apk-tools-2.5.0_rc1v2.5.0_rc1Timo Teräs1-1/+1
2014-11-03db: assign write permission to lock fileKaarle Ritvanen1-2/+2
2014-11-01move --simulate to commit options group and alias -s for itTimo Teräs1-5/+4
2014-11-01make 'mode, uid, gid' triplet separate atomized structTimo Teräs3-53/+68
2014-11-01support extended pax header in tar extractorTimo Teräs3-38/+93
2014-10-13db: improve and unify fdb error messagesTimo Teräs1-27/+13
2014-10-09db: unconditionally refresh index with --forceTimo Teräs1-1/+3
2014-10-08rework option parsing to have a group structureTimo Teräs14-319/+390
2014-10-08url: fix double free from late libfetch changesTimo Teräs1-1/+0
2014-10-08io,url,db: support for if-modified-sinceTimo Teräs6-53/+81
2014-10-08url: use libfetch to retrieve http/https/ftp filesTimo Teräs3-56/+51
2014-10-08apk-tools-2.4.5v2.4.5Timo Teräs1-1/+1
2014-10-07db: fix crash if unable to download cache itemTimo Teräs1-2/+3
2014-10-07io: fix few error path leaksTimo Teräs2-6/+9
2014-10-07db: rework directory permission handlingTimo Teräs4-58/+88
2014-10-06solver: enforce conflicts during upgrades and new pkg installsTimo Teräs4-2/+61
2014-10-06cache: delete more aggressively unneeded cached filesTimo Teräs2-6/+12
2014-10-06db: use per-pkg architecture (if available) to form download urlTimo Teräs1-2/+6
2014-10-06info who-owns: print symlink target owner as a fallbackTimo Teräs1-3/+15
2014-10-06index: fix warning about package names without providerTimo Teräs3-9/+11
2014-05-20apk-tools-2.4.4v2.4.4Timo Teräs1-1/+1
2014-05-19solver: fix installation of non-repository packages during tmpfs bootTimo Teräs5-3/+21
2014-05-19test: improve loading of repositories, fix broken install-if testTimo Teräs2-3/+23
2014-05-19del: allow deletion of world dependency when it is not installedTimo Teräs2-0/+10