summaryrefslogtreecommitdiff
path: root/src/apk.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-14state: rework changeset calculation algorithmTimo Teras1-7/+18
2009-03-04apk: --force to overwrite filesTimo Teras1-2/+3
2009-03-04apk: --clean-protected optionTimo Teras1-10/+11
2009-02-17db: allow more than one --repository argNatanael Copa1-2/+17
2009-01-17apk: added option --version/-VNatanael Copa1-14/+25
2009-01-16add: --upgrade|-u to control if upgrading is preferred or notTimo Teras1-1/+1
2009-01-16apk: fix --root/-p optionNatanael Copa1-1/+1
2009-01-16apk: short option for --root is -pNatanael Copa1-1/+1
2009-01-16info: only show package desc when --verboseNatanael Copa1-3/+7
2009-01-15apk: isalnum() takes only unsigned char values add explicit check for thatTimo Teras1-1/+2
2009-01-13apk: per applet optionsTimo Teras1-29/+71
2009-01-13apk: honour --root command line switchTimo Teras1-1/+2
2009-01-12apk: support for ROOT environment variableNatanael Copa1-1/+5
2009-01-07various: make fancy progress bar and update todoTimo Teras1-1/+5
2009-01-06log: eliminate fortified build warningTimo Teras1-1/+1
2008-04-22Overwriting of bb files, apk_create (from old apk-tools), chdir changes,Timo Teras1-0/+3
2008-04-22Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras1-0/+5
2008-04-21Argument parsing. Some other stuff too.Timo Teras1-19/+55
2008-04-17Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras1-0/+81