1. 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  2. 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
  3. a93b0f4 Fix GCC build errors by Lee Leahy · 11 years ago
  4. 2dc09dd Ignore transmit errors for UDPv4, UDPv6 and IPv4. by Lee Leahy · 11 years ago
  5. b497a8a Fix listen exit path when last port returns an error. by lpleahy · 13 years ago
  6. 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
  7. 3a2fc87 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
  8. 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
  9. f74dc4b Fix issues detected by python web-server. by lpleahy · 13 years ago
  10. 3bdf9aa Merged socket development branch: by lpleahy · 13 years ago