Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
refs/heads/sos-5.x
/
StdLib
/
EfiSocketLib
c581e50
StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.
by jiaxinwu
· 9 years ago
b81cc7d
StdLib: Fix more GCC warnings/errors caused by variables being set but not used.
by Olivier Martin
· 10 years ago
beaaa3b
StdLib: Fix more GCC warnings/errors caused by variables being set but not used.
by Olivier Martin
· 10 years ago
0e56588
StdLib: Fix GCC warnings/errors caused by variables being set but not used.
by Olivier Martin
· 10 years ago
0164fc8
StdLib: Fix some build problems and obscure bugs.
by daryl.mcdaniel
· 10 years ago
eb5b601
Fix TCP4/TCP6 connections. Connections were transitioning into the connected state and the polling was returning an error. Fix the polling routine to return success in this case.
by leroy.p.leahy
· 11 years ago
ceecdc6
Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion.
by lpleahy leroy.p.leahy
· 11 years ago
a93b0f4
Fix GCC build errors
by Lee Leahy
· 11 years ago
2dc09dd
Ignore transmit errors for UDPv4, UDPv6 and IPv4.
by Lee Leahy
· 11 years ago
985fef8
Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>.
by lpleahy
· 12 years ago
7d5c23a
Increase sockets performance by increasing the maximum buffer sizes.
by lpleahy
· 12 years ago
1c740a7
Allow fragmentation of large UDP packets
by lpleahy
· 12 years ago
10e726c
Poll the network adapter during connect
by lpleahy
· 12 years ago
4652be0
Fixed close for socket to properly release the socket context structure and the handle.
by lpleahy
· 12 years ago
884ed92
Modify UDP and IP to transmit on all network adapters instead of just the first network adapter.
by lpleahy
· 12 years ago
bb3aa95
Return the proper status after one of the ports is configured for UDP or IP communications.
by lpleahy
· 12 years ago
6e1450f
Choose a better subnet mask value for the IPv4 address.
by lpleahy
· 13 years ago
18757e7
Define the global variables as weak to enable the proper linking with applications and the Sockets driver.
by lpleahy
· 13 years ago
b497a8a
Fix listen exit path when last port returns an error.
by lpleahy
· 13 years ago
44538ba
Fix port retry behavior during connect - All port error paths exit through ConnectComplete to try the next port. When the last port fails to connect, the port error status to errno translation gets done by ConnectPoll.
by lpleahy
· 13 years ago
3a2fc87
Only use ports with a network connection (media present) when connecting to a remote host.
by lpleahy
· 13 years ago
d6f1905
Only use ports with a network connection (media present) when connecting to a remote host.
by lpleahy
· 13 years ago
441f48f
UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters.
by lpleahy
· 13 years ago
fcb6f89
Fix read issue detected by the following Python program. The issue was that the caller's buffer pointer was not being advanced between segments of the read data.
by lpleahy
· 13 years ago
f74dc4b
Fix issues detected by python web-server.
by lpleahy
· 13 years ago
28de825
Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL value. Use known good TPL value since TPL is a don't care.
by lpleahy
· 13 years ago
3bdf9aa
Merged socket development branch:
by lpleahy
· 13 years ago
58081f2
Fix compilation errors detected with GCC 4.4
by lpleahy
· 13 years ago
a88c316
Update the sockets library code
by lpleahy
· 13 years ago
1c34b25
Better handle transmit errors Return 0 receive bytes when socket is closed
by lpleahy
· 13 years ago
d1cab2b
Remove SocketPkg references
by lpleahy
· 13 years ago
eb222ae
Fix GCC build breaks.
by darylm503
· 13 years ago
d7ce700
Add Socket Libraries.
by darylm503
· 13 years ago