| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ready to start testing | Michael Brown | 2007-07-08 | 1 | -73/+0![]() |
| | | |||||
| * | Create and use async_block() macro; it cuts down on the visual overhead | Michael Brown | 2007-01-16 | 1 | -10/+10 |
| | | | | | | of blocking on asynchronous operations, when that isn't an important aspect of the code. | ||||
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -1/+7 |
| | | | | | | | | | | | | will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). Anything other than HTTP is probably broken right now; I'll fix the others up asap. | ||||
| * | Merge changes from mcb-tcp-fixes branch. | Michael Brown | 2006-12-28 | 1 | -1/+1 |
| | | |||||
| * | Add ability to shut down iSCSI connection | Michael Brown | 2006-12-21 | 1 | -1/+16 |
| | | |||||
| * | Updated to use asynchronous operation model for iSCSI requests | Michael Brown | 2006-11-28 | 1 | -1/+1 |
| | | | | | Added CHAP authentication | ||||
| * | Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol". | Michael Brown | 2006-05-15 | 1 | -0/+52 |

