summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/Socket.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin1-0/+1
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin1-379/+216
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel1-88/+88
2014-03-20Fix TCP4/TCP6 connections. Connections were transitioning into the connected...leroy.p.leahy1-3/+2
2013-12-13Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy1-10/+2
2013-11-20Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy1-8/+35
2012-10-08Poll the network adapter during connectlpleahy1-0/+5
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy1-0/+162
2012-09-10Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy1-1/+1
2012-02-24Fix issues detected by python web-server.lpleahy1-48/+64
2012-02-15Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...lpleahy1-1/+1
2012-02-09Merged socket development branch:lpleahy1-5/+98
2011-09-30Fix compilation errors detected with GCC 4.4lpleahy1-10/+10
2011-09-30Update the sockets library codelpleahy1-1247/+3799
2011-08-08Better handle transmit errorslpleahy1-222/+242
2011-07-30Add Socket Libraries.darylm5031-0/+3091