Age | Commit message (Expand) | Author | Files | Lines |
2014-10-06 | cache: delete more aggressively unneeded cached files | Timo Teräs | 1 | -4/+10 |
2013-06-19 | applets: unify help message by removing final dots | Timo Teräs | 1 | -4/+2 |
2013-06-19 | print: move progress bar update logic to apk_print_progress | Natanael Copa | 1 | -4/+1 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -6/+7 |
2013-06-17 | cache: implement progress bar (ref #1170) | Timo Teräs | 1 | -4/+25 |
2013-06-17 | db, cache: do not use cache/tmp for downloads | Timo Teräs | 1 | -2/+5 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -8/+3 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -4/+3 |
2013-06-12 | libapk, apk(8): fix header inclusion issues with musl's headers | William Pitcock | 1 | -0/+1 |
2013-05-30 | db: unify handling of special packages | Timo Teräs | 1 | -2/+2 |
2012-02-22 | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 1 | -5/+5 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -66/+33 |
2011-10-31 | cache: fix download | Timo Teräs | 1 | -1/+1 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-09-09 | applets: start using solver code | Timo Teräs | 1 | -17/+8 |
2011-07-11 | cache: return error if cache sync or download fails | Timo Teräs | 1 | -3/+3 |
2011-03-16 | db, cache: automatically remount cache read-write when needed | Timo Teräs | 1 | -1/+1 |
2011-03-16 | db: handle arch similarly to stable branch | Timo Teräs | 1 | -1/+2 |
2010-12-10 | db: remove support for unsigned repository index | Timo Teräs | 1 | -6/+3 |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+1 |
2010-06-05 | all: rework how arrays work | Timo Teräs | 1 | -4/+1 |
2010-03-01 | cache: do not download files existing in local repository | Timo Teras | 1 | -1/+1 |
2009-08-06 | db: prefer local repositories, and implement --no-network | Timo Teras | 1 | -10/+7 |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -13/+6 |
2009-08-04 | state: fix world dependencies to be honored always | Timo Teras | 1 | -2/+6 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -30/+33 |
2009-07-22 | various: misc fixes | Timo Teras | 1 | -3/+4 |
2009-07-20 | db: signed index loading (ref #46) | Timo Teras | 1 | -2/+3 |
2009-07-15 | cache: make cache cleaning work again properly | Timo Teras | 1 | -24/+27 |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -11/+12 |
2009-07-14 | blob: some helpers to replace snprintf | Timo Teras | 1 | -3/+4 |
2009-07-09 | implement --update-cache option | Natanael Copa | 1 | -0/+1 |
2009-07-07 | cache: delete also wget temporary files | Timo Teras | 1 | -2/+10 |
2009-07-07 | cache: use changeset to figure out downloadables | Timo Teras | 1 | -3/+23 |
2009-07-07 | db: open flags revisited | Timo Teras | 1 | -1/+1 |
2009-06-29 | cache: new applet (ref #49) | Timo Teras | 1 | -0/+150 |