1. c581e50 StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency. by jiaxinwu · 9 years ago
  2. b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  3. beaaa3b StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  4. 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  5. 0164fc8 StdLib: Fix some build problems and obscure bugs. by daryl.mcdaniel · 10 years ago
  6. 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
  7. 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
  8. a93b0f4 Fix GCC build errors by Lee Leahy · 11 years ago
  9. 2dc09dd Ignore transmit errors for UDPv4, UDPv6 and IPv4. by Lee Leahy · 11 years ago
  10. 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
  11. 7d5c23a Increase sockets performance by increasing the maximum buffer sizes. by lpleahy · 12 years ago
  12. 1c740a7 Allow fragmentation of large UDP packets by lpleahy · 12 years ago
  13. 10e726c Poll the network adapter during connect by lpleahy · 12 years ago
  14. 4652be0 Fixed close for socket to properly release the socket context structure and the handle. by lpleahy · 12 years ago
  15. 884ed92 Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. by lpleahy · 12 years ago
  16. bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
  17. 6e1450f Choose a better subnet mask value for the IPv4 address. by lpleahy · 13 years ago
  18. 18757e7 Define the global variables as weak to enable the proper linking with applications and the Sockets driver. by lpleahy · 13 years ago
  19. b497a8a Fix listen exit path when last port returns an error. by lpleahy · 13 years ago
  20. 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
  21. 3a2fc87 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
  22. d6f1905 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
  23. 441f48f UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters. by lpleahy · 13 years ago
  24. 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
  25. f74dc4b Fix issues detected by python web-server. by lpleahy · 13 years ago
  26. 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
  27. 3bdf9aa Merged socket development branch: by lpleahy · 13 years ago
  28. 58081f2 Fix compilation errors detected with GCC 4.4 by lpleahy · 13 years ago
  29. a88c316 Update the sockets library code by lpleahy · 13 years ago
  30. 1c34b25 Better handle transmit errors Return 0 receive bytes when socket is closed by lpleahy · 13 years ago
  31. d1cab2b Remove SocketPkg references by lpleahy · 13 years ago
  32. eb222ae Fix GCC build breaks. by darylm503 · 13 years ago
  33. d7ce700 Add Socket Libraries. by darylm503 · 13 years ago