summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe/HttpImpl.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/HttpDxe: Fix various typosAntoine Coeur2020-02-101-5/+5
* NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS downloadLaszlo Ersek2020-01-141-1/+1
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.Jiaxin Wu2018-08-031-3/+15
* NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu2018-07-121-54/+58
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-75/+75
* NetworkPkg/HttpDxe: Support HTTP Delete Method.Jiaxin Wu2018-03-021-4/+5
* NetworkPkg/HttpDxe: Remove the unnecessary ASSERT.Jiaxin Wu2017-12-271-8/+1
* NetworkPkg/HttpDxe: Fix the memory leak issue in HttpRequest().Jiaxin Wu2017-12-271-1/+7
* NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan2017-11-161-0/+1
* NetworkPkg/HttpDxe: Clarify the usage of HttpConfigData in HTTP protocolJiaxin Wu2017-09-291-9/+11
* NetworkPkg/HttpDxe: Handle the HttpVersionUnsupported in the HttpConfigDataJiaxin Wu2017-08-141-0/+4
* NetworkPkg/HttpDxe: Support HTTP Patch methodJiaxin Wu2017-08-071-7/+10
* NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu2017-08-021-0/+1
* NetworkPkg/HttpDxe: Refine the coding style.Jiaxin Wu2017-08-021-1/+1
* NetworkPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo2017-01-231-1/+8
* NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu2017-01-231-1/+11
* NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu2016-12-261-1/+3
* NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu2016-12-221-34/+218
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-3/+5
* NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu2016-06-131-65/+33
* NetworkPkg: Correct HttpConfigure parameter checkJiaxin Wu2016-05-261-4/+5
* NetworkPkg: update code for NULL pointer check.Fu Siyuan2016-05-241-7/+10
* NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin2016-05-201-0/+1
* NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operationsNagaraj Hegde2016-05-161-174/+249
* NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu2016-04-281-2/+58
* NetworkPkg:HttpDxe:Consume DxeHttpLib API changesNagaraj Hegde2016-04-271-7/+8
* NetworkPkg: Use the New Functions from HttpLibGhazi Belaam2016-03-101-4/+5
* NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo2016-02-031-4/+15
* NetworkPkg: Change HTTP API typos.Zhang Lubo2016-01-281-28/+27
* NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo2015-12-211-1/+10
* NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo2015-11-261-2/+16
* NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo2015-11-131-9/+16
* NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo2015-11-091-1/+1
* NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo2015-11-091-223/+151
* NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde2015-11-061-0/+12
* NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde2015-10-301-4/+4
* NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2015-10-061-2/+1
* NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan2015-09-161-1/+2
* NetworkPkg: Correct the missed code in r18449.Fu Siyuan2015-09-151-1/+1
* NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan2015-09-141-1/+8
* NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan2015-09-141-9/+10
* NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo2015-09-061-0/+1
* NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu2015-08-261-2/+18
* NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin2015-08-221-2/+21
* NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang22015-07-101-0/+4
* NetworkPkg: Add HTTP DriverYe Ting2015-07-071-0/+1309