summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe
AgeCommit message (Expand)AuthorFilesLines
2018-09-29NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li1-4/+6
2018-08-03NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.Jiaxin Wu1-3/+15
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu3-54/+78
2018-06-28NetworkPkg: Clean up source filesLiming Gao14-494/+494
2018-03-28NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek2-1/+67
2018-03-28NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek1-2/+0
2018-03-28NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek1-5/+4
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu3-39/+111
2018-03-02NetworkPkg/HttpDxe: Support HTTP Delete Method.Jiaxin Wu1-4/+5
2018-02-14NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu3-3/+95
2018-01-10NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.Jiaxin Wu1-2/+2
2017-12-28NetworkPkg: Convert source file to DOS formatLiming Gao1-1/+1
2017-12-27NetworkPkg/HttpDxe: Remove the unnecessary ASSERT.Jiaxin Wu1-8/+1
2017-12-27NetworkPkg/HttpDxe: Fix the memory leak issue in HttpRequest().Jiaxin Wu1-1/+7
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-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan1-0/+1
2017-10-10NetworkPkg: Update Protocol/Guid usage in INF file to match source code logicLiming Gao1-1/+1
2017-09-29NetworkPkg/HttpDxe: Clarify the usage of HttpConfigData in HTTP protocolJiaxin Wu2-17/+21
2017-08-14NetworkPkg/HttpDxe: Handle the HttpVersionUnsupported in the HttpConfigDataJiaxin Wu1-0/+4
2017-08-07NetworkPkg/HttpDxe: Support HTTP Patch methodJiaxin Wu1-7/+10
2017-08-02NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP childJiaxin Wu5-9/+20
2017-08-02NetworkPkg/HttpDxe: Refine the coding style.Jiaxin Wu1-1/+1
2017-04-21NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failureJiaxin Wu1-4/+4
2017-04-06NetworkPkg: Convert files to CRLF line endingHao Wu2-1979/+1981
2017-03-06NetworkPkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-01-23NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo5-47/+54
2017-01-23NetworkPkg: Remove superfluous return statement.Thomas Huth1-4/+0
2017-01-23NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu2-2/+15
2017-01-06MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu2-10/+10
2016-12-26NetworkPkg: Fix potentially uninitialized local variableJiaxin Wu1-0/+2
2016-12-26NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu3-24/+60
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu7-155/+2581
2016-07-11NetworkPkg: Fix typos in commentsGiri P Mudusuru2-4/+4
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2-6/+10
2016-06-13NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu3-103/+77
2016-05-26NetworkPkg: Correct HttpConfigure parameter checkJiaxin Wu2-5/+5
2016-05-24NetworkPkg: update code for NULL pointer check.Fu Siyuan1-7/+10
2016-05-20NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpcGary Lin2-4/+1
2016-05-16NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operationsNagaraj Hegde3-174/+253
2016-04-28NetworkPkg: Fix incorrect buffer free in HttpDxeJiaxin Wu1-22/+22
2016-04-28NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu3-17/+117
2016-04-27NetworkPkg:HttpDxe:Consume DxeHttpLib API changesNagaraj Hegde2-13/+16
2016-03-10NetworkPkg: Use the New Functions from HttpLibGhazi Belaam3-298/+12
2016-02-25NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud3-14/+14
2016-02-03NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo3-6/+21
2016-01-28NetworkPkg: Change HTTP API typos.Zhang Lubo2-37/+38
2015-12-23NetworkPkg: Remove unused EFI_HTTP_PROTOCOL definitionJiaxin Wu1-3/+0
2015-12-22NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud1-4/+0
2015-12-21NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo1-1/+10