summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe/HttpImpl.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11NetworkPkg/HttpDxe: Track HttpInstance URL buffer length.Saloni Kasbekar1-4/+8
2024-01-10NetworkPkg/HttpDxe: Refactor TlsCreateChildAbner Chang1-18/+5
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 Steffen1-1/+5
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-144/+147
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+2
2021-07-28NetworkPkg: Add HTTP Additional Event NotificationsHeng Luo1-0/+2
2021-07-28NetworkPkg: Making the HTTP IO timeout value programmable with PCDZachary Clark-Williams1-3/+14
2020-02-10NetworkPkg/HttpDxe: Fix various typosAntoine Coeur1-5/+5
2020-01-14NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS downloadLaszlo Ersek1-1/+1
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
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 Wu1-54/+58
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-75/+75
2018-03-02NetworkPkg/HttpDxe: Support HTTP Delete Method.Jiaxin Wu1-4/+5
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-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan1-0/+1
2017-09-29NetworkPkg/HttpDxe: Clarify the usage of HttpConfigData in HTTP protocolJiaxin Wu1-9/+11
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 Wu1-0/+1
2017-08-02NetworkPkg/HttpDxe: Refine the coding style.Jiaxin Wu1-1/+1
2017-03-06NetworkPkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-01-23NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo1-1/+8
2017-01-23NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu1-1/+11
2016-12-26NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu1-1/+3
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu1-34/+218
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-3/+5
2016-06-13NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu1-65/+33
2016-05-26NetworkPkg: Correct HttpConfigure parameter checkJiaxin Wu1-4/+5
2016-05-24NetworkPkg: update code for NULL pointer check.Fu Siyuan1-7/+10
2016-05-20NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin1-0/+1
2016-05-16NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operationsNagaraj Hegde1-174/+249
2016-04-28NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu1-2/+58
2016-04-27NetworkPkg:HttpDxe:Consume DxeHttpLib API changesNagaraj Hegde1-7/+8
2016-03-10NetworkPkg: Use the New Functions from HttpLibGhazi Belaam1-4/+5
2016-02-03NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo1-4/+15
2016-01-28NetworkPkg: Change HTTP API typos.Zhang Lubo1-28/+27
2015-12-21NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo1-1/+10
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo1-2/+16
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo1-9/+16
2015-11-09NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo1-1/+1
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo1-223/+151
2015-11-06NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde1-0/+12
2015-10-30NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde1-4/+4
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud1-2/+1
2015-09-16NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan1-1/+2
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan1-1/+1