summaryrefslogtreecommitdiffstats
path: root/src/apk.c
Commit message (Expand)AuthorAgeFilesLines
* archive: honor username/groupname instead of uid/gidTimo Teräs2010-06-121-0/+2
* db: make apk_wait a part of dboptsNatanael Copa2010-06-111-3/+3
* First steps for libapkNatanael Copa2010-06-111-57/+3
* state: fix error printingTimo Teräs2010-06-081-0/+2
* apk: remove the unneeded --never-overwriteTimo Teras2009-12-211-4/+0
* apk: --overlay-from-stdinTimo Teras2009-12-211-0/+4
* apk: add --never-overwrite flag (ref #197)Timo Teras2009-11-061-0/+4
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-1/+5
* state: indent package listsTimo Teras2009-08-061-12/+7
* all: implement database open optionsTimo Teras2009-08-061-15/+34
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-2/+1
* apk: add -i/--interactive option (fixes #60)Timo Teras2009-07-241-0/+4
* index: more informative error messageTimo Teras2009-07-231-0/+2
* apk: add --purge option (fixes #61)Timo Teras2009-07-221-0/+5
* apk: allow-untrusted optionTimo Teras2009-07-221-0/+5
* various: more informative error messagesTimo Teras2009-07-221-0/+18
* various: misc fixesTimo Teras2009-07-221-1/+1
* db: live with sha1 and md5Timo Teras2009-07-141-2/+0
* openssl: register engines, and use oneshot digest when possibleTimo Teras2009-07-131-0/+1
* implement --update-cache optionNatanael Copa2009-07-091-0/+4
* apk: initialize opensslTimo Teras2009-07-081-0/+22
* csum: use openssl insteadTimo Teras2009-07-081-0/+2
* apk: add --wait option to wait for exclusive lock (fixes #26)Timo Teras2009-07-071-6/+13
* cache: new applet (ref #49)Timo Teras2009-06-291-1/+4
* help: auto construct helpTimo Teras2009-06-251-44/+144
* improve --help outputNatanael Copa2009-06-191-15/+27
* Revert "add: replace coffe-cup with starwars"Timo Teras2009-05-251-1/+1
* state: make package deletion saferTimo Teras2009-04-151-4/+4
* state: rework changeset calculation algorithmTimo Teras2009-04-141-7/+18
* apk: --force to overwrite filesTimo Teras2009-03-041-2/+3
* apk: --clean-protected optionTimo Teras2009-03-041-10/+11
* db: allow more than one --repository argNatanael Copa2009-02-171-2/+17
* apk: added option --version/-VNatanael Copa2009-01-171-14/+25
* add: --upgrade|-u to control if upgrading is preferred or notTimo Teras2009-01-161-1/+1
* apk: fix --root/-p optionNatanael Copa2009-01-161-1/+1
* apk: short option for --root is -pNatanael Copa2009-01-161-1/+1
* info: only show package desc when --verboseNatanael Copa2009-01-161-3/+7
* apk: isalnum() takes only unsigned char values add explicit check for thatTimo Teras2009-01-151-1/+2
* apk: per applet optionsTimo Teras2009-01-131-29/+71
* apk: honour --root command line switchTimo Teras2009-01-131-1/+2
* apk: support for ROOT environment variableNatanael Copa2009-01-121-1/+5
* various: make fancy progress bar and update todoTimo Teras2009-01-071-1/+5
* log: eliminate fortified build warningTimo Teras2009-01-061-1/+1
* Overwriting of bb files, apk_create (from old apk-tools), chdir changes,Timo Teras2008-04-221-0/+3
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-0/+5
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-19/+55
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+81