index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
/
httpcore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[http] Add error table entry for HTTP 404 Not Found error
Michael Brown
2024-03-29
1
-1
/
+2
*
[params] Allow for arbitrary HTTP request headers to be specified
Michael Brown
2023-03-01
1
-9
/
+34
*
[http] Use POST method only if the form parameter list is non-empty
Michael Brown
2023-03-01
1
-44
/
+32
*
[uri] Retain original encodings for path, query, and fragment fields
Michael Brown
2021-11-12
1
-2
/
+2
*
[http] Allow HTTP connection to be described using an EFI device path
Michael Brown
2020-10-19
1
-0
/
+15
*
[http] Work around stateful authentication schemes
Michael Brown
2018-06-08
1
-0
/
+12
*
[http] Report unsuccessful response status lines at DBGVL_LOG
Michael Brown
2017-12-28
1
-0
/
+2
*
[http] Include error messages for 4xx and 5xx response codes
Michael Brown
2017-12-28
1
-0
/
+7
*
[http] Notify data transfer interface when underlying connection is ready
Michael Brown
2017-03-28
1
-0
/
+3
*
[block] Describe all SAN devices via ACPI tables
Michael Brown
2017-03-28
1
-17
/
+0
*
[http] Cleanly shut down potentially looped interfaces
Michael Brown
2017-02-02
1
-15
/
+6
*
[interface] Provide intf_reinit() to reinitialise nullified interfaces
Michael Brown
2016-11-16
1
-4
/
+1
*
[http] Accept headers with no whitespace following the colon
Michael Brown
2016-06-09
1
-2
/
+6
*
[http] Ignore unrecognised "Connection" header tokens
Michael Brown
2016-05-25
1
-13
/
+11
*
[http] Handle relative redirection URIs
Michael Brown
2016-01-09
1
-7
/
+46
*
[settings] Re-add "uristring" setting type
Michael Brown
2015-08-25
1
-2
/
+2
*
[http] Rewrite HTTP core to support content encodings
Michael Brown
2015-08-17
1
-1215
/
+1496
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
1
-1
/
+2
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-6
/
+8
*
[http] Support MD5-sess Digest authentication
Michael Brown
2015-03-09
1
-2
/
+42
*
[http] Abstract out HTTP Digest hash algorithm operations
Michael Brown
2015-03-09
1
-28
/
+56
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[http] Profile receive datapath
Michael Brown
2014-04-28
1
-0
/
+13
*
[http] Accept Content-Length header with trailing whitespace
Michael Brown
2014-03-25
1
-1
/
+2
*
[http] Automatically retry request on a 503 Service Unavailable
Michael Brown
2014-03-07
1
-1
/
+45
*
[http] Use a retry timer to trigger retried requests
Michael Brown
2014-03-07
1
-15
/
+44
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-28
/
+34
*
[http] Add support for HTTP POST
Michael Brown
2013-08-19
1
-3
/
+121
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
1
-2
/
+3
*
[http] Fix HTTP SAN booting
Michael Brown
2012-08-17
1
-6
/
+6
*
[http] Treat any unexpected connection close as an error
Michael Brown
2012-08-15
1
-7
/
+15
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[http] Add support for Digest authentication
Michael Brown
2012-05-22
1
-0
/
+173
*
[http] Provide credentials only when requested by server
Michael Brown
2012-05-22
1
-16
/
+128
*
[http] Split construction of Authorization header out of http_step()
Michael Brown
2012-05-22
1
-57
/
+96
*
[http] Defer processing response code until after receiving all headers
Michael Brown
2012-05-22
1
-6
/
+10
*
[http] Reopen connections when server does not keep connection alive
Michael Brown
2012-05-22
1
-31
/
+118
*
[http] Fix typo in memory allocation
Kevin Tran
2012-04-27
1
-1
/
+1
*
[http] Avoid using stack-allocated memory in http_step()
Michael Brown
2012-04-23
1
-14
/
+32
*
[http] Disambiguate the various error causes
Michael Brown
2012-03-27
1
-13
/
+45
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
1
-1
/
+2
*
[http] Recognise status code 303 as valid
Jason Lunz
2012-03-01
1
-0
/
+1
*
[http] Allow for HTTPS-only builds
Michael Brown
2012-02-28
1
-0
/
+886