summaryrefslogtreecommitdiffstats
path: root/StdLib/EfiSocketLib/Tcp6.c
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-301-37/+33
* Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy2013-12-131-1/+7
* Fix GCC build errorsLee Leahy2013-11-201-1/+1
* Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy2013-11-201-1/+258
* Fix listen exit path when last port returns an error.lpleahy2012-06-221-0/+2
* Fix port retry behavior during connect - All port error paths exit through Co...lpleahy2012-06-081-165/+132
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-071-3/+36
* Fix read issue detected by the following Python program. The issue was that ...lpleahy2012-03-051-0/+5
* Fix issues detected by python web-server.lpleahy2012-02-241-0/+1
* Merged socket development branch:lpleahy2012-02-091-0/+2329