summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe
AgeCommit message (Expand)AuthorFilesLines
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo1-0/+6
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo3-31/+40
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo3-23/+44
2015-11-09NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo1-1/+1
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo9-689/+2312
2015-11-06NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde1-0/+12
2015-10-30NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde1-4/+4
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2-8/+1
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud1-2/+3
2015-09-16NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan1-1/+2
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan1-1/+1
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan4-10/+56
2015-09-14NetworkPkg: RxToken event not closed in Http.Response().Fu Siyuan1-0/+1
2015-09-14NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan3-9/+25
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo2-11/+15
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu7-721/+94
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin1-2/+21
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang22-1/+5
2015-07-07NetworkPkg: Add HTTP DriverYe Ting15-0/+5359