summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpDxe
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo1-0/+6
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo3-31/+40
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo3-23/+44
2015-11-09NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo1-1/+1
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo9-689/+2312
2015-11-06NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde1-0/+12
2015-10-30NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde1-4/+4
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2-8/+1
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud1-2/+3
2015-09-16NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan1-1/+2
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan1-1/+1
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan4-10/+56
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 Siyuan3-9/+25
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo2-11/+15
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu7-721/+94
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin1-2/+21
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang22-1/+5
2015-07-07NetworkPkg: Add HTTP DriverYe Ting15-0/+5359