summaryrefslogtreecommitdiff
path: root/src/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14rename all applets sources to app_*.cTimo Teräs1-355/+0
2020-01-26Update apk to make man pages sole source of truthDrew DeVault1-8/+5
2019-01-10fetch: fix error message for --recursiveNatanael Copa1-1/+3
2018-06-14fetch: ignore conflicts when solving --recursive fetchesTimo Teräs1-1/+1
2018-06-14fetch: include install_if dependencies with --recursiveNatanael Copa1-26/+23
2018-01-09apk: usage: cleanup help text when no applet is selectedWilliam Pitcock1-0/+1
2018-01-03split --force to several --force-[type] optionsTimo Teräs1-2/+1
2017-11-28fetch: print additional error diagnostics in verbose modeTimo Teräs1-2/+5
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-2/+2
2017-04-25fetch: spell "its" properly in user visible messagereaderreader1-1/+1
2017-04-25fetch: open the installed database to allow fetching a dependency tree rooted...William Pitcock1-2/+1
2017-04-25fetch: don't segfault when given an unknown package nameWilliam Pitcock1-1/+2
2017-02-27fetch: fix --recursive mode to work with pure virtual packagesTimo Teräs1-1/+12
2016-02-16fetch: allow enabling --simulateTimo Teräs1-2/+3
2016-02-16implement fetch --purgeTimo Teräs1-0/+36
2015-11-09io, database: preserve [am]time for cached and fetched filesTimo Teräs1-2/+6
2015-03-10rename file info related functions for consistencyTimo Teräs1-1/+1
2015-03-10rework error handling for read streamsTimo Teräs1-2/+2
2014-12-08make del, fetch, fix and info return errorsTimo Teräs1-6/+17
2014-10-08rework option parsing to have a group structureTimo Teräs1-15/+19
2014-02-03fetch: disable all progress/log output with --stdoutNatanael Copa1-1/+3
2014-02-03fetch: disable progress when outputting pkg to stdoutTimo Teräs1-1/+4
2014-01-06Revert "fetch: run quiet when --stdout"Natanael Copa1-1/+0
2013-12-10fetch: run quiet when --stdoutNatanael Copa1-0/+1
2013-06-28various: applet help text and comment fixesDubiousjim1-1/+1
2013-06-19applets: unify help message by removing final dotsTimo Teräs1-3/+1
2013-06-19fetch, del: perform wildcard matchingTimo Teräs1-43/+51
2013-06-19print: move progress bar update logic to apk_print_progressNatanael Copa1-5/+2
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-6/+7
2013-06-17fetch: implement progress (fixes #1170)Timo Teräs1-44/+64
2013-06-17db: refactor repository file constructionTimo Teräs1-27/+34
2013-06-13solver: rewrite as deductive solver -- core featuresTimo Teräs1-2/+2
2012-02-29solver, test: make conflicts unconditionalTimo Teräs1-1/+1
2012-02-24all: introduce apk_provides and use it in apk_nameTimo Teräs1-3/+3
2011-09-16fetch: reimplement -R after solver changesTimo Teräs1-17/+11
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-09applets: start using solver codeTimo Teräs1-2/+4
2011-04-07fetch: fix fetching of packages with archTimo Teräs1-3/+1
2011-03-29apk-tools-2.1.0_pre1v2.1.0_pre1Timo Teräs1-4/+3
2011-03-29fetch: fix package version printTimo Teräs1-3/+4
2011-01-01various: fix breakage from converting dependency versions to atomsTimo Teräs1-0/+1
2010-06-11various: use O_CLOEXEC and add some error checkingTimo Teräs1-5/+3
2010-06-11First steps for libapkNatanael Copa1-0/+1
2010-06-05all: rework how arrays workTimo Teräs1-5/+7
2010-03-04fetch: do not include installed non-repository files in searchTimo Teras1-3/+5
2009-08-06db: prefer local repositories, and implement --no-networkTimo Teras1-9/+7
2009-08-06all: implement database open optionsTimo Teras1-14/+10
2009-08-05fetch: --link is -L for short, not -lTimo Teras1-1/+1
2009-08-04state: fix world dependencies to be honored alwaysTimo Teras1-0/+3
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-26/+28