Age | Commit message (Expand) | Author | Files | Lines |
2015-01-30 | always save 'world' with line feeds | Timo Teräs | 1 | -3/+1 |
2015-01-30 | remove support for old database location in /var | Timo Teräs | 1 | -25/+0 |
2014-12-08 | make del, fetch, fix and info return errors | Timo Teräs | 1 | -3/+1 |
2014-11-03 | db: assign write permission to lock file | Kaarle Ritvanen | 1 | -2/+2 |
2014-11-01 | make 'mode, uid, gid' triplet separate atomized struct | Timo Teräs | 1 | -39/+53 |
2014-10-13 | db: improve and unify fdb error messages | Timo Teräs | 1 | -27/+13 |
2014-10-09 | db: unconditionally refresh index with --force | Timo Teräs | 1 | -1/+3 |
2014-10-08 | io,url,db: support for if-modified-since | Timo Teräs | 1 | -18/+20 |
2014-10-07 | db: fix crash if unable to download cache item | Timo Teräs | 1 | -2/+3 |
2014-10-07 | db: rework directory permission handling | Timo Teräs | 1 | -54/+79 |
2014-10-06 | db: use per-pkg architecture (if available) to form download url | Timo Teräs | 1 | -2/+6 |
2014-10-06 | index: fix warning about package names without provider | Timo Teräs | 1 | -0/+1 |
2014-05-19 | solver: fix installation of non-repository packages during tmpfs boot | Timo Teräs | 1 | -0/+2 |
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 |