summaryrefslogtreecommitdiffstats
path: root/src/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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