summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe/HttpProto.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-10NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback eventAbner Chang1-0/+1
2024-01-10NetworkPkg/HttpDxe: Refactor TlsCreateChildAbner Chang1-3/+4
2023-09-08NetworkPkg: Increase HTTP buffer size and enable TCP window scalingAndrei Otcheretianski1-23/+25
2022-04-11NetworkPkg/HttpDxe: Decofigure Tcp6 before reconfiguringOliver Steffen1-0/+12
2022-04-11NetworkPkg/HttpDxe: Decofigure Tcp4 before reconfiguringOliver Steffen1-0/+12
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-360/+333
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-18/+18
2021-07-28NetworkPkg: Add HTTP Additional Event NotificationsHeng Luo1-1/+57
2020-10-09NetworkPkg/HttpDxe: TlsChildHandle is not cleared when resetAbner Chang1-0/+1
2020-02-10NetworkPkg/HttpDxe: Fix various typosAntoine Coeur1-11/+11
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-29NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li1-4/+6
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu1-0/+10
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-131/+131
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu1-34/+87
2017-12-28NetworkPkg: Convert source file to DOS formatLiming Gao1-1/+1
2017-11-24NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().Jiaxin Wu1-7/+3
2017-11-16NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan1-1/+7
2017-08-02NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu1-0/+7
2017-04-21NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failureJiaxin Wu1-4/+4
2017-01-23NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo1-24/+24
2017-01-06MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu1-2/+2
2016-12-26NetworkPkg: Fix potentially uninitialized local variableJiaxin Wu1-0/+2
2016-12-26NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu1-1/+5
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu1-110/+341
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-3/+5
2016-06-13NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu1-35/+43
2016-05-20NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin1-4/+0
2016-04-28NetworkPkg: Fix incorrect buffer free in HttpDxeJiaxin Wu1-22/+22
2016-04-28NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu1-10/+49
2016-04-27NetworkPkg:HttpDxe:Consume DxeHttpLib API changesNagaraj Hegde1-6/+8
2016-03-10NetworkPkg: Use the New Functions from HttpLibGhazi Belaam1-262/+6
2016-02-25NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud1-6/+10
2015-12-22NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud1-4/+0
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo1-0/+6
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo1-29/+23
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo1-13/+25
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo1-193/+1060
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud1-6/+0
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud1-2/+3
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan1-8/+46
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 Siyuan1-0/+11
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo1-11/+14
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu1-11/+19
2015-07-07NetworkPkg: Add HTTP DriverYe Ting1-0/+1165