summaryrefslogtreecommitdiff
path: root/src/fetch.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09fetch: removed debug messageNatanael Copa1-1/+0
leftovers from a debug session.
2009-06-09fetch: added --link/-L optionNatanael Copa1-19/+33
fixes #42 This will also fix a bug that left an empty file in destination dir when source file did not exist in repository. There are still issues with paths longer than 255 chars.
2009-05-26fetch: fix fd leakNatanael Copa1-1/+1
we should always close the in-stream, not only on failure.
2009-04-15fetch: close downloaded file. unlink on failureNatanael Copa1-0/+3
2009-04-15fetch: new applet to download .apk filesTimo Teras1-0/+185
Fixes #24.