summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe/HttpImpl.c
Commit message (Expand)AuthorAgeFilesLines
* 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