<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/src/socket.lua, branch docs/pre-release-audit</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=docs%2Fpre-release-audit</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=docs%2Fpre-release-audit'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2015-08-22T22:52:01+00:00</updated>
<entry>
<title>New agnostic IPv4 IPv6 functions.</title>
<updated>2015-08-22T22:52:01+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2015-08-22T22:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=96965b179c7311f850f72a8629b9ba6d3a31d117'/>
<id>urn:sha1:96965b179c7311f850f72a8629b9ba6d3a31d117</id>
<content type='text'>
Also dealing with EPROTOTYPE Yosemite seems to be throwing
at us for no reason.
</content>
</entry>
<entry>
<title>No need for inet_pton.</title>
<updated>2013-06-04T08:26:49+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2013-06-04T08:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=b1d1e721d1b325cacfc6342c696191730dea357d'/>
<id>urn:sha1:b1d1e721d1b325cacfc6342c696191730dea357d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build with Lua 5.2 without LUA_COMPAT_MODULE flag.</title>
<updated>2013-05-27T08:45:09+00:00</updated>
<author>
<name>moteus</name>
<email>mimir@newmail.ru</email>
</author>
<published>2013-05-27T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=920bc9762954454468d056a61391635cbd849406'/>
<id>urn:sha1:920bc9762954454468d056a61391635cbd849406</id>
<content type='text'>
LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
</content>
</entry>
<entry>
<title>socket.connect now implemented in the C core</title>
<updated>2012-05-10T21:14:22+00:00</updated>
<author>
<name>Sam Roberts</name>
<email>vieuxtech@gmail.com</email>
</author>
<published>2012-05-10T21:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=156669c28bc62bfddbd5625c4bb4c1f8da94802b'/>
<id>urn:sha1:156669c28bc62bfddbd5625c4bb4c1f8da94802b</id>
<content type='text'>
This avoid socket.lua duplicating the iteration over the results
of getaddrinfo(). Some problems with the C implementation not
initializing sockets or the luasocket family have also been fixed,
and error reporting made more robust.
</content>
</entry>
<entry>
<title>socket.bind also tries all addresses returned by getaddrinfo.</title>
<updated>2012-04-22T17:40:31+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-22T17:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=1acf8188cd732de4fd5fcdc016eeab501c86a773'/>
<id>urn:sha1:1acf8188cd732de4fd5fcdc016eeab501c86a773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>socket.connect() loops over addresses returned by getaddrinfo</title>
<updated>2012-04-22T17:29:41+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-22T17:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=966642f76abeea579ddcf8da8651244fcf5cbd5a'/>
<id>urn:sha1:966642f76abeea579ddcf8da8651244fcf5cbd5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Making progress toward a release</title>
<updated>2012-04-22T16:18:45+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-22T16:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f960b3872a668ed1b53bd50c5b6a708367332f3c'/>
<id>urn:sha1:f960b3872a668ed1b53bd50c5b6a708367332f3c</id>
<content type='text'>
Documented headers.lua
Update copyright date everywhere
Remove RCSID from files
Move version back to 2.1 rather than 2.1.1
Fixed url package to support ipv6 hosts
Changed "domain" to "family" in tcp and udp structures
Implemented getfamily methods
</content>
</entry>
<entry>
<title>Add support for connecting to IPv6 hosts</title>
<updated>2012-04-11T20:33:34+00:00</updated>
<author>
<name>Florian Zeitz</name>
<email>florob@babelmonkeys.de</email>
</author>
<published>2011-06-14T22:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=594f826aa129f8b497c37fe08429eff5651dac9d'/>
<id>urn:sha1:594f826aa129f8b497c37fe08429eff5651dac9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt socket.bind() to create a IPv4 or IPv6 depending on the address given</title>
<updated>2012-04-11T20:33:34+00:00</updated>
<author>
<name>Florian Zeitz</name>
<email>florob@babelmonkeys.de</email>
</author>
<published>2011-06-14T00:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=4df1618aaba49a35d5a262970b3f4773dcd0ee25'/>
<id>urn:sha1:4df1618aaba49a35d5a262970b3f4773dcd0ee25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preliminary IPv6 support for v2.1</title>
<updated>2012-04-11T20:25:11+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2012-04-11T20:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=2778766d678b147fc079d67dee036346381b4764'/>
<id>urn:sha1:2778766d678b147fc079d67dee036346381b4764</id>
<content type='text'>
</content>
</entry>
</feed>
