<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/doc/reference.html, branch master</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2022-03-22T21:11:24+00:00</updated>
<entry>
<title>Move doc→docs so we can serve it with GitHub Pages</title>
<updated>2022-03-22T21:11:24+00:00</updated>
<author>
<name>Caleb Maclennan</name>
<email>caleb@alerque.com</email>
</author>
<published>2022-03-22T21:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f98977b2dac48fc66822402b095336e683715126'/>
<id>urn:sha1:f98977b2dac48fc66822402b095336e683715126</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(docs) fix html linter issues in the docs (#358)</title>
<updated>2022-03-22T18:21:58+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2022-03-22T18:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f97dc8489d58aef2d038288f9a8bc69f907e17bb'/>
<id>urn:sha1:f97dc8489d58aef2d038288f9a8bc69f907e17bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ltn12.source.table()</title>
<updated>2018-06-05T06:00:39+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2018-06-05T05:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=8fee6363093611302af3af5139eba9716267f03b'/>
<id>urn:sha1:8fee6363093611302af3af5139eba9716267f03b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added gettimeout for completeness.</title>
<updated>2016-03-04T18:36:32+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2016-03-04T18:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=944305dc21350fd2ec32a9552d893da86894fd62'/>
<id>urn:sha1:944305dc21350fd2ec32a9552d893da86894fd62</id>
<content type='text'>
Also documented.
Rordered manuals so order is alphabetical.
</content>
</entry>
<entry>
<title>Changed buffer-per-socket to buffer-per-operation.</title>
<updated>2015-10-06T03:33:50+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2015-10-06T03:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=be67f63f4e11e53690bf1431a236f86b484c9bf0'/>
<id>urn:sha1:be67f63f4e11e53690bf1431a236f86b484c9bf0</id>
<content type='text'>
This is a difficult tradeoff to measure. I think large
datagrams won't be used very frequently. So it is better to
not lock a large buffer to each socket object and instead
allocate and deallocate for each operation receiving a
datagram larger than UDP_DATAGRAMSIZE.
</content>
</entry>
<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>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>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>
