summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe/HttpImpl.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan1-1/+8
2015-09-14NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan1-9/+10
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo1-0/+1
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu1-2/+18
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin1-2/+21
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang21-0/+4
2015-07-07NetworkPkg: Add HTTP DriverYe Ting1-0/+1309