summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/http.h
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-0/+5
|
* Update HTTP to use data-xfer interface.Michael Brown2007-05-291-46/+0Star
|
* Add HTTPS portMichael Brown2007-01-311-0/+3
|
* Changed to use the generic stream API.Michael Brown2007-01-311-3/+3
|
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-181-0/+2
| | | | other protocol won't work at the moment.
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-12/+9Star
| | | | | | | | | | | 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.
* Fixed HTTPMichael Brown2007-01-121-28/+28
|
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-281-2/+4
|
* New HTTP protocol and test codeDerek Pryor2006-08-111-0/+58