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