Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-02-08 | db: increase hash sizes | Timo Teräs | 1 | -4/+4 |
2012-02-01 | db: do not abort on bad repositories | Natanael Copa | 1 | -5/+0 |
2012-02-01 | db: fix bug with --repository | Natanael Copa | 1 | -9/+9 |
2012-01-31 | pkg, db: fix signature checking for files without control part | Timo Teräs | 1 | -20/+23 |
2012-01-17 | solver, upgrade: properly detect missing repository tags | Timo Teräs | 1 | -15/+24 |
2012-01-17 | db: print dependencies referring to missing tags instead of tags | Timo Teräs | 1 | -6/+11 |
2012-01-16 | db: fix loading of world after previous commits | Timo Teräs | 1 | -3/+3 |
2012-01-12 | db: support line feed as 'world' dependency separator | Timo Teräs | 1 | -4/+8 |
2012-01-12 | solver: print repository tag when committing package changes | Timo Teräs | 1 | -0/+11 |
2012-01-12 | db, solver: refuse committing changes if there is missing tags | Timo Teräs | 1 | -1/+9 |
2012-01-06 | db: properly detect when pkg install trigger needs executing | Timo Teräs | 1 | -1/+1 |