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