index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
[acpi] Support the "_RTXMAC_" format for ACPI-based MAC addresses
acpimac
Michael Brown
1
-0
/
+19
2022-03-24
[acpi] Add MAC address extraction self-tests
Michael Brown
2
-0
/
+239
2022-03-15
[utf8] Add UTF-8 accumulation self-tests
Michael Brown
2
-0
/
+165
2022-01-13
[uri] Allow for relative URIs that include colons within the path
uricolon
Michael Brown
1
-0
/
+10
2022-01-04
[settings] Support formatting UUIDs as little-endian GUIDs
guid
Michael Brown
1
-0
/
+10
2021-11-12
[uri] Retain original encodings for path, query, and fragment fields
uri
Michael Brown
1
-13
/
+40
2021-05-18
[x509] Use case-insensitive comparison for certificate names
Michael Brown
1
-0
/
+1
2021-05-18
[libc] Add strncasecmp()
Michael Brown
1
-0
/
+8
2021-05-08
[gzip] Add support for gzip archive images
imgextract
Michael Brown
2
-0
/
+161
2021-05-08
[zlib] Add support for zlib archive images
Michael Brown
2
-0
/
+134
2020-12-09
[x509] Make root of trust a reference-counted structure
Michael Brown
2
-0
/
+5
2020-12-08
[x509] Record root of trust used when validating a certificate
Michael Brown
2
-1
/
+6
2020-07-21
[libc] Fix memcmp() to return proper values
Michael J. Bazzinotti
1
-0
/
+1
2020-06-16
[crypto] Ensure that test code drags in required ASN.1 object identifiers
Michael Brown
1
-12
/
+13
2019-01-15
[libc] Fix strcmp()/strncmp() to return proper values
Aaron Young
1
-0
/
+1
2018-03-24
[list] Add list_is_first_entry() and list_is_last_entry()
Michael Brown
1
-0
/
+21
2017-11-12
[ntlm] Add support for NTLM authentication mechanism
Michael Brown
2
-0
/
+313
2017-11-12
[crypto] Add MD4 message digest algorithm
Michael Brown
2
-0
/
+77
2017-03-29
[build] Avoid implicit-fallthrough warnings on GCC 7
Michael Brown
1
-2
/
+3
2016-08-31
[list] Add list_next_entry() and list_prev_entry()
Michael Brown
1
-0
/
+23
2016-08-25
[crypto] Generalise X.509 "valid" field to a "flags" field
Michael Brown
1
-1
/
+1
2016-07-29
[crypto] Add PEM image format
Michael Brown
2
-0
/
+108
2016-07-29
[crypto] Add DER image format
Michael Brown
4
-0
/
+255
2016-07-25
[ipv6] Allow for multiple routers
Michael Brown
1
-0
/
+281
2016-07-25
[test] Update IPv6 tests to use okx()
Michael Brown
1
-25
/
+39
2016-06-09
[pci] Support systems with multiple PCI root bridges
Michael Brown
1
-1
/
+3
2016-05-05
[bitops] Fix typo in test case
Michael Brown
1
-1
/
+1
2016-04-12
[libc] Print "<NULL>" for wide-character NULL strings
Michael Brown
1
-0
/
+4
2016-04-12
[test] Update snprintf_ok() to use okx()
Michael Brown
1
-14
/
+25
2016-03-17
[test] Move i386-specific tests to arch/i386/tests
Michael Brown
4
-346
/
+0
2016-03-16
[bitops] Add generic atomic bit test, set, and clear functions
Michael Brown
2
-0
/
+103
2016-03-14
[uri] Support "file:" URIs describing relative paths
Michael Brown
1
-2
/
+2
2016-03-13
[uri] Support URIs containing only scheme and path components
Michael Brown
1
-0
/
+31
2016-03-12
[test] Add missing #include <string.h>
Michael Brown
1
-0
/
+1
2016-02-11
[iobuf] Improve robustness of I/O buffer allocation
Michael Brown
2
-0
/
+137
2016-01-26
[uri] Apply URI decoding for all parsed URIs
Michael Brown
1
-0
/
+14
2016-01-21
[tftp] Mangle initial slash on TFTP URIs
Michael Brown
1
-6
/
+6
2015-09-10
[tcpip] Avoid generating positive zero for transmitted UDP checksums
Michael Brown
1
-1
/
+18
2015-09-02
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
1
-29
/
+77
2015-08-25
[settings] Re-add "uristring" setting type
Michael Brown
1
-0
/
+16
2015-08-21
[image] Detect image type when image is first registered
Michael Brown
1
-2
/
+5
2015-07-28
[linebuf] Support buffering of multiple lines
Michael Brown
2
-26
/
+312
2015-07-28
[peerdist] Include trimmed range within content information block
Michael Brown
1
-33
/
+55
2015-07-28
[ipv4] Redefine IP address constants to avoid unnecessary byte swapping
Michael Brown
1
-20
/
+21
2015-07-27
[test] Add NIST self-tests for AES192 in ECB and CBC modes
Michael Brown
1
-1
/
+33
2015-07-27
[test] Add NIST self-tests for AES128 and AES256 in ECB mode
Michael Brown
1
-0
/
+38
2015-07-27
[test] Define shortcuts for frequently-used NIST AES test vectors
Michael Brown
1
-25
/
+30
2015-07-27
[test] Generalise cipher tests and use okx()
Michael Brown
5
-213
/
+192
2015-04-24
[settings] Add "base64" setting type
Michael Brown
1
-0
/
+15
2015-04-24
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
1
-17
/
+29
[next]