summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Support.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-663/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePke/Mtftp4Dxe: Correct the total received and saved block number.Jiaxin Wu2018-10-291-5/+5
* MdeModulePke/Mtftp4Dxe: Support windowsize in read request operation.Jiaxin Wu2018-09-271-4/+4
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-38/+38
* MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan2018-03-031-11/+46
* MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo2015-07-101-24/+37
* fix the problem that data type conversion may loss data.Zhang Lubo2015-07-081-2/+2
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-081-6/+9
* Fix build fail.ydong102012-11-011-8/+8
* Add more check to make code more safely.ydong102012-11-011-0/+2
* Refine code to make code run safely.ydong102010-09-161-1/+1
* Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan132010-07-011-1/+3
* Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan132010-06-291-3/+25
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+1
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-2/+2
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-14/+12
* add security check.vanjeff2009-06-291-2/+5
* re order the function definition to avoid unnecessary declaration.niry2009-02-011-4/+4
* Insert comments for functions/macros and add the file headers.niry2009-01-161-53/+40
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-2/+0
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-16/+16
* fixed one bug when calculate the string length.vanjeff2008-01-081-4/+4
* Sync the latest version from R8.vanjeff2007-12-181-2/+2
* Clean up Network Components to support GCC build.yshang12007-10-091-2/+2
* 1. Fixed one bug in Undi driver. vanjeff2007-08-301-2/+7
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-12/+21
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-0/+591