Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make seek information part of the xfer metadata, rather than an entirely | Michael Brown | 2008-01-08 | 1 | -1/+1 |
* | Separate the "is data ready" function of xfer_seek() into an | Michael Brown | 2007-07-08 | 1 | -1/+2 |
* | 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 |
* | Modify data-xfer semantics: it is no longer necessary to call one of | Michael Brown | 2007-05-26 | 1 | -12/+15 |
* | Prefix all the open()-family routines with xfer_, to disambiguate them | Michael Brown | 2007-05-18 | 1 | -3/+4 |
* | Do not hold self-references. This then avoids the problem of having to | Michael Brown | 2007-05-15 | 1 | -6/+9 |
* | Data-transfer interface should now be functionally complete. | Michael Brown | 2007-05-15 | 1 | -0/+68 |