summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe/HttpProto.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu2016-06-131-35/+43
* NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin2016-05-201-4/+0
* NetworkPkg: Fix incorrect buffer free in HttpDxeJiaxin Wu2016-04-281-22/+22
* NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu2016-04-281-10/+49
* NetworkPkg:HttpDxe:Consume DxeHttpLib API changesNagaraj Hegde2016-04-271-6/+8
* NetworkPkg: Use the New Functions from HttpLibGhazi Belaam2016-03-101-262/+6
* NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud2016-02-251-6/+10
* NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud2015-12-221-4/+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-261-29/+23
* NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo2015-11-131-13/+25
* NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo2015-11-091-193/+1060
* NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2015-10-061-6/+0
* 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-141-8/+46
* 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-141-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