aboutsummaryrefslogtreecommitdiffstats
path: root/src/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* rename all applets sources to app_*.cTimo Teräs2020-02-141-355/+0
* Update apk to make man pages sole source of truthDrew DeVault2020-01-261-8/+5
* fetch: fix error message for --recursiveNatanael Copa2019-01-101-1/+3
* fetch: ignore conflicts when solving --recursive fetchesTimo Teräs2018-06-141-1/+1
* fetch: include install_if dependencies with --recursiveNatanael Copa2018-06-141-26/+23
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-091-0/+1
* split --force to several --force-[type] optionsTimo Teräs2018-01-031-2/+1
* fetch: print additional error diagnostics in verbose modeTimo Teräs2017-11-281-2/+5
* io: make io vtables const struct, and add accessors for themTimo Teräs2017-06-231-2/+2
* fetch: spell "its" properly in user visible messagereaderreader2017-04-251-1/+1
* fetch: open the installed database to allow fetching a dependency tree rooted...William Pitcock2017-04-251-2/+1
* fetch: don't segfault when given an unknown package nameWilliam Pitcock2017-04-251-1/+2
* fetch: fix --recursive mode to work with pure virtual packagesTimo Teräs2017-02-271-1/+12
* fetch: allow enabling --simulateTimo Teräs2016-02-161-2/+3
* implement fetch --purgeTimo Teräs2016-02-161-0/+36
* io, database: preserve [am]time for cached and fetched filesTimo Teräs2015-11-091-2/+6
* rename file info related functions for consistencyTimo Teräs2015-03-101-1/+1
* rework error handling for read streamsTimo Teräs2015-03-101-2/+2
* make del, fetch, fix and info return errorsTimo Teräs2014-12-081-6/+17
* rework option parsing to have a group structureTimo Teräs2014-10-081-15/+19
* fetch: disable all progress/log output with --stdoutNatanael Copa2014-02-031-1/+3
* fetch: disable progress when outputting pkg to stdoutTimo Teräs2014-02-031-1/+4
* Revert "fetch: run quiet when --stdout"Natanael Copa2014-01-061-1/+0
* fetch: run quiet when --stdoutNatanael Copa2013-12-101-0/+1
* various: applet help text and comment fixesDubiousjim2013-06-281-1/+1
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-3/+1
* fetch, del: perform wildcard matchingTimo Teräs2013-06-191-43/+51
* print: move progress bar update logic to apk_print_progressNatanael Copa2013-06-191-5/+2
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-6/+7
* fetch: implement progress (fixes #1170)Timo Teräs2013-06-171-44/+64
* db: refactor repository file constructionTimo Teräs2013-06-171-27/+34
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-2/+2
* solver, test: make conflicts unconditionalTimo Teräs2012-02-291-1/+1
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-3/+3
* fetch: reimplement -R after solver changesTimo Teräs2011-09-161-17/+11
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* applets: start using solver codeTimo Teräs2011-09-091-2/+4
* fetch: fix fetching of packages with archTimo Teräs2011-04-071-3/+1
* apk-tools-2.1.0_pre1v2.1.0_pre1Timo Teräs2011-03-291-4/+3
* fetch: fix package version printTimo Teräs2011-03-291-3/+4
* various: fix breakage from converting dependency versions to atomsTimo Teräs2011-01-011-0/+1
* various: use O_CLOEXEC and add some error checkingTimo Teräs2010-06-111-5/+3
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-5/+7
* fetch: do not include installed non-repository files in searchTimo Teras2010-03-041-3/+5
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-9/+7
* all: implement database open optionsTimo Teras2009-08-061-14/+10
* fetch: --link is -L for short, not -lTimo Teras2009-08-051-1/+1
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-041-0/+3
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-26/+28