summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/http.c
Commit message (Expand)AuthorAgeFilesLines
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-2/+1Star
* [http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 clientH. Peter Anvin2008-03-311-1/+1
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-2/+0Star
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-1/+1
* Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-021-0/+3
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-13/+21
* TLS now working again.Michael Brown2007-07-301-9/+8Star
* make http_open staticHolger Lubitz2007-07-271-1/+1
* Added missing "static" declarationsMichael Brown2007-07-171-2/+2
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-1/+3
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-2/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-111-1/+3
* Update HTTP to use data-xfer interface.Michael Brown2007-05-291-217/+254
* Allow queries in GET requestsMichael Brown2007-02-011-5/+7
* Placeholder for TLS insertionMichael Brown2007-01-311-8/+19
* Changed to use the generic stream API.Michael Brown2007-01-311-21/+29
* Keep HTTP progress updated, and display a progress indicator during theMichael Brown2007-01-291-0/+4
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* A working name resolution frameworkMichael Brown2007-01-181-9/+5Star
* Presize the download buffer when we see the Content-Length header;Michael Brown2007-01-181-0/+12
* Reorder functions to more closely reflect the flow of controlMichael Brown2007-01-181-56/+47Star
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-181-34/+55
* Quickly hack in DNS resolution as a proof of conceptMichael Brown2007-01-151-6/+22
* Protocol's get() method no longer takes ownership of the URI. HTTP is theMichael Brown2007-01-151-3/+0Star
* Must free http on the error path; nothing else will do itMichael Brown2007-01-151-0/+1
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-9/+75
* Fixed HTTPMichael Brown2007-01-121-132/+290
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-281-22/+26
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-1/+1
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-4/+3Star
* New HTTP protocol and test codeDerek Pryor2006-08-111-0/+201