Age | Commit message (Expand) | Author |
2013-02-27 | Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call... | lpleahy |
2013-02-08 | Increase sockets performance by increasing the maximum buffer sizes. | lpleahy |
2013-02-08 | Allow fragmentation of large UDP packets | lpleahy |
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-08-10 | Return the proper status after one of the ports is configured for UDP or IP c... | lpleahy |
2012-06-29 | Choose a better subnet mask value for the IPv4 address. | lpleahy |
2012-06-26 | Define the global variables as weak to enable the proper linking with applica... | lpleahy |
2012-06-22 | Fix listen exit path when last port returns an error. | lpleahy |
2012-06-08 | Fix port retry behavior during connect - All port error paths exit through Co... | lpleahy |
2012-06-07 | Only use ports with a network connection (media present) when connecting to a... | lpleahy |
2012-06-04 | Only use ports with a network connection (media present) when connecting to a... | lpleahy |
2012-06-01 | UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network... | lpleahy |
2012-03-05 | Fix read issue detected by the following Python program. The issue was that ... | 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-08-08 | Remove SocketPkg references | lpleahy |
2011-08-02 | Fix GCC build breaks. | darylm503 |
2011-07-30 | Add Socket Libraries. | darylm503 |