summaryrefslogtreecommitdiff
path: root/src/apk.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-06io: remove unused size parameter from bstream closeTimo Teräs1-2/+2
2019-06-05print usage and exit with error on invalid argumentsTimo Teräs1-6/+3
2019-06-03use fixed system time in test mode to have fixed test outputTimo Teräs1-0/+9
2018-11-15Revert "move --simulate to global options"Timo Teräs1-2/+5
2018-11-02fix short option string to be nil terminatedTimo Teräs1-0/+1
2018-10-05apk: fix all_options array size off-by-oneTimo Teräs1-1/+1
2018-09-25move --simulate to global optionsTimo Teräs1-5/+2
2018-09-05apk: sanitize return valueTimo Teräs1-0/+2
2018-02-20apk: in test mode, always exit 0 (so the test harness doesn't stop running te...William Pitcock1-0/+5
2018-01-09apk: make --help --verbose actually work.William Pitcock1-1/+10
2018-01-09apk: properly error out if an unknown command is requestedWilliam Pitcock1-1/+5
2018-01-09apk: commit options help text: fix typo concerning diskless bootWilliam Pitcock1-1/+1
2018-01-09apk: usage: cleanup help text when no applet is selectedWilliam Pitcock1-12/+32
2018-01-09fix --update-cache help to reflect realityTimo Teräs1-1/+1
2018-01-04increase libfetch connection pool limits slightlyTimo Teräs1-1/+1
2018-01-04enable automatic update of indexes controlled by --cache-max-ageTimo Teräs1-4/+12
2018-01-03split --force to several --force-[type] optionsTimo Teräs1-4/+32
2018-01-03add new umbrella flag --initramfs-diskless-bootHenrik Riomar1-0/+6
2018-01-03add new flag --no-commit-hooksHenrik Riomar1-0/+4
2018-01-03apk, del: fix few memory leaksTimo Teräs1-1/+4
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-2/+2
2017-04-28close database on SIGINTKaarle Ritvanen1-1/+9
2017-04-28db: separate init from openKaarle Ritvanen1-0/+2
2017-02-27db: allow overriding cache locationTimo Teräs1-0/+5
2016-04-19apk: don't exit with error code for -V and --print-archTimo Teräs1-0/+2
2016-02-16fetch: allow enabling --simulateTimo Teräs1-0/+3
2015-12-07db: add support for --no-cacheNatanael Copa1-0/+4
2015-03-10rework error handling for read streamsTimo Teräs1-2/+2
2014-12-08fix test modeTimo Teräs1-5/+7
2014-11-01move --simulate to commit options group and alias -s for itTimo Teräs1-5/+4
2014-10-08rework option parsing to have a group structureTimo Teräs1-156/+174
2014-10-08url: use libfetch to retrieve http/https/ftp filesTimo Teräs1-0/+5
2014-10-06cache: delete more aggressively unneeded cached filesTimo Teräs1-2/+2
2014-05-19test: improve loading of repositories, fix broken install-if testTimo Teräs1-3/+15
2014-05-12finally fix building PIE binariesTimo Teräs1-9/+29
2014-01-06apk: new option --print-archNatanael Copa1-0/+10
2013-10-11print: use stdout instead of stderr for logging and progressTimo Teräs1-1/+0
2013-09-10apk: new option --no-scriptsTimo Teräs1-0/+4
2013-08-28apk: minor fix in help text and a whitespace fixNatanael Copa1-2/+2
2013-07-08apk: give more space for applet descriptions on generic helpTimo Teräs1-1/+1
2013-06-30apk: infrastructure for short-option-only synonymsDubiousjim1-8/+9
2013-06-28various: applet help text and comment fixesDubiousjim1-1/+1
2013-06-19apk: set automatic flags before parsing the optsNatanael Copa1-1/+1
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-1/+6
2013-06-17print: move progress printing to common functionsTimo Teräs1-1/+1
2013-05-30db: unify handling of special packagesTimo Teräs1-3/+5
2012-09-20apk: implement --progress-fd to write progress to a specified fdTimo Teräs1-0/+5
2012-02-24apk: do not enable automatically interactive mode with --simulateTimo Teräs1-5/+13
2012-02-24test: improve pinning testsTimo Teräs1-5/+8
2012-02-23test: rewrite the testing framework to use the real appletsTimo Teräs1-0/+63