summaryrefslogtreecommitdiff
path: root/src/apk.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-22various: misc fixesTimo Teras1-1/+1
2009-07-14db: live with sha1 and md5Timo Teras1-2/+0
2009-07-13openssl: register engines, and use oneshot digest when possibleTimo Teras1-0/+1
2009-07-09implement --update-cache optionNatanael Copa1-0/+4
2009-07-08apk: initialize opensslTimo Teras1-0/+22
2009-07-08csum: use openssl insteadTimo Teras1-0/+2
2009-07-07apk: add --wait option to wait for exclusive lock (fixes #26)Timo Teras1-6/+13
2009-06-29cache: new applet (ref #49)Timo Teras1-1/+4
2009-06-25help: auto construct helpTimo Teras1-44/+144
2009-06-19improve --help outputNatanael Copa1-15/+27
2009-05-25Revert "add: replace coffe-cup with starwars"Timo Teras1-1/+1
2009-04-15state: make package deletion saferTimo Teras1-4/+4