summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-181-16/+0Star
| | | | other protocol won't work at the moment.
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-1/+1
| | | | | | | | | | | 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.
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-2/+5
| | | | returns the allocated buffer.
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+13