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
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-09-07
Make CopyMem() work with EFI's declaration
Peter Jones
2021-09-01
httpboot: Ignore case when checking HTTP headers
Robbie Harwood
2021-03-10
Consolidate most of our standard lib functions to lib
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2020-07-23
translate_slashes(): don't write to string literals
Laszlo Ersek
2020-07-23
httpboot: show the error message for the ChildHandle
Gary Lin
2020-07-23
httpboot: allow the IPv4 gateway to be empty
Gary Lin
2020-07-23
httpboot: print more messages when it fails to set IP
Gary Lin
2020-07-23
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