summaryrefslogtreecommitdiffstats
path: root/src/core/downloader.c
Commit message (Expand)AuthorAgeFilesLines
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-45/+24Star
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+1
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-281-1/+0Star
* Use standard xfer_open() argument list for downloader instantiatorMichael Brown2007-06-091-6/+11
* Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-261-14/+1Star
* Prefix all the open()-family routines with xfer_, to disambiguate themMichael Brown2007-05-181-3/+3
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-5/+17
* Data-transfer interface should now be functionally complete.Michael Brown2007-05-151-9/+22
* Initial sketch for a downloader objectMichael Brown2007-05-011-0/+276