summaryrefslogtreecommitdiffstats
path: root/StdLib/EfiSocketLib/Socket.c
Commit message (Expand)AuthorAgeFilesLines
* edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFilesMichael D Kinney2019-04-291-5789/+0
* StdLib: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* 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-311-379/+216
* 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-131-10/+2
* Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy2013-11-201-8/+35
* 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-081-0/+162
* Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy2012-09-101-1/+1
* Fix issues detected by python web-server.lpleahy2012-02-241-48/+64
* Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...lpleahy2012-02-151-1/+1
* Merged socket development branch:lpleahy2012-02-091-5/+98
* Fix compilation errors detected with GCC 4.4lpleahy2011-09-301-10/+10
* Update the sockets library codelpleahy2011-09-301-1247/+3799
* Better handle transmit errorslpleahy2011-08-081-222/+242
* Add Socket Libraries.darylm5032011-07-301-0/+3091