]> git.proxmox.com Git - mirror_edk2.git/history - StdLib/EfiSocketLib/Tcp4.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / StdLib / EfiSocketLib / Tcp4.c
2019-04-29 Michael D Kinneyedk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
2019-04-09 Michael D KinneyStdLib: Replace BSD License with BSD+Patent License
2015-07-08 jiaxinwuStdLib: Remove EfiSocketLib and Ip4Config Protocol...
2014-10-30 Olivier MartinStdLib: Fix GCC warnings/errors caused by variables...
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.
2012-06-29 lpleahyChoose a better subnet mask value for the IPv4 address.
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-03-05 lpleahyFix read issue detected by the following Python program...
2012-02-24 lpleahyFix issues detected by python web-server.
2012-02-09 lpleahyMerged socket development branch:
2011-09-30 lpleahyUpdate the sockets library code
2011-08-08 lpleahyBetter handle transmit errors
2011-07-30 darylm503Add Socket Libraries.