aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
centos7[build] Fix build failures with older versions of gccMichael Brown4 months
coverity_scan[readline] Silence spurious null pointer dereference Coverity warningMichael Brown2 months
des[crypto] Add implementation of the DES cipherMichael Brown5 months
gcmassert[build] Fix build failures with random versions of gccMichael Brown3 months
letsencrypt[crypto] Allow for multiple cross-signed certificate download attemptsMichael Brown4 months
master[hci] Remove the generalised widget user interface abstractionMichael Brown3 days
mschapv2[crypto] Add implementation of MS-CHAPv2 authenticationMichael Brown4 months
snppad[snp] Pad transmit buffer length to work around buggy vendor driversMichael Brown3 months
vetodhcp6[efi] Veto the Dhcp6Dxe driver on all platformsMichael Brown2 months
x25519[crypto] Add X25519 key exchange algorithmMichael Brown5 months
[...]
 
TagDownloadAuthorAge
v1.21.1ipxe-1.21.1.zip  ipxe-1.21.1.tar.gz  ipxe-1.21.1.tar.bz2  Michael Brown3 years
v1.20.1ipxe-1.20.1.zip  ipxe-1.20.1.tar.gz  ipxe-1.20.1.tar.bz2  Michael Brown4 years
v1.0.0ipxe-1.0.0.zip  ipxe-1.0.0.tar.gz  ipxe-1.0.0.tar.bz2  Marty Connor14 years
v1.0.0-rc1ipxe-1.0.0-rc1.zip  ipxe-1.0.0-rc1.tar.gz  ipxe-1.0.0-rc1.tar.bz2  Marty Connor14 years
v0.9.9ipxe-0.9.9.zip  ipxe-0.9.9.tar.gz  ipxe-0.9.9.tar.bz2  Marty Connor15 years
v0.9.8ipxe-0.9.8.zip  ipxe-0.9.8.tar.gz  ipxe-0.9.8.tar.bz2  Marty Connor15 years
v0.9.7ipxe-0.9.7.zip  ipxe-0.9.7.tar.gz  ipxe-0.9.7.tar.bz2  Michael Brown15 years
v0.9.6ipxe-0.9.6.zip  ipxe-0.9.6.tar.gz  ipxe-0.9.6.tar.bz2  Marty Connor16 years
v0.9.5ipxe-0.9.5.zip  ipxe-0.9.5.tar.gz  ipxe-0.9.5.tar.bz2  Marty Connor16 years
v0.9.4ipxe-0.9.4.zip  ipxe-0.9.4.tar.gz  ipxe-0.9.4.tar.bz2  Marty Connor16 years
[...]
 
AgeCommit messageAuthorFilesLines
3 days[hci] Remove the generalised widget user interface abstractionHEADmasterMichael Brown4-254/+0
3 days[form] Reimplement the "login" user interfaceMichael Brown1-61/+31
4 days[form] Add support for dynamically created interactive formsMichael Brown6-0/+616
4 days[dynui] Add concept of a secret user interface itemMichael Brown2-0/+9
4 days[dynui] Allow for multiple flags on a user interface itemMichael Brown4-10/+17
4 days[dynui] Generalise mechanisms for looking up user interface itemsMichael Brown3-32/+52
4 days[dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown9-192/+195
4 days[hci] Allow tab key to be used to cycle through UI elementsMichael Brown4-33/+86
6 days[hci] Rename "item" command's first parameter from "label" to "name"Michael Brown4-33/+33
6 days[hci] Split out msg() and alert() from settings UI codeMichael Brown3-72/+131
[...]