index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
StdLib
/
EfiSocketLib
/
Socket.c
Age
Commit message (
Expand
)
Author
2014-10-31
StdLib: Fix more GCC warnings/errors caused by variables being set but not used.
Olivier Martin
2014-10-31
StdLib: Fix more GCC warnings/errors caused by variables being set but not used.
Olivier Martin
2014-09-11
StdLib: Fix some build problems and obscure bugs.
daryl.mcdaniel
2014-03-20
Fix TCP4/TCP6 connections. Connections were transitioning into the connected...
leroy.p.leahy
2013-12-13
Fix the non-blocking behavior for connect. The behavior was correct if the c...
lpleahy leroy.p.leahy
2013-11-20
Ignore transmit errors for UDPv4, UDPv6 and IPv4.
Lee Leahy
2012-10-08
Poll the network adapter during connect
lpleahy
2012-10-08
Fixed close for socket to properly release the socket context structure and t...
lpleahy
2012-09-10
Modify UDP and IP to transmit on all network adapters instead of just the fir...
lpleahy
2012-02-24
Fix issues detected by python web-server.
lpleahy
2012-02-15
Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...
lpleahy
2012-02-09
Merged socket development branch:
lpleahy
2011-09-30
Fix compilation errors detected with GCC 4.4
lpleahy
2011-09-30
Update the sockets library code
lpleahy
2011-08-08
Better handle transmit errors
lpleahy
2011-07-30
Add Socket Libraries.
darylm503