aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk.c
Commit message (Expand)AuthorAgeFilesLines
* adb: introduce apk-tools database format, and few appletsv3.0-wipTimo Teräs2020-04-011-0/+2
* remove apk_time() as it is causing problems with shared objectsTimo Teräs2020-02-041-6/+6
* Update apk to make man pages sole source of truthDrew DeVault2020-01-261-109/+40
* istream, archive, db: convert db and tar function to use istreamTimo Teräs2020-01-111-10/+2
* io: remove unused size parameter from bstream closeTimo Teräs2020-01-061-2/+2
* print usage and exit with error on invalid argumentsTimo Teräs2019-06-051-6/+3
* use fixed system time in test mode to have fixed test outputTimo Teräs2019-06-031-0/+9
* Revert "move --simulate to global options"Timo Teräs2018-11-151-2/+5
* fix short option string to be nil terminatedTimo Teräs2018-11-021-0/+1
* apk: fix all_options array size off-by-oneTimo Teräs2018-10-051-1/+1
* move --simulate to global optionsTimo Teräs2018-09-251-5/+2
* apk: sanitize return valueTimo Teräs2018-09-051-0/+2
* apk: in test mode, always exit 0 (so the test harness doesn't stop running te...William Pitcock2018-02-201-0/+5
* apk: make --help --verbose actually work.William Pitcock2018-01-091-1/+10
* apk: properly error out if an unknown command is requestedWilliam Pitcock2018-01-091-1/+5
* apk: commit options help text: fix typo concerning diskless bootWilliam Pitcock2018-01-091-1/+1
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-091-12/+32
* fix --update-cache help to reflect realityTimo Teräs2018-01-091-1/+1
* increase libfetch connection pool limits slightlyTimo Teräs2018-01-041-1/+1
* enable automatic update of indexes controlled by --cache-max-ageTimo Teräs2018-01-041-4/+12
* split --force to several --force-[type] optionsTimo Teräs2018-01-031-4/+32
* add new umbrella flag --initramfs-diskless-bootHenrik Riomar2018-01-031-0/+6
* add new flag --no-commit-hooksHenrik Riomar2018-01-031-0/+4
* apk, del: fix few memory leaksTimo Teräs2018-01-031-1/+4
* io: make io vtables const struct, and add accessors for themTimo Teräs2017-06-231-2/+2
* close database on SIGINTKaarle Ritvanen2017-04-281-1/+9
* db: separate init from openKaarle Ritvanen2017-04-281-0/+2
* db: allow overriding cache locationTimo Teräs2017-02-271-0/+5
* apk: don't exit with error code for -V and --print-archTimo Teräs2016-04-191-0/+2
* fetch: allow enabling --simulateTimo Teräs2016-02-161-0/+3
* db: add support for --no-cacheNatanael Copa2015-12-071-0/+4
* rework error handling for read streamsTimo Teräs2015-03-101-2/+2
* fix test modeTimo Teräs2014-12-081-5/+7
* move --simulate to commit options group and alias -s for itTimo Teräs2014-11-011-5/+4
* rework option parsing to have a group structureTimo Teräs2014-10-081-156/+174
* url: use libfetch to retrieve http/https/ftp filesTimo Teräs2014-10-081-0/+5
* cache: delete more aggressively unneeded cached filesTimo Teräs2014-10-061-2/+2
* test: improve loading of repositories, fix broken install-if testTimo Teräs2014-05-191-3/+15
* finally fix building PIE binariesTimo Teräs2014-05-121-9/+29
* apk: new option --print-archNatanael Copa2014-01-061-0/+10
* print: use stdout instead of stderr for logging and progressTimo Teräs2013-10-111-1/+0
* apk: new option --no-scriptsTimo Teräs2013-09-101-0/+4
* apk: minor fix in help text and a whitespace fixNatanael Copa2013-08-281-2/+2
* apk: give more space for applet descriptions on generic helpTimo Teräs2013-07-081-1/+1
* apk: infrastructure for short-option-only synonymsDubiousjim2013-06-301-8/+9
* various: applet help text and comment fixesDubiousjim2013-06-281-1/+1
* apk: set automatic flags before parsing the optsNatanael Copa2013-06-191-1/+1
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-1/+6
* print: move progress printing to common functionsTimo Teräs2013-06-171-1/+1
* db: unify handling of special packagesTimo Teräs2013-05-301-3/+5