| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make seek information part of the xfer metadata, rather than an entirely | Michael Brown | 2008-01-08 | 1 | -45/+24![]() |
| | | | | | | | | separate xfer method. Add missing .alloc_iob entries to several xfer_interface_operations structures. | ||||
| * | Separate the "is data ready" function of xfer_seek() into an | Michael Brown | 2007-07-08 | 1 | -0/+1 |
| | | | | | | xfer_window() function, which can return a scalar rather than a boolean. | ||||
| * | Kill off unused request() method in data-xfer interface. | Michael Brown | 2007-07-08 | 1 | -1/+0![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | Kill off job::start() (it was only ever added as part of an aborted | Michael Brown | 2007-06-28 | 1 | -1/+0![]() |
| | | | | | attempt at triggering TCP-related protocols to start). | ||||
| * | Use standard xfer_open() argument list for downloader instantiator | Michael Brown | 2007-06-09 | 1 | -6/+11 |
| | | |||||
| * | Modify data-xfer semantics: it is no longer necessary to call one of | Michael Brown | 2007-05-26 | 1 | -14/+1![]() |
| | | | | | | | | | | request(), seek() or deliver_xxx() in order to start the data flow. Autonomous generators must be genuinely autonomous (having their own process), or otherwise arrange to be called. TCP does this by starting the retry timer immediately. Add some debugging statements. | ||||
| * | Prefix all the open()-family routines with xfer_, to disambiguate them | Michael Brown | 2007-05-18 | 1 | -3/+3 |
| | | | | | from the normal POSIX-style open() | ||||
| * | Do not hold self-references. This then avoids the problem of having to | Michael Brown | 2007-05-15 | 1 | -5/+17 |
| | | | | | | | | | | ensure that we only drop our self-reference exactly once. To maintain the guarantee that an object won't go out of scope unexpectedly while one of its event handlers is being called, the event-calling functions now automatically obtain and drop extra references. | ||||
| * | Data-transfer interface should now be functionally complete. | Michael Brown | 2007-05-15 | 1 | -9/+22 |
| | | |||||
| * | Initial sketch for a downloader object | Michael Brown | 2007-05-01 | 1 | -0/+276 |

