aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
...
* audit, db: add etc/apk/protected_files.d and new audit featuresTimo Teräs2012-02-231-46/+125
* db: fix repositories.d to be loaded only without --repositories-fileTimo Teräs2012-02-221-3/+7
* db, io: load repositories also from etc/apk/repositories.d/*.listTimo Teräs2012-02-221-12/+31
* db: merge identical repositoriesTimo Teräs2012-02-221-5/+17
* db, solver, io: scan cache items at startupTimo Teräs2012-02-221-25/+80
* apk: fix some unharmful leaks reported by valgrindTimo Teräs2012-02-171-0/+1
* solver, db: repository pinning improvementsTimo Teräs2012-02-151-12/+8
* db: record file uid/gid/mode in installed dbTimo Teräs2012-02-141-2/+26
* db: allow directory to have sticky bit, and suid/sgid bits setTimo Teräs2012-02-101-1/+1
* db, fix: more secure way to choose effective directory permissionsTimo Teräs2012-02-101-10/+12
* db: fix directory permissions recalculationTimo Teräs2012-02-101-5/+8
* db: smarter handling of directory owner, group and modeTimo Teräs2012-02-101-14/+69
* blob: optimize spn and cspnTimo Teräs2012-02-081-2/+7
* db: increase hash sizesTimo Teräs2012-02-081-4/+4
* db: do not abort on bad repositoriesNatanael Copa2012-02-011-5/+0
* db: fix bug with --repositoryNatanael Copa2012-02-011-9/+9
* pkg, db: fix signature checking for files without control partTimo Teräs2012-01-311-20/+23
* solver, upgrade: properly detect missing repository tagsTimo Teräs2012-01-171-15/+24
* db: print dependencies referring to missing tags instead of tagsTimo Teräs2012-01-171-6/+11
* db: fix loading of world after previous commitsTimo Teräs2012-01-161-3/+3
* db: support line feed as 'world' dependency separatorTimo Teräs2012-01-121-4/+8
* solver: print repository tag when committing package changesTimo Teräs2012-01-121-0/+11
* db, solver: refuse committing changes if there is missing tagsTimo Teräs2012-01-121-1/+9
* db: properly detect when pkg install trigger needs executingTimo Teräs2012-01-061-1/+1
* solver: report number of (mega)bytes usedTimo Teräs2011-12-271-12/+14
* solver, db: implement repository pinningTimo Teräs2011-10-291-11/+42
* pkg: convert struct apk_install_package flags to bitfieldTimo Teräs2011-10-191-2/+2
* pkg: introduce "replaces_priority"Timo Teräs2011-10-191-10/+30
* pkg, info: remember installed packages "replaces"Timo Teräs2011-10-181-19/+24
* solver, db: run triggers in dependency orderTimo Teräs2011-09-141-8/+5
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* applets: start using solver codeTimo Teräs2011-09-091-6/+1
* apk_database: move APK_DEFAULT_ARCH to headers so that we can use it in versi...William Pitcock2011-07-161-8/+0
* index: handle errors instead of silently failingTimo Teräs2011-06-281-6/+13
* db: more fix for read-only cache remountingTimo Teräs2011-05-271-17/+14
* db: remount read-only after the file handles have been closedNatanael Copa2011-05-271-6/+6
* db: fix post-install script error message formattingTimo Teräs2011-05-231-2/+2
* db: remount ro cache to rw earlier for update to workTimo Teräs2011-04-221-15/+16
* db: Allow override arch when using --rootNatanael Copa2011-04-141-2/+5
* fetch: fix fetching of packages with archTimo Teräs2011-04-071-16/+20
* apk: fix gcc 4.6 warningsTimo Teräs2011-03-271-2/+1
* db: relocate from /var/lib/apkTimo Teräs2011-03-161-47/+59
* db: move lock file to /var/lockTimo Teräs2011-03-161-2/+4
* db: fix cache tmpfs detectionTimo Teräs2011-03-161-1/+1
* db, cache: automatically remount cache read-write when neededTimo Teräs2011-03-161-13/+100
* db: handle arch similarly to stable branchTimo Teräs2011-03-161-14/+23
* db: detect tmpfs betterTimo Teräs2011-03-161-1/+4
* db: fix package cachingTimo Teräs2011-01-211-2/+2
* add: use default arch instead of noarch, improve errorsTimo Teräs2011-01-051-3/+3
* db: check and initiailize required package fields before addition to dbTimo Teräs2011-01-041-0/+5