summaryrefslogtreecommitdiffstats
path: root/src/tests/ftptest.c
Commit message (Collapse)AuthorAgeFilesLines
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-52/+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.
* buffer.c should be using copy_{to,from}_user, rather thanMichael Brown2007-01-111-1/+1
| | | | copy_{to,from}_phys.
* Change FTP to use a data buffer rather than a callback function.Michael Brown2007-01-111-2/+14
|
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-281-1/+1
|
* Update ftp.c to work with Nikhil's TCP stack.Michael Brown2006-12-051-4/+3Star
| | | | 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 Brown2006-06-191-0/+41