index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
httpboot.c
Age
Commit message (
Expand
)
Author
2018-07-18
httpboot: show the error message for the ChildHandle
Gary Lin
2018-07-18
httpboot: allow the IPv4 gateway to be empty
Gary Lin
2018-07-18
httpboot: print more messages when it fails to set IP
Gary Lin
2018-07-18
httpboot: return EFI_NOT_FOUND when it fails to find the NIC handle
Gary Lin
2018-03-12
shim: make everything use a common perror() call.
Peter Jones
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2018-02-28
httpboot: include console.h
Gary Lin
2018-02-28
httpboot: fix the infinite loop
Gary Lin
2018-02-28
httpboot: Amend the device path matching rule
Gary Lin
2017-12-19
"in_protocol" is used in more than shim.o; make it not static.
Peter Jones
2017-07-17
httpboot: fix OVMF crash
Lans Zhang
2017-03-27
Fix some i386 type casting errors
Peter Jones
2017-03-24
httpboot: parse https prefix in the uri
Gary Lin
2017-02-27
Fix some type errors gcc7 finds in http boot code.
Peter Jones
2016-09-06
Add the optional HTTPBoot support
Gary Ching-Pang Lin