summaryrefslogtreecommitdiffstats
path: root/src/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* fetch: fix fetching of packages with archTimo Teräs2011-04-071-3/+1
* apk-tools-2.1.0_pre1Timo Teräs2011-03-291-4/+3
* fetch: fix package version printTimo Teräs2011-03-291-3/+4
* various: fix breakage from converting dependency versions to atomsTimo Teräs2011-01-011-0/+1
* various: use O_CLOEXEC and add some error checkingTimo Teräs2010-06-111-5/+3
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-5/+7
* fetch: do not include installed non-repository files in searchTimo Teras2010-03-041-3/+5
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-9/+7
* all: implement database open optionsTimo Teras2009-08-061-14/+10
* fetch: --link is -L for short, not -lTimo Teras2009-08-051-1/+1
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-041-0/+3
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-26/+28
* add, fetch: make handling of special options more logicalTimo Teras2009-07-241-0/+44
* db: open flags revisitedTimo Teras2009-07-071-1/+1
* fetch: respect --simulate optionNatanael Copa2009-07-061-0/+3
* help: auto construct helpTimo Teras2009-06-251-8/+11
* ver: only compare the given packages, show versionNatanael Copa2009-06-201-2/+2
* improve --help outputNatanael Copa2009-06-191-1/+2
* fetch: use lstat to verify filesize on existing targetsNatanael Copa2009-06-161-3/+2
* fetch: readlink does not end buffer with \0Natanael Copa2009-06-111-1/+4
* fetch: do not create hardlinks to softlinks but to softlink targetsNatanael Copa2009-06-111-1/+3
* fetch: removed debug messageNatanael Copa2009-06-091-1/+0
* fetch: added --link/-L optionNatanael Copa2009-06-091-19/+33
* fetch: fix fd leakNatanael Copa2009-05-261-1/+1
* fetch: close downloaded file. unlink on failureNatanael Copa2009-04-151-0/+3
* fetch: new applet to download .apk filesTimo Teras2009-04-151-0/+185