<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/doc, branch v3.0-rc1</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=v3.0-rc1</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=v3.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2013-06-14T11:27:32+00:00</updated>
<entry>
<title>Change link to github page.</title>
<updated>2013-06-14T11:27:32+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2013-06-14T11:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=22cd5833fcc0e272f26004a79c8545e959ba406b'/>
<id>urn:sha1:22cd5833fcc0e272f26004a79c8545e959ba406b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update NEW file and section</title>
<updated>2013-06-14T11:12:44+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2013-06-14T11:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=ea812a755e6b834505ebbe304d4845df24017515'/>
<id>urn:sha1:ea812a755e6b834505ebbe304d4845df24017515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changing from 2.1-rc1 to 3.0-rc1.</title>
<updated>2013-06-11T11:10:03+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2013-06-11T11:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=6e00ffd62f135c30be3b5a6404a722beb1bdf215'/>
<id>urn:sha1:6e00ffd62f135c30be3b5a6404a722beb1bdf215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix udp:setpeername("*")</title>
<updated>2012-08-23T22:31:15+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2012-08-23T22:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=6368caeb5ab5f628b8021c8ebf4d6df436162aaf'/>
<id>urn:sha1:6368caeb5ab5f628b8021c8ebf4d6df436162aaf</id>
<content type='text'>
There seems to be a curious difference between MacOS and
Linux and I am not sure if this is documented. When you
break a "connection" on Mac OS, you only eliminate the peer
association, but the local address remains bound. On Linux,
breaking a "connection" eliminates the binding to the local
address. Have you guys ever come accross this?

Another irritating difference is that connect() returns the
error EAFNOSUPPORT on Mac OS. I am going to ignore all
errors when the reason for calling connect() is simply to
break the "connection".
</content>
</entry>
<entry>
<title>Add new bug fix comment.</title>
<updated>2012-08-01T06:34:06+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@fresnel.local</email>
</author>
<published>2012-08-01T06:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5'/>
<id>urn:sha1:03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5</id>
<content type='text'>
</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>Fixed getpeername/getsockname situation</title>
<updated>2012-04-23T16:47:30+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-23T16:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=c2e29537f576a7082247091036c7957479d42b21'/>
<id>urn:sha1:c2e29537f576a7082247091036c7957479d42b21</id>
<content type='text'>
- Added IPv6 support to getsockname
- Simplified getpeername implementation
- Added family to return of getsockname and getpeername
and added modification to the manual to describe
</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>First stab at documenation</title>
<updated>2012-04-16T17:15:26+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-16T17:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f37e0260261f7691246429d227cf7124c291e8b1'/>
<id>urn:sha1:f37e0260261f7691246429d227cf7124c291e8b1</id>
<content type='text'>
Update Lua and Luasocket version in samples and in documentation
Documented ipv5_v6only default option being set
Documented tcp6 and udp6
Documented dns.getaddrinfo
Documented zero-sized datagram change?
Documented getoption
</content>
</entry>
<entry>
<title>Merge branch 'git-sam' into diego-sam-mwild-integration</title>
<updated>2012-04-11T21:18:20+00:00</updated>
<author>
<name>Sam Roberts</name>
<email>vieuxtech@gmail.com</email>
</author>
<published>2012-04-11T21:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc'/>
<id>urn:sha1:4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc</id>
<content type='text'>
Conflicts in options.c were just due to independent small functions
being close to each other.

unix.c in mwild was broken, it wasn't using LUASOCKET_API.

serial.c needed luaL_reg renamed, and to use LUASOCKET_API.

makefile didn't respect standard DESTDIR and prefix makefile
variables, and didn't allow LUAV variable to select lua version to build
against.

I've tested the top-level install-both target builds and installs
against both lua5.1 and lua5.2, but not done further testing.

Conflicts:
	README
	config
	gem/ltn012.tex
	makefile
	src/makefile
	src/options.c
	src/options.h
	src/tcp.c
	src/usocket.c
</content>
</entry>
</feed>
