summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe/HttpBootSupport.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-13Network/HttpBootDxe: Modify device path parser to detect Proxy URI node.Saloni Kasbekar1-40/+114
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-188/+201
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+4
2021-10-22NetworkPkg/HttpBootDxe: make file extension check case-insensitiveLin, Gary (HPS OE-Linux)1-3/+3
2021-01-14NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIsAbner Chang1-130/+0
2020-12-04NetworkPkg/HttpBootDxe: Utilize HttpIoLibAbner Chang1-430/+1
2020-02-11NetworkPkg/HttpBootDxe: Fix various typosAntoine Coeur1-6/+6
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-68/+68
2018-01-25NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen.Jiaxin Wu1-2/+0
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan1-0/+2
2017-08-09NetworkPkg/HttpBootDxe: Refine the coding style.Jiaxin Wu1-1/+1
2017-08-03NetworkPkg: Display HTTP redirection info to the screen if need.Fu Siyuan1-1/+24
2017-08-02NetworkPkg/HttpBootDxe: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu1-1/+1
2017-06-22NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.Fu Siyuan1-0/+29
2017-06-09NetworkPkg/HttpBootDxe: Handle new #define in HttpBootDxehegdenag1-0/+4
2017-02-16NetworkPkg/HttpBootDxe: Update to check specified media typeJiaxin Wu1-1/+9
2017-02-16NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC buildJiaxin Wu1-0/+2
2017-02-15NetworkPkg/HttpBootDxe: Request HTTP token notify as a DPC at TPL_CALLBACKJiaxin Wu1-2/+35
2017-01-23NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu1-1/+52
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu1-3/+2
2016-06-13NetworkPkg: Handling timeout case in httpboot driverJiaxin Wu1-1/+45
2016-04-11NetworkPkg: Add RAM disk boot support to HTTP Boot driver.Fu Siyuan1-0/+142
2016-03-16NetworkPkg: Fix the driver model issue in HTTP Boot driver.Fu Siyuan1-4/+4
2016-03-15NetworkPkg: fix function comments in HttpBootDxe.Fu Siyuan1-1/+1
2016-03-10NetworkPkg: Use the New Functions from HttpLibGhazi Belaam1-38/+5
2016-03-07NetworkPkg: Add URI configuration form to HTTP boot driver.Fu Siyuan1-0/+63
2016-02-03NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo1-13/+5
2016-01-12NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara1-2/+2
2015-11-10NetworkPkg: Report Http Errors to screen when http layer occurs an errorZhang Lubo1-1/+150
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo1-22/+270
2015-08-27NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu1-590/+590
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan1-0/+590