summaryrefslogtreecommitdiffstats
path: root/src/tests/hellotest.c
Commit message (Collapse)AuthorAgeFilesLines
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-43/+0Star
| | | | | | | | | | | 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 Brown2006-12-281-1/+1
|
* Add very, very quick and dirty hello world testMichael Brown2006-08-071-3/+5
|
* Update ftp.c and hello.c to use the generic async_operations API.Michael Brown2006-06-191-0/+41