summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe
AgeCommit message (Expand)AuthorFilesLines
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick1-1/+9
2023-09-08NetworkPkg: Increase HTTP buffer size and enable TCP window scalingAndrei Otcheretianski1-1/+1
2022-10-14NetworkPkg/HttpBootDxe: Add LOONGARCH64 architecture for EDK2 CI.Chao Li1-0/+3
2022-07-19NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic AuthenticationSaloni Kasbekar4-4/+130
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki16-1436/+1503
2021-12-07NetworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney3-9/+8
2021-10-22NetworkPkg/HttpBootDxe: make file extension check case-insensitiveLin, Gary (HPS OE-Linux)1-3/+3
2021-07-28NetworkPkg: Making the HTTP IO timeout value programmable with PCDZachary Clark-Williams3-10/+12
2021-01-14NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIsAbner Chang3-188/+5
2020-12-04NetworkPkg/HttpBootDxe: Utilize HttpIoLibAbner Chang4-619/+6
2020-04-03NetworkPkg/HttpBootDxe: Add RISC-V architecture for EDK2 CI.Abner Chang1-0/+3
2020-02-10NetworkPkg/HttpBootDxe: Fix various typosAntoine Coeur9-28/+28
2020-02-10NetworkPkg/HttpBootDxe: Fix a typo in variable namePhilippe Mathieu-Daudé2-3/+3
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney22-154/+22
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal1-10/+5
2018-06-28NetworkPkg: Clean up source filesLiming Gao19-616/+616
2018-06-21MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan1-0/+3
2018-03-28NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsingLaszlo Ersek1-2/+2
2018-03-02NetworkPkg/HttpBootDxe: Fix the incorrect error message output.Jiaxin Wu2-17/+21
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 Wu2-2/+10
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 Wu2-1/+8
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22-4/+6
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan2-0/+23
2017-10-30NetworkPkg/HttpBootDxe: Add check to avoid use NULL pointerJiaxin Wu1-23/+27
2017-10-26NetworkPkg/HttpBootDxe: Add IPv6 support condition check.Jiaxin Wu3-10/+157
2017-08-14NetworkPkg/HttpBootDxe: Update device path node to include DNS informationJiaxin Wu3-24/+121
2017-08-09NetworkPkg/HttpBootDxe: Refine the coding style.Jiaxin Wu2-2/+2
2017-08-03NetworkPkg: Display HTTP redirection info to the screen if need.Fu Siyuan4-3/+62
2017-08-02NetworkPkg/HttpBootDxe: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu1-1/+1
2017-06-23NetworkPkg: Fix GCC build issue.Fu Siyuan1-0/+1
2017-06-22NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.Fu Siyuan10-60/+446
2017-06-09NetworkPkg/HttpBootDxe: Handle new #define in HttpBootDxehegdenag1-0/+4
2017-02-16NetworkPkg/HttpBootDxe: Update to check specified media typeJiaxin Wu2-3/+13
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 Wu3-3/+38
2017-02-08NetworkPkg: Fix some typos of "according"Liming Gao1-1/+1
2017-01-23NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu5-34/+142
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu1-3/+2
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan2-11/+50
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan4-4/+14
2016-10-12NetworkPkg: Remove redundant code in HTTP boot driver.Fu Siyuan1-3/+0
2016-07-22Fix IPv6 HTTPClient vendor class dataMichael Chang1-1/+1
2016-06-30NetworkPkg: Stop the HTTP Boot service after the boot image download complete.Fu Siyuan1-1/+5
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo5-128/+63
2016-06-23NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo2-3/+7
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2-11/+10
2016-06-13NetworkPkg: Fix IPv6 boot failure in diff net segment issueJiaxin Wu1-9/+9