summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/Tcp6.c
AgeCommit message (Expand)Author
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin
2013-12-13Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy
2013-11-20Fix GCC build errorsLee Leahy
2013-11-20Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy
2012-06-22Fix listen exit path when last port returns an error.lpleahy
2012-06-08Fix port retry behavior during connect - All port error paths exit through Co...lpleahy
2012-06-07Only use ports with a network connection (media present) when connecting to a...lpleahy
2012-03-05Fix read issue detected by the following Python program. The issue was that ...lpleahy
2012-02-24Fix issues detected by python web-server.lpleahy
2012-02-09Merged socket development branch:lpleahy