]> git.proxmox.com Git - mirror_edk2.git/history - StdLib/EfiSocketLib
ShellPkg/for: Fix potential null pointer deference
[mirror_edk2.git] / StdLib / EfiSocketLib /
2016-07-07 Mudusuru, Giri PStdLib: Series of patches to fix typos - availabe to...
2015-07-08 jiaxinwuStdLib: Remove EfiSocketLib and Ip4Config Protocol...
2014-10-31 Olivier MartinStdLib: Fix more GCC warnings/errors caused by variable...
2014-10-31 Olivier MartinStdLib: Fix more GCC warnings/errors caused by variable...
2014-10-30 Olivier MartinStdLib: Fix GCC warnings/errors caused by variables...
2014-09-11 daryl.mcdanielStdLib: Fix some build problems and obscure bugs.
2014-03-20 leroy.p.leahyFix TCP4/TCP6 connections. Connections were transition...
2013-12-13 lpleahy leroy.p... Fix the non-blocking behavior for connect. The behavio...
2013-11-20 Lee LeahyFix GCC build errors
2013-11-20 Lee LeahyIgnore transmit errors for UDPv4, UDPv6 and IPv4.
2013-02-27 lpleahyOtherwise gcc can default to the "sysv_abi" (as opposed...
2013-02-08 lpleahyIncrease sockets performance by increasing the maximum...
2013-02-08 lpleahyAllow fragmentation of large UDP packets
2012-10-08 lpleahyPoll the network adapter during connect
2012-10-08 lpleahyFixed close for socket to properly release the socket...
2012-09-10 lpleahyModify UDP and IP to transmit on all network adapters...
2012-08-10 lpleahyReturn the proper status after one of the ports is...
2012-06-29 lpleahyChoose a better subnet mask value for the IPv4 address.
2012-06-26 lpleahyDefine the global variables as weak to enable the prope...
2012-06-22 lpleahyFix listen exit path when last port returns an error.
2012-06-08 lpleahyFix port retry behavior during connect - All port error...
2012-06-07 lpleahyOnly use ports with a network connection (media present...
2012-06-04 lpleahyOnly use ports with a network connection (media present...
2012-06-01 lpleahyUseEfiSocketLib.c - Only exit for out of resources...
2012-03-05 lpleahyFix read issue detected by the following Python program...
2012-02-24 lpleahyFix issues detected by python web-server.
2012-02-15 lpleahyBug fix: CreateEvent sometimes returning EFI_INVALID_PA...
2012-02-09 lpleahyMerged socket development branch:
2011-09-30 lpleahyFix compilation errors detected with GCC 4.4
2011-09-30 lpleahyUpdate the sockets library code
2011-08-08 lpleahyBetter handle transmit errors
2011-08-08 lpleahyRemove SocketPkg references
2011-08-02 darylm503Fix GCC build breaks.
2011-07-30 darylm503Add Socket Libraries.