summaryrefslogtreecommitdiff
path: root/httpboot.c
AgeCommit message (Expand)Author
2021-09-07cleanup: always use BS and RT, not gBS and gRTPeter Jones
2021-09-07Make CopyMem() work with EFI's declarationPeter Jones
2021-09-01httpboot: Ignore case when checking HTTP headersRobbie Harwood
2021-03-10Consolidate most of our standard lib functions to libPeter Jones
2021-03-10Restructure our includes.Peter Jones
2021-02-25Fix all the places we need UNUSED on arguments.Peter Jones
2021-02-16Fix up a bunch of our license statements and add SPDX most placesPeter Jones
2020-07-23translate_slashes(): don't write to string literalsLaszlo Ersek
2020-07-23httpboot: show the error message for the ChildHandleGary Lin
2020-07-23httpboot: allow the IPv4 gateway to be emptyGary Lin
2020-07-23httpboot: print more messages when it fails to set IPGary Lin
2020-07-23httpboot: return EFI_NOT_FOUND when it fails to find the NIC handleGary Lin
2018-03-12shim: make everything use a common perror() call.Peter Jones
2018-03-12Don't use uefi_call_wrapper(), ever.Peter Jones
2018-03-12shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.Peter Jones
2018-03-12Don't have tons of local guid definitions for no reason at all.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2018-02-28httpboot: include console.hGary Lin
2018-02-28httpboot: fix the infinite loopGary Lin
2018-02-28httpboot: Amend the device path matching ruleGary Lin
2017-12-19"in_protocol" is used in more than shim.o; make it not static.Peter Jones
2017-07-17httpboot: fix OVMF crashLans Zhang
2017-03-27Fix some i386 type casting errorsPeter Jones
2017-03-24httpboot: parse https prefix in the uriGary Lin
2017-02-27Fix some type errors gcc7 finds in http boot code.Peter Jones
2016-09-06Add the optional HTTPBoot supportGary Ching-Pang Lin