summaryrefslogtreecommitdiff
path: root/src/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-24add, fetch: make handling of special options more logicalTimo Teras1-0/+44
2009-07-07db: open flags revisitedTimo Teras1-1/+1
2009-07-06fetch: respect --simulate optionNatanael Copa1-0/+3
2009-06-25help: auto construct helpTimo Teras1-8/+11
2009-06-20ver: only compare the given packages, show versionNatanael Copa1-2/+2
2009-06-19improve --help outputNatanael Copa1-1/+2
2009-06-16fetch: use lstat to verify filesize on existing targetsNatanael Copa1-3/+2
2009-06-11fetch: readlink does not end buffer with \0Natanael Copa1-1/+4
2009-06-11fetch: do not create hardlinks to softlinks but to softlink targetsNatanael Copa1-1/+3
2009-06-09fetch: removed debug messageNatanael Copa1-1/+0
2009-06-09fetch: added --link/-L optionNatanael Copa1-19/+33
2009-05-26fetch: fix fd leakNatanael Copa1-1/+1
2009-04-15fetch: close downloaded file. unlink on failureNatanael Copa1-0/+3
2009-04-15fetch: new applet to download .apk filesTimo Teras1-0/+185