summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe
AgeCommit message (Expand)AuthorFilesLines
2026-06-24NetworkPkg: HttpBootDxe: Fix uninitialized variable warningsTuan Phan1-12/+14
2026-06-04NetworkPkg: Remove redundant Status initializationsabuthahirm1-2/+0
2026-04-28NetworkPkg/HttpBootDxe: Add all events to HttpBootHttpCallback()copilot-swe-agent[bot]2-6/+17
2026-04-06NetworkPkg/HttpBootDxe: Print TLS errors on screen during HTTP bootSaloni Kasbekar4-6/+115
2026-03-02NetworkPkg: align UNI file headers with UNI Spec standardAlexander Gryanko1-8/+8
2026-02-24NetworkPkg: Replace include guards with #pragma onceMichael Kubacki9-36/+9
2025-09-26NetworkPkg: Drop ARM32 SupportOliver Smith-Denny1-2/+0
2025-06-11NetworkPkg: Add PCD to control http boot enable or disable.mark.li2-0/+10
2025-05-29NetworkPkg/HttpBootDxe: Wait for IPv6 DAD before issuing DHCPv6 requestsSam Tsai2-0/+85
2025-03-13NetworkPkg/HttpBootDxe: Add proxy connect flow to *GetBootFile()Saloni Kasbekar4-34/+251
2025-03-13NetworkPkg/HttpBootDxe: Add ProxyUri handling in start/stop path.Saloni Kasbekar1-24/+33
2025-03-13Network/HttpBootDxe: Modify device path parser to detect Proxy URI node.Saloni Kasbekar2-45/+122
2025-03-13NetworkPkg/HttpBootDxe: Added ProxyUri field to HTTP_BOOT_PRIVATE_DATA.Saloni Kasbekar1-0/+6
2025-03-13NetworkPkg/HttpBootDxe: Use ProxyUri from HII to build boot optionSaloni Kasbekar1-25/+80
2025-03-13NetworkPkg/HttpBootDxe: Add Proxy URI field to HII.Saloni Kasbekar3-1/+14
2024-10-16NetworkPkg/HttpBootDxe: Report download error when resume attempts failLeandro Becker1-1/+2
2024-09-16NetworkPkg/HttpBootDxe: Correctly uninstall HttpBootCallbackProtocolMike Beaton1-2/+10
2024-09-13NetworkPkg/HttpBootDxe: Resume an interrupted boot file download.Leandro Becker5-22/+242
2024-08-27NetworkPkg: Improve GetBootFile() code flowSaloni Kasbekar2-60/+122
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-11NetworkPkg/HttpBootDxe: Fix various typosAntoine Coeur9-28/+28
2020-02-11NetworkPkg/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