| Commit message (Expand) | Author | Age | Files | Lines |
| * | io: make io vtables const struct, and add accessors for them | Timo Teräs | 2017-06-23 | 1 | -2/+2 |
| * | fetch: spell "its" properly in user visible message | readerreader | 2017-04-25 | 1 | -1/+1 |
| * | fetch: open the installed database to allow fetching a dependency tree rooted... | William Pitcock | 2017-04-25 | 1 | -2/+1 |
| * | fetch: don't segfault when given an unknown package name | William Pitcock | 2017-04-25 | 1 | -1/+2 |
| * | fetch: fix --recursive mode to work with pure virtual packages | Timo Teräs | 2017-02-27 | 1 | -1/+12 |
| * | fetch: allow enabling --simulate | Timo Teräs | 2016-02-16 | 1 | -2/+3 |
| * | implement fetch --purge | Timo Teräs | 2016-02-16 | 1 | -0/+36 |
| * | io, database: preserve [am]time for cached and fetched files | Timo Teräs | 2015-11-09 | 1 | -2/+6 |
| * | rename file info related functions for consistency | Timo Teräs | 2015-03-10 | 1 | -1/+1 |
| * | rework error handling for read streams | Timo Teräs | 2015-03-10 | 1 | -2/+2 |
| * | make del, fetch, fix and info return errors | Timo Teräs | 2014-12-08 | 1 | -6/+17 |
| * | rework option parsing to have a group structure | Timo Teräs | 2014-10-08 | 1 | -15/+19 |
| * | fetch: disable all progress/log output with --stdout | Natanael Copa | 2014-02-03 | 1 | -1/+3 |
| * | fetch: disable progress when outputting pkg to stdout | Timo Teräs | 2014-02-03 | 1 | -1/+4 |
| * | Revert "fetch: run quiet when --stdout" | Natanael Copa | 2014-01-06 | 1 | -1/+0 |
| * | fetch: run quiet when --stdout | Natanael Copa | 2013-12-10 | 1 | -0/+1 |
| * | various: applet help text and comment fixes | Dubiousjim | 2013-06-28 | 1 | -1/+1 |
| * | applets: unify help message by removing final dots | Timo Teräs | 2013-06-19 | 1 | -3/+1 |
| * | fetch, del: perform wildcard matching | Timo Teräs | 2013-06-19 | 1 | -43/+51 |
| * | print: move progress bar update logic to apk_print_progress | Natanael Copa | 2013-06-19 | 1 | -5/+2 |
| * | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 2013-06-18 | 1 | -6/+7 |
| * | fetch: implement progress (fixes #1170) | Timo Teräs | 2013-06-17 | 1 | -44/+64 |
| * | db: refactor repository file construction | Timo Teräs | 2013-06-17 | 1 | -27/+34 |
| * | solver: rewrite as deductive solver -- core features | Timo Teräs | 2013-06-13 | 1 | -2/+2 |
| * | solver, test: make conflicts unconditional | Timo Teräs | 2012-02-29 | 1 | -1/+1 |
| * | all: introduce apk_provides and use it in apk_name | Timo Teräs | 2012-02-24 | 1 | -3/+3 |
| * | fetch: reimplement -R after solver changes | Timo Teräs | 2011-09-16 | 1 | -17/+11 |
| * | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
| * | applets: start using solver code | Timo Teräs | 2011-09-09 | 1 | -2/+4 |
| * | fetch: fix fetching of packages with arch | Timo Teräs | 2011-04-07 | 1 | -3/+1 |
| * | apk-tools-2.1.0_pre1v2.1.0_pre1 | Timo Teräs | 2011-03-29 | 1 | -4/+3 |
| * | fetch: fix package version print | Timo Teräs | 2011-03-29 | 1 | -3/+4 |
| * | various: fix breakage from converting dependency versions to atoms | Timo Teräs | 2011-01-01 | 1 | -0/+1 |
| * | various: use O_CLOEXEC and add some error checking | Timo Teräs | 2010-06-11 | 1 | -5/+3 |
| * | First steps for libapk | Natanael Copa | 2010-06-11 | 1 | -0/+1 |
| * | all: rework how arrays work | Timo Teräs | 2010-06-05 | 1 | -5/+7 |
| * | fetch: do not include installed non-repository files in search | Timo Teras | 2010-03-04 | 1 | -3/+5 |
| * | db: prefer local repositories, and implement --no-network | Timo Teras | 2009-08-06 | 1 | -9/+7 |
| * | all: implement database open options | Timo Teras | 2009-08-06 | 1 | -14/+10 |
| * | fetch: --link is -L for short, not -l | Timo Teras | 2009-08-05 | 1 | -1/+1 |
| * | state: fix world dependencies to be honored always | Timo Teras | 2009-08-04 | 1 | -0/+3 |
| * | apk: use *at instead of chdir+normal file syscall | Timo Teras | 2009-07-31 | 1 | -26/+28 |
| * | add, fetch: make handling of special options more logical | Timo Teras | 2009-07-24 | 1 | -0/+44 |
| * | db: open flags revisited | Timo Teras | 2009-07-07 | 1 | -1/+1 |
| * | fetch: respect --simulate option | Natanael Copa | 2009-07-06 | 1 | -0/+3 |
| * | help: auto construct help | Timo Teras | 2009-06-25 | 1 | -8/+11 |
| * | ver: only compare the given packages, show version | Natanael Copa | 2009-06-20 | 1 | -2/+2 |
| * | improve --help output | Natanael Copa | 2009-06-19 | 1 | -1/+2 |
| * | fetch: use lstat to verify filesize on existing targets | Natanael Copa | 2009-06-16 | 1 | -3/+2 |
| * | fetch: readlink does not end buffer with \0 | Natanael Copa | 2009-06-11 | 1 | -1/+4 |