summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Fix sockets use of file descriptors which was broken by the additional valida...lpleahy1-1/+1
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy1-15/+2
2012-09-03StdLib: Fix possible compiler warnings when doing enumerate type comparison.rsun31-19/+25
2012-06-28Try to fix the error detected by the 64-bit GCC compiler.lpleahy1-1/+1
2012-06-14Add missing IPv6 address definitions.lpleahy6-0/+95
2012-02-17* StdLib.dsc was changed to always build the sockets code.lpleahy12-20/+28
2012-02-10Fix some errors detected by the GCC 4.4 compiler.lpleahy10-42/+13
2012-02-09Merged socket development branch:lpleahy3-7/+2533
2011-09-30Update the sockets library codelpleahy22-130/+212
2011-08-08Remove SocketPkg referenceslpleahy1-1/+0
2011-08-05Fix @return Doxygen commands to be singular instead of plural.darylm50317-44/+44
2011-08-05Get rid of some rcsid blocks. The EDK II build options cause a build break o...darylm5034-246/+241
2011-08-03Fix send to properly wait while long transmits are in progresslpleahy2-49/+3
2011-07-30Add Socket Libraries.darylm50363-0/+13408