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