summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe
Commit message (Expand)AuthorAgeFilesLines
...
* NetworkPkg: Use the New Functions from HttpLibGhazi Belaam2016-03-103-298/+12
* NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud2016-02-253-14/+14
* NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo2016-02-033-6/+21
* NetworkPkg: Change HTTP API typos.Zhang Lubo2016-01-282-37/+38
* NetworkPkg: Remove unused EFI_HTTP_PROTOCOL definitionJiaxin Wu2015-12-231-3/+0
* NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud2015-12-221-4/+0
* NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo2015-12-211-1/+10
* NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo2015-12-181-0/+6
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo2015-11-263-31/+40
* NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo2015-11-133-23/+44
* 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-099-689/+2312
* 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-062-8/+1
* NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud2015-09-211-2/+3
* 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-144-10/+56
* NetworkPkg: RxToken event not closed in Http.Response().Fu Siyuan2015-09-141-0/+1
* NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan2015-09-143-9/+25
* NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo2015-09-062-11/+15
* NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu2015-08-267-721/+94
* 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-102-1/+5
* NetworkPkg: Add HTTP DriverYe Ting2015-07-0715-0/+5359