summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Mtftp4Dxe
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Refine code to make it more safely.Eric Dong2-2/+4
2014-05-21Add 'file not found' debug message to MTFTP.Brendan Jackman1-1/+8
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52-2/+3
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu56-52/+280
2012-11-01Fix build fail.ydong101-8/+8
2012-11-01Add more check to make code more safely.ydong101-0/+2
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu54-23/+23
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-3/+3
2011-06-08String Reference Cleanup.lzeng141-3/+3
2010-09-16Refine code to make code run safely.ydong101-1/+1
2010-07-01Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan134-3/+7
2010-06-29Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan134-15/+49
2010-04-24Update the copyright notice formathhtian12-24/+24
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a4-0/+6
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-03For network dynamic media support:xdu21-2/+4
2010-01-08refine the code and add more security check.vanjeff2-16/+18
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu26-17/+17
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye1-3/+1
2009-11-04[Change summary]:tye3-33/+27
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye7-63/+76
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff2-15/+9
2009-06-29add security check.vanjeff3-5/+9
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2-0/+4
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-4/+4
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-02-25Remove unreferenced library classklu21-1/+0
2009-02-24Fix function comments.niry2-2/+11
2009-02-01re order the function definition to avoid unnecessary declaration.niry3-364/+366
2009-01-16Insert comments for functions/macros and add the file headers.niry11-604/+1026
2008-12-16Clean up to update the reference of the these macros:qhuang81-2/+2
2008-12-041)Global variables have been moved backward ahead of functions.jji41-0/+4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji44-19/+0
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-80/+0
2008-08-18Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang81-1/+1
2008-07-28fixed one bug to catch the return status.vanjeff1-5/+9
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff8-94/+94
2008-01-08fixed one bug when calculate the string length.vanjeff1-4/+4
2007-12-18Sync the latest version from R8.vanjeff4-34/+51
2007-11-20remove member context from _EFI_MTFTP4_TOKEN structure.vanjeff2-13/+19
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff3-21/+15
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang81-1/+1
2007-10-09Clean up Network Components to support GCC build.yshang16-19/+19
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang81-4/+4
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang86-489/+646
2007-09-28Clear up network stack to use R9 MdeLib:qhuang83-2/+3
2007-08-301. Fixed one bug in Undi driver. vanjeff1-2/+7
2007-08-27Make MdeModulePkg GCC clean.qwang121-2/+2
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff5-20/+27