summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib
AgeCommit message (Expand)AuthorFilesLines
2016-02-17StdLib/BsdSocketLib: Fix minor memory leak by freeing rrecp on error return.Daryl McDaniel1-1/+3
2014-12-02StdLib/BsdSocketLib: Fix function declaration mismatch with definition.Bruce Cran2-231/+232
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin6-109/+59
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin3-344/+378
2014-09-17StdLib: Fix parameter type errors.Stefan Kaeser2-3/+3
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2-640/+640
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