summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib
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 Martin2-441/+226
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin3-81/+71
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.leahy3-12/+16
2013-11-20Fix GCC build errorsLee Leahy5-5/+5
2013-11-20Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy8-175/+1236
2013-02-27Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy1-3/+3
2013-02-08Increase sockets performance by increasing the maximum buffer sizes.lpleahy1-2/+2
2013-02-08Allow fragmentation of large UDP packetslpleahy1-1/+1
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...lpleahy4-96/+220
2012-09-10Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy4-49/+70
2012-08-10Return the proper status after one of the ports is configured for UDP or IP c...lpleahy3-114/+102
2012-06-29Choose a better subnet mask value for the IPv4 address.lpleahy3-9/+9
2012-06-26Define the global variables as weak to enable the proper linking with applica...lpleahy1-9/+9
2012-06-22Fix listen exit path when last port returns an error.lpleahy2-0/+4
2012-06-08Fix port retry behavior during connect - All port error paths exit through Co...lpleahy2-273/+207
2012-06-07Only use ports with a network connection (media present) when connecting to a...lpleahy2-5/+48
2012-06-04Only use ports with a network connection (media present) when connecting to a...lpleahy1-3/+26
2012-06-01UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network...lpleahy2-28/+20
2012-03-05Fix read issue detected by the following Python program. The issue was that ...lpleahy2-0/+10
2012-02-24Fix issues detected by python web-server.lpleahy7-49/+72
2012-02-15Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...lpleahy1-1/+1
2012-02-09Merged socket development branch:lpleahy9-9/+3684
2011-09-30Fix compilation errors detected with GCC 4.4lpleahy4-34/+37
2011-09-30Update the sockets library codelpleahy11-6067/+7973
2011-08-08Better handle transmit errorslpleahy2-224/+251
2011-08-08Remove SocketPkg referenceslpleahy1-1/+0
2011-08-02Fix GCC build breaks.darylm5032-3/+3
2011-07-30Add Socket Libraries.darylm5038-0/+11165