aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
...
* db: fix crash if unable to download cache itemTimo Teräs2014-10-071-2/+3
* db: rework directory permission handlingTimo Teräs2014-10-071-54/+79
* db: use per-pkg architecture (if available) to form download urlTimo Teräs2014-10-061-2/+6
* index: fix warning about package names without providerTimo Teräs2014-10-061-0/+1
* solver: fix installation of non-repository packages during tmpfs bootTimo Teräs2014-05-191-0/+2
* db: allow replacing files of origin package is sameTimo Teräs2014-04-251-0/+3
* audit: include all files in etc/apk in overlayTimo Teräs2014-03-121-27/+23
* db: allow using cached packages with --no-networkTimo Teräs2013-10-021-1/+1
* db, url: fix exec sentinelsTimo Teräs2013-10-011-1/+1
* db: minor improvements to an error and a verbose log messagesTimo Teräs2013-09-201-2/+2
* db: fix error messageTimo Teräs2013-09-201-1/+1
* db: fix segfault when --root points to invalid dirNatanael Copa2013-07-171-1/+3
* various: applet help text and comment fixesDubiousjim2013-06-281-8/+6
* db: write ipkg flags in proper placeTimo Teräs2013-06-211-7/+8
* db: reset broken pkg state on reinstallTimo Teräs2013-06-211-0/+2
* solver: fix pinning+cache to workTimo Teräs2013-06-201-2/+0
* commit, db: make file conflicts and script errors non-fatalTimo Teräs2013-06-201-82/+67
* all: few behavioural regression fixesTimo Teräs2013-06-191-0/+2
* policy: new appletTimo Teräs2013-06-181-4/+4
* db: store repository tag names including leading @Timo Teräs2013-06-181-21/+35
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-0/+77
* all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs2013-06-181-33/+25
* io: get rid of APK_PROGRESS_SCALETimo Teräs2013-06-171-19/+4
* cache: implement progress bar (ref #1170)Timo Teräs2013-06-171-5/+9
* print: move progress printing to common functionsTimo Teräs2013-06-171-1/+0
* db, cache: do not use cache/tmp for downloadsTimo Teräs2013-06-171-22/+22
* db: refactor repository file constructionTimo Teräs2013-06-171-107/+129
* solver, errors: fix few additional test cases and clean upsTimo Teräs2013-06-131-12/+12
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-13/+19
* index: add sensible error message if metadata is too longTimo Teräs2013-05-301-4/+4
* db: unify handling of special packagesTimo Teräs2013-05-301-56/+55
* db, info: allow packages to install files/symlinks to rootTimo Teräs2013-05-291-20/+40
* db: make dev/null a character device with --initdbTimo Teräs2013-05-291-1/+1
* apk: implement --progress-fd to write progress to a specified fdTimo Teräs2012-09-201-0/+1
* db: remove AT_SYMLINK_NOFOLLOW for directory permissionsTimo Teräs2012-09-041-2/+2
* audit: fix protection mask of non-db directoriesTimo Teräs2012-07-161-3/+2
* db: strip leading and trailing slashes from protected path specTimo Teräs2012-05-011-0/+6
* db: fix has_protected_children setup on leaf path entriesTimo Teräs2012-04-271-1/+1
* solver, dot: elementary provides fixesTimo Teräs2012-02-241-2/+11
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-7/+12
* pkg, db: use 's' for source repository tags instead of 'p'Timo Teräs2012-02-241-1/+2
* db: keep architecture in $ROOT/etc/apk/archTimo Teräs2012-02-231-6/+19
* 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