summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpBootDxe
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Stop the HTTP Boot service after the boot image download complete.Fu Siyuan2016-06-301-1/+5
* NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo2016-06-235-128/+63
* NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo2016-06-232-3/+7
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-212-11/+10
* NetworkPkg: Fix IPv6 boot failure in diff net segment issueJiaxin Wu2016-06-131-9/+9
* NetworkPkg: Handling timeout case in httpboot driverJiaxin Wu2016-06-134-3/+56
* NetworkPkg: Make HttpBootGetBootFile return EFI_BUFFER_TOO_SMALLGary Lin2016-05-131-1/+3
* NetworkPkg: Ignore BootFileName if it is overloaded.Fu Siyuan2016-05-061-1/+4
* NetworkPkg: Fix a memory leak in HTTP boot driver.Fu Siyuan2016-05-061-3/+1
* NetworkPkg/HttpBootDxe: Fix for the issue that the HTTP boot option can't be ...Sunny Wang2016-05-062-2/+5
* NetworkPkg: Use UefiBootManagerLib API to create load option.Fu Siyuan2016-05-052-112/+25
* NetworkPkg: Allow user to create a HTTP corporate boot option in setup page.Fu Siyuan2016-04-272-5/+6
* NetworkPkg: Add RAM disk boot support to HTTP Boot driver.Fu Siyuan2016-04-117-55/+334
* NetworkPkg: Check pointer for NULL before use.Fu Siyuan2016-04-011-0/+4
* NetworkPkg:Fix bug when parsing the dhcp6 option 16Zhang, Lubo2016-03-251-2/+2
* NetworkPkg:Fix Http boot download issue.Zhang Lubo2016-03-251-1/+1
* NetworkPkg: Fix HII related problem in HTTP boot driver.Fu Siyuan2016-03-243-17/+85
* NetworkPkg: Fix the driver model issue in HTTP Boot driver.Fu Siyuan2016-03-166-41/+29
* NetworkPkg: fix function comments in HttpBootDxe.Fu Siyuan2016-03-153-2/+4
* NetworkPkg: Use the New Functions from HttpLibGhazi Belaam2016-03-101-38/+5
* NetworkPkg: Convert UNI file to UTF8 format.Fu Siyuan2016-03-101-0/+0
* NetworkPkg: HttpBootDxe: fix gcc build failure.Laszlo Ersek2016-03-081-1/+1
* NetworkPkg: Add URI configuration form to HTTP boot driver.Fu Siyuan2016-03-0715-109/+1259
* NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud2016-02-253-6/+8
* NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo2016-02-033-16/+26
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-281-2/+7
* NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara2016-01-124-11/+11
* NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan2015-12-231-108/+163
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying child.Zhang Lubo2015-11-301-2/+0
* NetworkPkg: Report Http Errors to screen when http layer occurs an errorZhang Lubo2015-11-101-1/+150
* NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo2015-11-0914-195/+2733
* NetworkPkg: Update cache management in HTTP boot driver.Fu Siyuan2015-09-141-28/+35
* NetworkPkg: Enlarge receive block size of HTTP boot driver.Fu Siyuan2015-09-141-1/+1
* NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu2015-08-2713-4542/+4542
* NetworkPkg: Stop and release DHCP4 child after boot info is readyJiaxin Wu2015-08-181-0/+12
* NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo2015-07-141-0/+2
* NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan2015-07-0715-0/+4528