summaryrefslogtreecommitdiffstats
path: root/StdLib/EfiSocketLib
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* StdLib: Series of patches to fix typos - availabe to availableMudusuru, Giri P2016-07-071-1/+1
* StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.jiaxinwu2015-07-084-104/+128
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-311-0/+1
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-312-441/+226
* StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-303-81/+71
* StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2014-09-111-88/+88
* Fix TCP4/TCP6 connections. Connections were transitioning into the connected...leroy.p.leahy2014-03-201-3/+2
* Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy2013-12-133-12/+16
* Fix GCC build errorsLee Leahy2013-11-205-5/+5
* Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy2013-11-208-175/+1236
* Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy2013-02-271-3/+3
* Increase sockets performance by increasing the maximum buffer sizes.lpleahy2013-02-081-2/+2
* Allow fragmentation of large UDP packetslpleahy2013-02-081-1/+1
* Poll the network adapter during connectlpleahy2012-10-081-0/+5
* Fixed close for socket to properly release the socket context structure and t...lpleahy2012-10-084-96/+220
* Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy2012-09-104-49/+70
* Return the proper status after one of the ports is configured for UDP or IP c...lpleahy2012-08-103-114/+102
* Choose a better subnet mask value for the IPv4 address.lpleahy2012-06-293-9/+9
* Define the global variables as weak to enable the proper linking with applica...lpleahy2012-06-261-9/+9
* Fix listen exit path when last port returns an error.lpleahy2012-06-222-0/+4
* Fix port retry behavior during connect - All port error paths exit through Co...lpleahy2012-06-082-273/+207
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-072-5/+48
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-041-3/+26
* UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network...lpleahy2012-06-012-28/+20
* Fix read issue detected by the following Python program. The issue was that ...lpleahy2012-03-052-0/+10
* Fix issues detected by python web-server.lpleahy2012-02-247-49/+72
* Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...lpleahy2012-02-151-1/+1
* Merged socket development branch:lpleahy2012-02-099-9/+3684
* Fix compilation errors detected with GCC 4.4lpleahy2011-09-304-34/+37
* Update the sockets library codelpleahy2011-09-3011-6067/+7973
* Better handle transmit errorslpleahy2011-08-082-224/+251
* Remove SocketPkg referenceslpleahy2011-08-081-1/+0
* Fix GCC build breaks.darylm5032011-08-022-3/+3
* Add Socket Libraries.darylm5032011-07-308-0/+11165