| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Warnings purge of src/core | Marty Connor | 2007-07-02 | 1 | -474/+0![]() |
| | | |||||
| * | Added async_block_progress() and default SIGUPDATE handler. | Michael Brown | 2007-01-29 | 1 | -3/+58 |
| | | |||||
| * | When an async operation dies, orphan its children. | Michael Brown | 2007-01-18 | 1 | -35/+74 |
| | | |||||
| * | Added async_uninit() to simplify failure paths. | Michael Brown | 2007-01-18 | 1 | -0/+36 |
| | | |||||
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -17/+309 |
| | | | | | | | | | | | | 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. | ||||
| * | Missing from previous checkin. | Michael Brown | 2006-05-31 | 1 | -0/+52 |
| This is the core portion of the async I/O interface. | |||||

