<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/samples/talker.lua, branch copilot/check-testfiles-for-os-exit-issues</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=copilot%2Fcheck-testfiles-for-os-exit-issues</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=copilot%2Fcheck-testfiles-for-os-exit-issues'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2012-04-22T16:18:45+00:00</updated>
<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>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>
<entry>
<title>Almost ready to release beta3</title>
<updated>2005-01-02T22:44:00+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-01-02T22:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=97b26e0b66c840a446a0179200c7df23565330d1'/>
<id>urn:sha1:97b26e0b66c840a446a0179200c7df23565330d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More adjustments/bugfixes.</title>
<updated>2004-06-21T06:07:58+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-06-21T06:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=bce1cb30d856d167e167c4c2997f9bebe03a612c'/>
<id>urn:sha1:bce1cb30d856d167e167c4c2997f9bebe03a612c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed the return of the send function...</title>
<updated>2004-06-17T23:08:56+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-06-17T23:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=07dda08c5d25dca0f8e79b80998559544aa7c398'/>
<id>urn:sha1:07dda08c5d25dca0f8e79b80998559544aa7c398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fine tuning the "require" business.</title>
<updated>2004-05-30T21:36:22+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-05-30T21:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=5ca1049ab47f3f9ff9157f71af9072f04a637500'/>
<id>urn:sha1:5ca1049ab47f3f9ff9157f71af9072f04a637500</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finished implementation of LuaSocket 2.0 alpha on Linux.</title>
<updated>2003-06-26T18:47:49+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2003-06-26T18:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=71f6bb60bf2b7457091c7106190f92ab7e51f7c6'/>
<id>urn:sha1:71f6bb60bf2b7457091c7106190f92ab7e51f7c6</id>
<content type='text'>
Some testing still needed.
</content>
</entry>
<entry>
<title>Select re-implemented in a nicer way.</title>
<updated>2003-06-09T18:23:40+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2003-06-09T18:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=58bdb658aaa1c30a8f3bed46eef880d308fae582'/>
<id>urn:sha1:58bdb658aaa1c30a8f3bed46eef880d308fae582</id>
<content type='text'>
Few changes in internal class and group registration.
Lua modules are compiled and built into library.
Dynamic library tested in Linux and Mac OS X.
</content>
</entry>
<entry>
<title>Porting to LUA 5.0 final</title>
<updated>2003-05-25T01:54:13+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2003-05-25T01:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=0f6c8d50a99997ac7829864b1c93362b50f1bbf3'/>
<id>urn:sha1:0f6c8d50a99997ac7829864b1c93362b50f1bbf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parameter passing updated.</title>
<updated>2001-01-25T21:57:07+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2001-01-25T21:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=68f51243b38bf1e32d471e9cc9ddf12a25110e80'/>
<id>urn:sha1:68f51243b38bf1e32d471e9cc9ddf12a25110e80</id>
<content type='text'>
</content>
</entry>
</feed>
