index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[http] Allow for HTTPS-only builds
Michael Brown
2012-02-28
1
-858
/
+2
*
[http] Include port in HTTP Host header as needed
Malte Starostik
2011-07-15
1
-1
/
+5
*
[http] Fix size_t format specifiers
Michael Brown
2011-06-29
1
-1
/
+1
*
[http] Support read-only HTTP block devices
Michael Brown
2011-06-28
1
-59
/
+308
*
[http] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-32
/
+46
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-5
/
+7
*
[http] Support chunked transfer encoding
Michael Brown
2011-05-05
1
-44
/
+119
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-2
/
+2
*
[http] Pass through unknown interface method calls
Michael Brown
2010-06-22
1
-2
/
+4
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-66
/
+29
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[base64] Allow base64_encode() to handle arbitrary data
Michael Brown
2010-05-28
1
-4
/
+4
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-13
/
+13
*
[http] GET / if URI doesn't contain a path
Joshua Oreman
2010-01-27
1
-1
/
+2
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-20
1
-19
/
+12
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[http] Support HTTP redirection
Michael Brown
2009-03-30
1
-0
/
+28
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
*
[http] Send authentication information whenever username is present
Michael Brown
2009-02-17
1
-9
/
+8
*
[xfer] Make consistent assumptions that xfer metadata can never be NULL
Michael Brown
2009-02-15
1
-1
/
+1
*
[http] Allow for URI encodings within username and password
Michael Brown
2009-02-13
1
-2
/
+15
*
[http] Add support for HTTP Basic authentication
Michael Brown
2009-02-13
1
-0
/
+28
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-2
/
+1
*
[http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 client
H. Peter Anvin
2008-03-31
1
-1
/
+1
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-2
/
+0
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-1
/
+1
*
Use otherwise-useless byte in DHCP feature option as a version number
Michael Brown
2007-08-02
1
-0
/
+3
*
Allowed HTTPS to be a separately configurable feature.
Michael Brown
2007-07-30
1
-13
/
+21
*
TLS now working again.
Michael Brown
2007-07-30
1
-9
/
+8
*
make http_open static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
Added missing "static" declarations
Michael Brown
2007-07-17
1
-2
/
+2
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-1
/
+3
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-2
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Added missing line to set return status code.
Michael Brown
2007-07-03
1
-0
/
+1
*
Add concept of transfer metadata, to be used by UDP in order to
Michael Brown
2007-06-11
1
-1
/
+3
*
Update HTTP to use data-xfer interface.
Michael Brown
2007-05-29
1
-217
/
+254
*
Allow queries in GET requests
Michael Brown
2007-02-01
1
-5
/
+7
*
Placeholder for TLS insertion
Michael Brown
2007-01-31
1
-8
/
+19
*
Changed to use the generic stream API.
Michael Brown
2007-01-31
1
-21
/
+29
*
Keep HTTP progress updated, and display a progress indicator during the
Michael Brown
2007-01-29
1
-0
/
+4
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
A working name resolution framework
Michael Brown
2007-01-18
1
-9
/
+5
*
Presize the download buffer when we see the Content-Length header;
Michael Brown
2007-01-18
1
-0
/
+12
*
Reorder functions to more closely reflect the flow of control
Michael Brown
2007-01-18
1
-56
/
+47
*
HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any
Michael Brown
2007-01-18
1
-34
/
+55
*
Quickly hack in DNS resolution as a proof of concept
Michael Brown
2007-01-15
1
-6
/
+22
*
Protocol's get() method no longer takes ownership of the URI. HTTP is the
Michael Brown
2007-01-15
1
-3
/
+0
[next]