summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/Socket.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-29edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFilesMichael D Kinney1-1682/+0
2019-04-09StdLib: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-8/+2
2013-11-20Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy1-0/+20
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
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy1-0/+22
2012-02-24Fix issues detected by python web-server.lpleahy1-1/+3
2012-02-09Merged socket development branch:lpleahy1-0/+125
2011-09-30Fix compilation errors detected with GCC 4.4lpleahy1-23/+23
2011-09-30Update the sockets library codelpleahy1-790/+972
2011-07-30Add Socket Libraries.darylm5031-0/+1337