summaryrefslogtreecommitdiff
path: root/src/apk.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-08state: fix error printingTimo Teräs1-0/+2
2009-12-21apk: remove the unneeded --never-overwriteTimo Teras1-4/+0
2009-12-21apk: --overlay-from-stdinTimo Teras1-0/+4
2009-11-06apk: add --never-overwrite flag (ref #197)Timo Teras1-0/+4
2009-08-06db: prefer local repositories, and implement --no-networkTimo Teras1-1/+5
2009-08-06state: indent package listsTimo Teras1-12/+7
2009-08-06all: implement database open optionsTimo Teras1-15/+34
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-2/+1
2009-07-24apk: add -i/--interactive option (fixes #60)Timo Teras1-0/+4
2009-07-23index: more informative error messageTimo Teras1-0/+2
2009-07-22apk: add --purge option (fixes #61)Timo Teras1-0/+5
2009-07-22apk: allow-untrusted optionTimo Teras1-0/+5
2009-07-22various: more informative error messagesTimo Teras1-0/+18