summaryrefslogtreecommitdiffstats
path: root/src/usr/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-181-109/+0Star
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-4/+4
* Create and use async_block() macro; it cuts down on the visual overheadMichael Brown2007-01-161-5/+2Star
* Update TFTP and FTP to take the same temporary URI scheme as HTTPMichael Brown2007-01-151-9/+12
* Protocol's get() method no longer takes ownership of the URI. HTTP is theMichael Brown2007-01-151-2/+1Star
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-27/+36
* Add HTTP test supportMichael Brown2007-01-121-3/+22
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-8/+12
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-7/+0Star
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+85