summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe/HttpProto.c
AgeCommit message (Expand)Author
2020-02-10NetworkPkg/HttpDxe: Fix various typosAntoine Coeur
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney
2018-09-29NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu
2018-06-28NetworkPkg: Clean up source filesLiming Gao
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu
2017-12-28NetworkPkg: Convert source file to DOS formatLiming Gao
2017-11-24NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().Jiaxin Wu
2017-11-16NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan
2017-08-02NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu
2017-04-21NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failureJiaxin Wu
2017-01-23NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo
2017-01-06MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu
2016-12-26NetworkPkg: Fix potentially uninitialized local variableJiaxin Wu
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-20NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin
2016-04-28NetworkPkg: Fix incorrect buffer free in HttpDxeJiaxin Wu
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-25NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud
2015-12-22NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.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:Enable Http Boot over Ipv6 stackZhang Lubo
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan
2015-09-14NetworkPkg: RxToken event not closed in Http.Response().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-07-07NetworkPkg: Add HTTP DriverYe Ting