| Commit message (Expand) | Author | Age | Files | Lines |
* | NetworkPkg: Fix typos in comments | Giri P Mudusuru | 2016-07-11 | 2 | -4/+4 |
* | NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStr | Star Zeng | 2016-06-21 | 2 | -6/+10 |
* | NetworkPkg: HttpDxe response/cancel issue fix | Jiaxin Wu | 2016-06-13 | 3 | -103/+77 |
* | NetworkPkg: Correct HttpConfigure parameter check | Jiaxin Wu | 2016-05-26 | 2 | -5/+5 |
* | NetworkPkg: update code for NULL pointer check. | Fu Siyuan | 2016-05-24 | 1 | -7/+10 |
* | NetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNotifyDpc | Gary Lin | 2016-05-20 | 2 | -4/+1 |
* | NetworkPkg:HttpDxe: Code changes to support HTTP PUT/POST operations | Nagaraj Hegde | 2016-05-16 | 3 | -174/+253 |
* | NetworkPkg: Fix incorrect buffer free in HttpDxe | Jiaxin Wu | 2016-04-28 | 1 | -22/+22 |
* | NetworkPkg: Avoid the indefinite wait case in HttpDxe | Jiaxin Wu | 2016-04-28 | 3 | -17/+117 |
* | NetworkPkg:HttpDxe:Consume DxeHttpLib API changes | Nagaraj Hegde | 2016-04-27 | 2 | -13/+16 |
* | NetworkPkg: Use the New Functions from HttpLib | Ghazi Belaam | 2016-03-10 | 3 | -298/+12 |
* | NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxe | Samer El-Haj-Mahmoud | 2016-02-25 | 3 | -14/+14 |
* | NetworkPkg:Add a new error status code EFI_HTTP_ERROR | Zhang Lubo | 2016-02-03 | 3 | -6/+21 |
* | NetworkPkg: Change HTTP API typos. | Zhang Lubo | 2016-01-28 | 2 | -37/+38 |
* | NetworkPkg: Remove unused EFI_HTTP_PROTOCOL definition | Jiaxin Wu | 2015-12-23 | 1 | -3/+0 |
* | NetworkPkg : Remove unused local variables to fix gcc build errors. | Samer El-Haj-Mahmoud | 2015-12-22 | 1 | -4/+0 |
* | NetworkPkg:Fix a bug the 2nd httpboot fail issue. | Zhang Lubo | 2015-12-21 | 1 | -1/+10 |
* | NetworkPkg:Fix the issue Http boot hang when network failed. | Zhang Lubo | 2015-12-18 | 1 | -0/+6 |
* | NetworkPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | NetworkPkg:Fix NULL pointer dereference issues. | Zhang Lubo | 2015-11-26 | 3 | -31/+40 |
* | NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state. | Zhang Lubo | 2015-11-13 | 3 | -23/+44 |
* | NetworkPkg:Fix the issue that cannot parse ipv6 address correctly. | Zhang Lubo | 2015-11-09 | 1 | -1/+1 |
* | NetworkPkg:Enable Http Boot over Ipv6 stack | Zhang Lubo | 2015-11-09 | 9 | -689/+2312 |
* | NetworkPkg:Missing CloseEvent() in HttpResponseWorker | Nagaraj Hegde | 2015-11-06 | 1 | -0/+12 |
* | NetworkPkg: HttpDxe sometimes free a pointer twice | Nagaraj Hegde | 2015-10-30 | 1 | -4/+4 |
* | NetworkPkg: HttpDxe: Remove unused local variables | Samer El-Haj-Mahmoud | 2015-10-06 | 2 | -8/+1 |
* | NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitions | Samer El-Haj-Mahmoud | 2015-09-21 | 1 | -2/+3 |
* | NetworkPkg: Enhance the NULL pointer check before dereference it. | Fu Siyuan | 2015-09-16 | 1 | -1/+2 |
* | NetworkPkg: Correct the missed code in r18449. | Fu Siyuan | 2015-09-15 | 1 | -1/+1 |
* | NetworkPkg: Update Http driver to use DPC mechanism. | Fu Siyuan | 2015-09-14 | 4 | -10/+56 |
* | NetworkPkg: RxToken event not closed in Http.Response(). | Fu Siyuan | 2015-09-14 | 1 | -0/+1 |
* | NetworkPkg: Avoid memory allocation for each HTTP message exchange. | Fu Siyuan | 2015-09-14 | 3 | -9/+25 |
* | NetworkPkg: Fix the HttpCloseConnection fail issue | Zhang Lubo | 2015-09-06 | 2 | -11/+15 |
* | NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOL | Jiaxin Wu | 2015-08-26 | 7 | -721/+94 |
* | NetworkPkg: Remove the hostname from the http request URL. | Gary Ching-Pang Lin | 2015-08-22 | 1 | -2/+21 |
* | NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driver | fanwang2 | 2015-07-10 | 2 | -1/+5 |
* | NetworkPkg: Add HTTP Driver | Ye Ting | 2015-07-07 | 15 | -0/+5359 |