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 Brown8 weeks
des[crypto] Add implementation of the DES cipherMichael Brown4 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[libc] Add stpcpy()Michael Brown2 weeks
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 Brown9 weeks
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
2024-05-31[libc] Add stpcpy()HEADmasterMichael Brown3-2/+34
2024-05-15[hci] Provide a general concept of a text widget setMichael Brown9-140/+509
2024-04-17[test] Add test cases for editable stringsMichael Brown2-0/+199
2024-04-17[hci] Fix semantics of replace_string() to match code commentsMichael Brown1-17/+18
2024-04-16[efi] Veto the Dhcp6Dxe driver on all platformsvetodhcp6Michael Brown1-0/+30
2024-04-15[hci] Use dynamically allocated buffers for editable stringsMichael Brown8-142/+199
2024-04-15[efi] Do not attempt to download autoexec.ipxe without a valid base URIMichael Brown1-0/+10
2024-04-03[netdevice] Add "linktype" settingPavel Krotkiy2-0/+24
2024-04-03[efi] Restructure handling of autoexec.ipxe scriptMichael Brown4-384/+124
2024-04-02[cachedhcp] Allow cached DHCPACK to apply to temporary network devicesMichael Brown3-10/+71
[...]