summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe
AgeCommit message (Expand)AuthorFilesLines
2024-01-10NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback eventAbner Chang2-2/+3
2024-01-10NetworkPkg/HttpDxe: Consider TLS certificate not found as a success caseAbner Chang1-2/+15
2024-01-10NetworkPkg/HttpDxe: Refactor TlsCreateChildAbner Chang5-65/+64
2023-09-08NetworkPkg: Increase HTTP buffer size and enable TCP window scalingAndrei Otcheretianski2-24/+26
2023-07-20NetworkPkg/HttpDxe: fix driver binding start issue.devel@edk2.groups.io1-2/+11
2023-04-10NetworkPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-8/+8
2022-04-11NetworkPkg/HttpDxe: Detect HTTP/1.0 serversOliver Steffen1-0/+8
2022-04-11NetworkPkg/HttpDxe: Detect 'Connection: close' headerOliver Steffen1-0/+11
2022-04-11NetworkPkg/HttpDxe: Add ConnectionClose flag fo HTTP_PROTOCOLOliver Steffen2-1/+7
2022-04-11NetworkPkg/HttpDxe: Decofigure Tcp6 before reconfiguringOliver Steffen1-0/+12
2022-04-11NetworkPkg/HttpDxe: Decofigure Tcp4 before reconfiguringOliver Steffen1-0/+12
2022-04-11NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryIntervalHeng Luo2-0/+6
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki11-1204/+1206
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney3-24/+23
2021-11-03NetworkPkg/HttpDxe: Enable wildcard host name matching for HTTP+TLS.Vineel Kovvuri1-1/+1
2021-07-28NetworkPkg: Add HTTP Additional Event NotificationsHeng Luo5-2/+75
2021-07-28NetworkPkg: Making the HTTP IO timeout value programmable with PCDZachary Clark-Williams3-6/+17
2020-10-09NetworkPkg/HttpDxe: TlsChildHandle is not cleared when resetAbner Chang1-0/+1
2020-02-10NetworkPkg/HttpDxe: Fix various typosAntoine Coeur7-36/+36
2020-01-14NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS downloadLaszlo Ersek1-1/+1
2019-11-02NetworkPkg/HttpDxe: Set the HostName for the verification (CVE-2019-14553)Wu, Jiaxin2-4/+18
2019-10-08NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao1-1/+0
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney15-104/+15
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal1-10/+5
2018-09-29NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li1-4/+6
2018-08-03NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.Jiaxin Wu1-3/+15
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu3-54/+78
2018-06-28NetworkPkg: Clean up source filesLiming Gao14-494/+494
2018-03-28NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek2-1/+67
2018-03-28NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek1-2/+0
2018-03-28NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek1-5/+4
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu3-39/+111
2018-03-02NetworkPkg/HttpDxe: Support HTTP Delete Method.Jiaxin Wu1-4/+5
2018-02-14NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu3-3/+95
2018-01-10NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.Jiaxin Wu1-2/+2
2017-12-28NetworkPkg: Convert source file to DOS formatLiming Gao1-1/+1
2017-12-27NetworkPkg/HttpDxe: Remove the unnecessary ASSERT.Jiaxin Wu1-8/+1
2017-12-27NetworkPkg/HttpDxe: Fix the memory leak issue in HttpRequest().Jiaxin Wu1-1/+7
2017-11-24NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().Jiaxin Wu1-7/+3
2017-11-16NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan1-1/+7
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan1-0/+1
2017-10-10NetworkPkg: Update Protocol/Guid usage in INF file to match source code logicLiming Gao1-1/+1
2017-09-29NetworkPkg/HttpDxe: Clarify the usage of HttpConfigData in HTTP protocolJiaxin Wu2-17/+21
2017-08-14NetworkPkg/HttpDxe: Handle the HttpVersionUnsupported in the HttpConfigDataJiaxin Wu1-0/+4
2017-08-07NetworkPkg/HttpDxe: Support HTTP Patch methodJiaxin Wu1-7/+10
2017-08-02NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu5-9/+20
2017-08-02NetworkPkg/HttpDxe: Refine the coding style.Jiaxin Wu1-1/+1
2017-04-21NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failureJiaxin Wu1-4/+4
2017-04-06NetworkPkg: Convert files to CRLF line endingHao Wu2-1979/+1981
2017-03-06NetworkPkg: Refine type cast for pointer subtractionHao Wu1-2/+2