summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe
AgeCommit message (Expand)AuthorFilesLines
2016-04-01NetworkPkg: Check pointer for NULL before use.Fu Siyuan1-0/+4
2016-03-25NetworkPkg:Fix bug when parsing the dhcp6 option 16Zhang, Lubo1-2/+2
2016-03-25NetworkPkg:Fix Http boot download issue.Zhang Lubo1-1/+1
2016-03-24NetworkPkg: Fix HII related problem in HTTP boot driver.Fu Siyuan3-17/+85
2016-03-16NetworkPkg: Fix the driver model issue in HTTP Boot driver.Fu Siyuan6-41/+29
2016-03-15NetworkPkg: fix function comments in HttpBootDxe.Fu Siyuan3-2/+4
2016-03-10NetworkPkg: Use the New Functions from HttpLibGhazi Belaam1-38/+5
2016-03-10NetworkPkg: Convert UNI file to UTF8 format.Fu Siyuan1-0/+0
2016-03-08NetworkPkg: HttpBootDxe: fix gcc build failure.Laszlo Ersek1-1/+1
2016-03-07NetworkPkg: Add URI configuration form to HTTP boot driver.Fu Siyuan15-109/+1259
2016-02-25NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud3-6/+8
2016-02-03NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo3-16/+26
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo1-2/+7
2016-01-12NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara4-11/+11
2015-12-23NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan1-108/+163
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-30NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying child.Zhang Lubo1-2/+0
2015-11-10NetworkPkg: Report Http Errors to screen when http layer occurs an errorZhang Lubo1-1/+150
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo14-195/+2733
2015-09-14NetworkPkg: Update cache management in HTTP boot driver.Fu Siyuan1-28/+35
2015-09-14NetworkPkg: Enlarge receive block size of HTTP boot driver.Fu Siyuan1-1/+1
2015-08-27NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu13-4542/+4542
2015-08-18NetworkPkg: Stop and release DHCP4 child after boot info is readyJiaxin Wu1-0/+12
2015-07-14NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo1-0/+2
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan15-0/+4528