]> git.proxmox.com Git - mirror_edk2.git/history - StdLib/EfiSocketLib/Socket.c
StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.
[mirror_edk2.git] / StdLib / EfiSocketLib / Socket.c
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-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 LeahyIgnore transmit errors for UDPv4, UDPv6 and IPv4.
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-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-07-30 darylm503Add Socket Libraries.