summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-1011/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-19/+19
* MdeModulePkg/TcpIoLib: Cancel TCP token if connect/accept is timeout.Fu Siyuan2017-12-121-0/+10
* MdeModulePkg/TcpIoLib: Check input Timeout before calling CheckEvent() service.Fu Siyuan2017-12-121-10/+10
* Fix CRLF formatTian, Hot2014-01-221-212/+212
* Enhance the code to avoid the potential of return address of local variable t...tye12011-01-171-18/+27
* Fix potential memory access violationydong102011-01-131-4/+7
* Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye12010-12-161-2/+4
* Add a TcpIo library to facilitate usage of TCP service.tye12010-12-141-0/+993