| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -52/+0![]() |
| | | | | | | | | | | | | 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. | ||||
| * | buffer.c should be using copy_{to,from}_user, rather than | Michael Brown | 2007-01-11 | 1 | -1/+1 |
| | | | | | copy_{to,from}_phys. | ||||
| * | Change FTP to use a data buffer rather than a callback function. | Michael Brown | 2007-01-11 | 1 | -2/+14 |
| | | |||||
| * | Merge changes from mcb-tcp-fixes branch. | Michael Brown | 2006-12-28 | 1 | -1/+1 |
| | | |||||
| * | Update ftp.c to work with Nikhil's TCP stack. | Michael Brown | 2006-12-05 | 1 | -4/+3![]() |
| | | | | | Remove the now-totally-obsolete sockaddr_in field from tcp.h. | ||||
| * | Update ftp.c and hello.c to use the generic async_operations API. | Michael Brown | 2006-06-19 | 1 | -0/+41 |

