summaryrefslogtreecommitdiff
path: root/src/apk.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-23apk: /etc/apk/interactive enables interactive mode for tty sessionsTimo Teräs1-1/+4
2012-02-17apk: fix some unharmful leaks reported by valgrindTimo Teräs1-9/+17
2011-09-14apk: remove unneeded global apk_screen_widthTimo Teräs1-1/+0
2011-09-14upgrade: --no-self-upgrade optionTimo Teräs1-1/+2
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-09print: minor cleanup to indented writerTimo Teräs1-6/+5
2011-07-22apk: improve indented printingTimo Teräs1-15/+16
2011-07-16apk: use APK_DEFAULT_ARCH in version().William Pitcock1-1/+1
2011-07-16apk: display command descriptions in command listWilliam Pitcock1-5/+10
2011-04-22apk: default screen width 70 if ioctl says 0 as widthTimo Teräs1-1/+1
2011-04-14db: Allow override arch when using --rootNatanael Copa1-0/+5
2011-03-19apk: improve progress barTimo Teräs1-3/+17
2011-03-16apk: show progress bar by default for tty controlled runsTimo Teräs1-0/+8
2011-01-01upgrade: perform upgrade of apk-tools first if availableTimo Teräs1-0/+6
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-0/+1
2010-10-08io, db: id cache should be specific to database root, not system rootTimo Teräs1-2/+0
2010-06-30static build: do not use openssl enginesTimo Teräs1-0/+4
2010-06-12archive: honor username/groupname instead of uid/gidTimo Teräs1-0/+2
2010-06-11db: make apk_wait a part of dboptsNatanael Copa1-3/+3
2010-06-11First steps for libapkNatanael Copa1-57/+3