summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe
AgeCommit message (Expand)Author
13 daysNetworkPkg: HttpBootDxe: Fix uninitialized variable warningsTuan Phan
2026-06-04NetworkPkg: Remove redundant Status initializationsabuthahirm
2026-04-27NetworkPkg/HttpBootDxe: Add all events to HttpBootHttpCallback()copilot-swe-agent[bot]
2026-04-06NetworkPkg/HttpBootDxe: Print TLS errors on screen during HTTP bootSaloni Kasbekar
2026-03-02NetworkPkg: align UNI file headers with UNI Spec standardAlexander Gryanko
2026-02-23NetworkPkg: Replace include guards with #pragma onceMichael Kubacki
2025-09-25NetworkPkg: Drop ARM32 SupportOliver Smith-Denny
2025-06-11NetworkPkg: Add PCD to control http boot enable or disable.mark.li
2025-05-29NetworkPkg/HttpBootDxe: Wait for IPv6 DAD before issuing DHCPv6 requestsSam Tsai
2025-03-13NetworkPkg/HttpBootDxe: Add proxy connect flow to *GetBootFile()Saloni Kasbekar
2025-03-13NetworkPkg/HttpBootDxe: Add ProxyUri handling in start/stop path.Saloni Kasbekar
2025-03-13Network/HttpBootDxe: Modify device path parser to detect Proxy URI node.Saloni Kasbekar
2025-03-13NetworkPkg/HttpBootDxe: Added ProxyUri field to HTTP_BOOT_PRIVATE_DATA.Saloni Kasbekar
2025-03-13NetworkPkg/HttpBootDxe: Use ProxyUri from HII to build boot optionSaloni Kasbekar
2025-03-13NetworkPkg/HttpBootDxe: Add Proxy URI field to HII.Saloni Kasbekar
2024-10-15NetworkPkg/HttpBootDxe: Report download error when resume attempts failLeandro Becker
2024-09-15NetworkPkg/HttpBootDxe: Correctly uninstall HttpBootCallbackProtocolMike Beaton
2024-09-13NetworkPkg/HttpBootDxe: Resume an interrupted boot file download.Leandro Becker
2024-08-27NetworkPkg: Improve GetBootFile() code flowSaloni Kasbekar
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick
2023-09-08NetworkPkg: Increase HTTP buffer size and enable TCP window scalingAndrei Otcheretianski
2022-10-14NetworkPkg/HttpBootDxe: Add LOONGARCH64 architecture for EDK2 CI.Chao Li
2022-07-19NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic AuthenticationSaloni Kasbekar
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki
2021-12-07NetworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney
2021-10-22NetworkPkg/HttpBootDxe: make file extension check case-insensitiveLin, Gary (HPS OE-Linux)
2021-07-28NetworkPkg: Making the HTTP IO timeout value programmable with PCDZachary Clark-Williams
2021-01-14NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIsAbner Chang
2020-12-04NetworkPkg/HttpBootDxe: Utilize HttpIoLibAbner Chang
2020-04-03NetworkPkg/HttpBootDxe: Add RISC-V architecture for EDK2 CI.Abner Chang
2020-02-10NetworkPkg/HttpBootDxe: Fix various typosAntoine Coeur
2020-02-10NetworkPkg/HttpBootDxe: Fix a typo in variable namePhilippe Mathieu-Daudé
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal
2018-06-28NetworkPkg: Clean up source filesLiming Gao
2018-06-21MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan
2018-03-28NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsingLaszlo Ersek
2018-03-02NetworkPkg/HttpBootDxe: Fix the incorrect error message output.Jiaxin Wu
2018-03-02NetworkPkg/HttpBootDxe: Correct the parameter check for the usage of HttpBoot...Jiaxin Wu
2018-01-25NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen.Jiaxin Wu
2017-12-22NetworkPkg/HttpBootDxe: Break the HttpBoot Callback function when meet redire...Jiaxin Wu
2017-12-22NetworkPkg/HttpBootDxe: Avoid the potential memory leak when eror happen.Jiaxin Wu
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang2
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan
2017-10-30NetworkPkg/HttpBootDxe: Add check to avoid use NULL pointerJiaxin Wu
2017-10-26NetworkPkg/HttpBootDxe: Add IPv6 support condition check.Jiaxin Wu
2017-08-14NetworkPkg/HttpBootDxe: Update device path node to include DNS informationJiaxin Wu
2017-08-09NetworkPkg/HttpBootDxe: Refine the coding style.Jiaxin Wu
2017-08-03NetworkPkg: Display HTTP redirection info to the screen if need.Fu Siyuan