summaryrefslogtreecommitdiffstats
path: root/StdLib/BsdSocketLib
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* StdLib/BsdSocketLib: Remove unused variablesThiebaud Weksteen2017-11-132-4/+8
* StdLib/BsdSocketLib: Fix minor memory leak by freeing rrecp on error return.Daryl McDaniel2016-02-171-1/+3
* StdLib/BsdSocketLib: Fix function declaration mismatch with definition.Bruce Cran2014-12-022-231/+232
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-316-109/+59
* StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-303-344/+378
* StdLib: Fix parameter type errors.Stefan Kaeser2014-09-172-3/+3
* StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2014-09-112-640/+640
* Fix sockets use of file descriptors which was broken by the additional valida...lpleahy2013-02-081-1/+1
* Fixed close for socket to properly release the socket context structure and t...lpleahy2012-10-081-15/+2
* StdLib: Fix possible compiler warnings when doing enumerate type comparison.rsun32012-09-031-19/+25
* Try to fix the error detected by the 64-bit GCC compiler.lpleahy2012-06-281-1/+1
* Add missing IPv6 address definitions.lpleahy2012-06-146-0/+95
* * StdLib.dsc was changed to always build the sockets code.lpleahy2012-02-1712-20/+28
* Fix some errors detected by the GCC 4.4 compiler.lpleahy2012-02-1010-42/+13
* Merged socket development branch:lpleahy2012-02-093-7/+2533
* Update the sockets library codelpleahy2011-09-3022-130/+212
* Remove SocketPkg referenceslpleahy2011-08-081-1/+0
* Fix @return Doxygen commands to be singular instead of plural.darylm5032011-08-0517-44/+44
* Get rid of some rcsid blocks. The EDK II build options cause a build break o...darylm5032011-08-054-246/+241
* Fix send to properly wait while long transmits are in progresslpleahy2011-08-032-49/+3
* Add Socket Libraries.darylm5032011-07-3063-0/+13408