summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe/HttpProto.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-07-071-3/+5
* NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud2016-02-221-4/+0
* NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2015-12-211-2/+0
* NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo2015-12-181-0/+6
* NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo2015-11-301-29/+23
* NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo2015-11-181-13/+25
* NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo2015-11-181-193/+1056
* NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud2015-09-211-2/+3
* NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan2015-09-151-8/+46
* NetworkPkg: RxToken event not closed in Http.Response().Fu Siyuan2015-09-151-0/+1
* NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan2015-09-151-0/+11
* NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo2015-09-061-11/+14
* NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu2015-08-261-11/+19
* NetworkPkg: Add HTTP DriverYe Ting2015-07-071-0/+1165