summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe/HttpBootImpl.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-19NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic AuthenticationSaloni Kasbekar1-1/+22
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-141/+153
2021-12-07NetworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2020-02-10NetworkPkg/HttpBootDxe: Fix various typosAntoine Coeur1-1/+1
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-39/+39
2018-03-02NetworkPkg/HttpBootDxe: Fix the incorrect error message output.Jiaxin Wu1-17/+20
2017-12-22NetworkPkg/HttpBootDxe: Break the HttpBoot Callback function when meet redire...Jiaxin Wu1-0/+1
2017-12-22NetworkPkg/HttpBootDxe: Avoid the potential memory leak when eror happen.Jiaxin Wu1-1/+5
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang21-4/+4
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan1-0/+21
2017-08-14NetworkPkg/HttpBootDxe: Update device path node to include DNS informationJiaxin Wu1-0/+5
2017-08-03NetworkPkg: Display HTTP redirection info to the screen if need.Fu Siyuan1-2/+21
2017-06-23NetworkPkg: Fix GCC build issue.Fu Siyuan1-0/+1
2017-06-22NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.Fu Siyuan1-12/+209
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan1-2/+2
2016-06-30NetworkPkg: Stop the HTTP Boot service after the boot image download complete.Fu Siyuan1-1/+5
2016-05-06NetworkPkg/HttpBootDxe: Fix for the issue that the HTTP boot option can't be ...Sunny Wang1-2/+4
2016-04-11NetworkPkg: Add RAM disk boot support to HTTP Boot driver.Fu Siyuan1-48/+88
2016-03-25NetworkPkg:Fix Http boot download issue.Zhang Lubo1-1/+1
2016-03-07NetworkPkg: Add URI configuration form to HTTP boot driver.Fu Siyuan1-15/+56
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo1-19/+90
2015-08-27NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu1-364/+364
2015-08-18NetworkPkg: Stop and release DHCP4 child after boot info is readyJiaxin Wu1-0/+12
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan1-0/+352