index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
StdLib
/
EfiSocketLib
/
Tcp4.c
Age
Commit message (
Expand
)
Author
2014-10-30
StdLib: Fix GCC warnings/errors caused by variables being set but not used.
Olivier Martin
2013-12-13
Fix the non-blocking behavior for connect. The behavior was correct if the c...
lpleahy leroy.p.leahy
2013-11-20
Fix GCC build errors
Lee Leahy
2013-11-20
Ignore transmit errors for UDPv4, UDPv6 and IPv4.
Lee Leahy
2012-06-29
Choose a better subnet mask value for the IPv4 address.
lpleahy
2012-06-22
Fix listen exit path when last port returns an error.
lpleahy
2012-06-08
Fix port retry behavior during connect - All port error paths exit through Co...
lpleahy
2012-06-07
Only use ports with a network connection (media present) when connecting to a...
lpleahy
2012-06-04
Only use ports with a network connection (media present) when connecting to a...
lpleahy
2012-03-05
Fix read issue detected by the following Python program. The issue was that ...
lpleahy
2012-02-24
Fix issues detected by python web-server.
lpleahy
2012-02-09
Merged socket development branch:
lpleahy
2011-09-30
Update the sockets library code
lpleahy
2011-08-08
Better handle transmit errors
lpleahy
2011-07-30
Add Socket Libraries.
darylm503