summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe/HttpBootClient.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-19NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic AuthenticationSaloni Kasbekar1-1/+98
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-179/+220
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-3/+2
2021-07-28NetworkPkg: Making the HTTP IO timeout value programmable with PCDZachary Clark-Williams1-3/+9
2021-01-14NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIsAbner Chang1-5/+5
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-41/+41
2018-03-02NetworkPkg/HttpBootDxe: Fix the incorrect error message output.Jiaxin Wu1-0/+1
2018-03-02NetworkPkg/HttpBootDxe: Correct the parameter check for the usage of HttpBoot...Jiaxin Wu1-7/+6
2018-01-25NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen.Jiaxin Wu1-0/+10
2017-08-14NetworkPkg/HttpBootDxe: Update device path node to include DNS informationJiaxin Wu1-24/+114
2017-06-22NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.Fu Siyuan1-2/+65
2017-01-23NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu1-1/+19
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-10/+9
2016-06-13NetworkPkg: Fix IPv6 boot failure in diff net segment issueJiaxin Wu1-9/+9
2016-06-13NetworkPkg: Handling timeout case in httpboot driverJiaxin Wu1-2/+8
2016-05-13NetworkPkg: Make HttpBootGetBootFile return EFI_BUFFER_TOO_SMALLGary Lin1-1/+3
2016-04-11NetworkPkg: Add RAM disk boot support to HTTP Boot driver.Fu Siyuan1-6/+31
2016-03-16NetworkPkg: Fix the driver model issue in HTTP Boot driver.Fu Siyuan1-1/+4
2016-03-07NetworkPkg: Add URI configuration form to HTTP boot driver.Fu Siyuan1-44/+55
2016-02-25NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud1-3/+4
2016-02-03NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo1-2/+8
2016-01-12NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara1-4/+4
2015-12-23NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan1-108/+163
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo1-24/+210
2015-09-14NetworkPkg: Update cache management in HTTP boot driver.Fu Siyuan1-28/+35
2015-08-27NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu1-830/+830
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan1-0/+830