summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe
AgeCommit message (Expand)Author
2026-06-04NetworkPkg/HttpDxe: Fix missing error check in TlsCommonTransmitabuthahirm
2026-06-04NetworkPkg: Remove redundant Status initializationsabuthahirm
2026-02-23NetworkPkg: Replace include guards with #pragma onceMichael Kubacki
2025-07-04NetworkPkg: Correct spelling errors and typosAbdul Lateef Attar
2025-04-29NetworkPkg: Add PCD for HTTP transfer buffer sizeBaraneedharan Anbazhagan
2025-03-13NetworkPkg/HttpDxe: Add HTTPS handling in HTTP CONNECT path.Saloni Kasbekar
2025-03-13NetworkPkg/HttpDxe: Added support for HTTP CONNECT request.Saloni Kasbekar
2025-01-28Resolved Coverity Issues in Http DxeSanthosh Kumar V
2024-07-11NetworkPkg/HttpDxe: Track HttpInstance URL buffer length.Saloni Kasbekar
2024-01-10NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback eventAbner Chang
2024-01-10NetworkPkg/HttpDxe: Consider TLS certificate not found as a success caseAbner Chang
2024-01-10NetworkPkg/HttpDxe: Refactor TlsCreateChildAbner Chang
2023-09-08NetworkPkg: Increase HTTP buffer size and enable TCP window scalingAndrei Otcheretianski
2023-07-20NetworkPkg/HttpDxe: fix driver binding start issue.devel@edk2.groups.io
2023-04-10NetworkPkg: Update code to be more C11 compliant by using __func__Rebecca Cran
2022-04-11NetworkPkg/HttpDxe: Detect HTTP/1.0 serversOliver Steffen
2022-04-11NetworkPkg/HttpDxe: Detect 'Connection: close' headerOliver Steffen
2022-04-11NetworkPkg/HttpDxe: Add ConnectionClose flag fo HTTP_PROTOCOLOliver Steffen
2022-04-11NetworkPkg/HttpDxe: Decofigure Tcp6 before reconfiguringOliver Steffen
2022-04-11NetworkPkg/HttpDxe: Decofigure Tcp4 before reconfiguringOliver Steffen
2022-04-11NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryIntervalHeng Luo
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney
2021-11-03NetworkPkg/HttpDxe: Enable wildcard host name matching for HTTP+TLS.Vineel Kovvuri
2021-07-28NetworkPkg: Add HTTP Additional Event NotificationsHeng Luo
2021-07-28NetworkPkg: Making the HTTP IO timeout value programmable with PCDZachary Clark-Williams
2020-10-09NetworkPkg/HttpDxe: TlsChildHandle is not cleared when resetAbner Chang
2020-02-10NetworkPkg/HttpDxe: Fix various typosAntoine Coeur
2020-01-14NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS downloadLaszlo Ersek
2019-11-02NetworkPkg/HttpDxe: Set the HostName for the verification (CVE-2019-14553)Wu, Jiaxin
2019-10-08NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal
2018-09-29NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li
2018-08-03NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.Jiaxin Wu
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu
2018-06-28NetworkPkg: Clean up source filesLiming Gao
2018-03-28NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek
2018-03-28NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek
2018-03-28NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu
2018-03-02NetworkPkg/HttpDxe: Support HTTP Delete Method.Jiaxin Wu
2018-02-14NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu
2018-01-10NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.Jiaxin Wu
2017-12-28NetworkPkg: Convert source file to DOS formatLiming Gao
2017-12-27NetworkPkg/HttpDxe: Remove the unnecessary ASSERT.Jiaxin Wu
2017-12-27NetworkPkg/HttpDxe: Fix the memory leak issue in HttpRequest().Jiaxin Wu
2017-11-24NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().Jiaxin Wu
2017-11-16NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan