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
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
*
[iscsi] Limit maximum transfer size to MaxBurstLength
iscsicap
Michael Brown
2023-02-16
1
-4
/
+61
*
[uri] Retain original encodings for path, query, and fragment fields
Michael Brown
2021-11-12
1
-2
/
+2
*
[uri] Make URI schemes case-insensitive
Michael Brown
2021-07-01
1
-1
/
+2
*
[crypto] Allow private key to be specified as a TLS connection parameter
Michael Brown
2020-12-15
2
-2
/
+2
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
2
-2
/
+2
*
[http] Hide HTTP transport-layer filter implementation details
Michael Brown
2020-12-08
2
-3
/
+14
*
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
2020-12-07
2
-22
/
+21
*
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
2020-10-20
1
-0
/
+2
*
[http] Allow HTTP connection to be described using an EFI device path
Michael Brown
2020-10-19
1
-0
/
+15
*
[iscsi] Eliminate variable-length stack allocation in URI parsing
Michael Brown
2020-02-16
1
-10
/
+28
*
[iscsi] Eliminate variable-length stack allocations in CHAP handlers
Michael Brown
2020-02-16
1
-11
/
+41
*
[http] Work around stateful authentication schemes
Michael Brown
2018-06-08
2
-2
/
+19
*
[iscsi] Parse IPv6 address in root path
Hannes Reinecke
2018-03-01
1
-1
/
+6
*
[http] Allow for domain names within NTLM user names
Michael Brown
2018-02-19
1
-3
/
+22
*
[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] Add support for NTLM authentication
Michael Brown
2017-11-12
1
-0
/
+201
*
[http] Handle parsing of WWW-Authenticate header within authentication scheme
Michael Brown
2017-11-12
3
-67
/
+110
*
[http] Gracefully handle offers of multiple authentication schemes
Michael Brown
2017-11-12
1
-3
/
+10
*
[iscsi] Always send FirstBurstLength parameter
Michael Brown
2017-05-03
1
-4
/
+10
*
[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
3
-36
/
+13
*
[http] Add missing check for memory allocation failure
Michael Brown
2017-03-21
1
-0
/
+5
*
[nfs] Fix double free bug on error path
Michael Brown
2017-03-21
1
-6
/
+1
*
[iscsi] Don't close when receiving NOP-In
Vishvananda Ishaya Abrams
2017-03-09
1
-9
/
+8
*
[iscsi] Use intfs_shutdown() when shutting down multiple interfaces
Michael Brown
2017-03-09
1
-4
/
+2
*
[http] Cleanly shut down potentially looped interfaces
Michael Brown
2017-02-02
1
-15
/
+6
*
[cloud] Add ability to retrieve Google Compute Engine metadata
Michael Brown
2017-01-23
1
-0
/
+72
*
[iscsi] Avoid potential infinite loops during shutdown
Michael Brown
2016-11-16
1
-0
/
+1
*
[interface] Provide intf_reinit() to reinitialise nullified interfaces
Michael Brown
2016-11-16
1
-4
/
+1
*
[iscsi] Treat redirection failures as fatal
Michael Brown
2016-07-04
1
-1
/
+10
*
[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
*
[http] Verify server port when reusing a pooled connection
Michael Brown
2015-10-02
1
-7
/
+12
*
[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
8
-1241
/
+2480
*
[iscsi] Add missing "break" statements
Michael Brown
2015-07-28
1
-0
/
+2
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
2
-2
/
+3
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
2
-12
/
+16
*
[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
*
[iscsi] Rewrite unrelicensable portions of iscsi.c
Michael Brown
2015-03-02
1
-36
/
+28
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
1
-2
/
+2
*
[scsi] Improve sense code parsing
Michael Brown
2014-06-03
1
-4
/
+7
[next]