Age | Commit message (Expand) | Author | Files | Lines |
2014-04-25 | db: allow replacing files of origin package is same | Timo Teräs | 1 | -0/+3 |
2014-03-12 | audit: include all files in etc/apk in overlay | Timo Teräs | 1 | -27/+23 |
2013-10-02 | db: allow using cached packages with --no-network | Timo Teräs | 1 | -1/+1 |
2013-10-01 | db, url: fix exec sentinels | Timo Teräs | 1 | -1/+1 |
2013-09-20 | db: minor improvements to an error and a verbose log messages | Timo Teräs | 1 | -2/+2 |
2013-09-20 | db: fix error message | Timo Teräs | 1 | -1/+1 |
2013-07-17 | db: fix segfault when --root points to invalid dir | Natanael Copa | 1 | -1/+3 |
2013-06-28 | various: applet help text and comment fixes | Dubiousjim | 1 | -8/+6 |
2013-06-21 | db: write ipkg flags in proper place | Timo Teräs | 1 | -7/+8 |
2013-06-21 | db: reset broken pkg state on reinstall | Timo Teräs | 1 | -0/+2 |
2013-06-20 | solver: fix pinning+cache to work | Timo Teräs | 1 | -2/+0 |
2013-06-20 | commit, db: make file conflicts and script errors non-fatal | Timo Teräs | 1 | -82/+67 |
2013-06-19 | all: few behavioural regression fixes | Timo Teräs | 1 | -0/+2 |
2013-06-18 | policy: new applet | Timo Teräs | 1 | -4/+4 |
2013-06-18 | db: store repository tag names including leading @ | Timo Teräs | 1 | -21/+35 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -0/+77 |
2013-06-18 | all: various conversions to foreach_array_item, and simplifications of code | Timo Teräs | 1 | -33/+25 |
2013-06-17 | io: get rid of APK_PROGRESS_SCALE | Timo Teräs | 1 | -19/+4 |
2013-06-17 | cache: implement progress bar (ref #1170) | Timo Teräs | 1 | -5/+9 |
2013-06-17 | print: move progress printing to common functions | Timo Teräs | 1 | -1/+0 |
2013-06-17 | db, cache: do not use cache/tmp for downloads | Timo Teräs | 1 | -22/+22 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -107/+129 |
2013-06-13 | solver, errors: fix few additional test cases and clean ups | Timo Teräs | 1 | -12/+12 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -13/+19 |
2013-05-30 | index: add sensible error message if metadata is too long | Timo Teräs | 1 | -4/+4 |
2013-05-30 | db: unify handling of special packages | Timo Teräs | 1 | -56/+55 |
2013-05-29 | db, info: allow packages to install files/symlinks to root | Timo Teräs | 1 | -20/+40 |
2013-05-29 | db: make dev/null a character device with --initdb | Timo Teräs | 1 | -1/+1 |
2012-09-20 | apk: implement --progress-fd to write progress to a specified fd | Timo Teräs | 1 | -0/+1 |
2012-09-04 | db: remove AT_SYMLINK_NOFOLLOW for directory permissions | Timo Teräs | 1 | -2/+2 |
2012-07-16 | audit: fix protection mask of non-db directories | Timo Teräs | 1 | -3/+2 |
2012-05-01 | db: strip leading and trailing slashes from protected path spec | Timo Teräs | 1 | -0/+6 |
2012-04-27 | db: fix has_protected_children setup on leaf path entries | Timo Teräs | 1 | -1/+1 |
2012-02-24 | solver, dot: elementary provides fixes | Timo Teräs | 1 | -2/+11 |
2012-02-24 | all: introduce apk_provides and use it in apk_name | Timo Teräs | 1 | -7/+12 |
2012-02-24 | pkg, db: use 's' for source repository tags instead of 'p' | Timo Teräs | 1 | -1/+2 |
2012-02-23 | db: keep architecture in $ROOT/etc/apk/arch | Timo Teräs | 1 | -6/+19 |
2012-02-23 | audit, db: add etc/apk/protected_files.d and new audit features | Timo Teräs | 1 | -46/+125 |
2012-02-22 | db: fix repositories.d to be loaded only without --repositories-file | Timo Teräs | 1 | -3/+7 |
2012-02-22 | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 1 | -12/+31 |
2012-02-22 | db: merge identical repositories | Timo Teräs | 1 | -5/+17 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -25/+80 |
2012-02-17 | apk: fix some unharmful leaks reported by valgrind | Timo Teräs | 1 | -0/+1 |
2012-02-15 | solver, db: repository pinning improvements | Timo Teräs | 1 | -12/+8 |
2012-02-14 | db: record file uid/gid/mode in installed db | Timo Teräs | 1 | -2/+26 |
2012-02-10 | db: allow directory to have sticky bit, and suid/sgid bits set | Timo Teräs | 1 | -1/+1 |
2012-02-10 | db, fix: more secure way to choose effective directory permissions | Timo Teräs | 1 | -10/+12 |
2012-02-10 | db: fix directory permissions recalculation | Timo Teräs | 1 | -5/+8 |
2012-02-10 | db: smarter handling of directory owner, group and mode | Timo Teräs | 1 | -14/+69 |
2012-02-08 | blob: optimize spn and cspn | Timo Teräs | 1 | -2/+7 |