summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe/HttpImpl.c
AgeCommit message (Expand)Author
2016-12-26NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng
2016-06-13NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu
2016-05-26NetworkPkg: Correct HttpConfigure parameter checkJiaxin Wu
2016-05-24NetworkPkg: update code for NULL pointer check.Fu Siyuan
2016-05-20NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin
2016-05-16NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operationsNagaraj Hegde
2016-04-28NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu
2016-04-27NetworkPkg:HttpDxe:Consume DxeHttpLib API changesNagaraj Hegde
2016-03-10NetworkPkg: Use the New Functions from HttpLibGhazi Belaam
2016-02-03NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo
2016-01-28NetworkPkg: Change HTTP API typos.Zhang Lubo
2015-12-21NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo
2015-11-09NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo
2015-11-06NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde
2015-10-30NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud
2015-09-16NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan
2015-09-14NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang2
2015-07-07NetworkPkg: Add HTTP DriverYe Ting