]> git.proxmox.com Git - mirror_edk2.git/history - StdLib/EfiSocketLib
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / StdLib / EfiSocketLib /
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.