summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpDxe/HttpProto.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/HttpDxe: TlsChildHandle is not cleared when resetAbner Chang2020-10-091-0/+1
* NetworkPkg/HttpDxe: Fix various typosAntoine Coeur2020-02-101-11/+11
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li2018-09-291-4/+6
* NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu2018-07-121-0/+10
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-131/+131
* NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu2018-03-221-34/+87
* NetworkPkg: Convert source file to DOS formatLiming Gao2017-12-281-1/+1
* NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().Jiaxin Wu2017-11-241-7/+3
* NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan2017-11-161-1/+7
* NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu2017-08-021-0/+7
* NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failureJiaxin Wu2017-04-211-4/+4
* NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo2017-01-231-24/+24
* MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu2017-01-061-2/+2
* NetworkPkg: Fix potentially uninitialized local variableJiaxin Wu2016-12-261-0/+2
* NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu2016-12-261-1/+5
* NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu2016-12-221-110/+341
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-3/+5
* 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