<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/etc/get.lua, branch http-headers-callback</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=http-headers-callback</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=http-headers-callback'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2022-03-29T11:33:00+00:00</updated>
<entry>
<title>cleanup; move ./etc into ./samples and mark 'unsupported'</title>
<updated>2022-03-29T11:33:00+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2022-03-23T15:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=86de838eb5ed49711be8d62e01255cc2ccd3342e'/>
<id>urn:sha1:86de838eb5ed49711be8d62e01255cc2ccd3342e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Address issues raised by linter</title>
<updated>2022-03-19T14:13:15+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2022-03-18T11:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1'/>
<id>urn:sha1:601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the length operator (#) instead of table.getn.</title>
<updated>2013-02-25T22:28:28+00:00</updated>
<author>
<name>Gerardo Marset</name>
<email>gammer1994@gmail.com</email>
</author>
<published>2013-02-25T22:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=56893e9dcd1eeebffb42b227a2151e18d49bc370'/>
<id>urn:sha1:56893e9dcd1eeebffb42b227a2151e18d49bc370</id>
<content type='text'>
table.getn was deprecated in Lua 5.1 in favor of #, the length operator.
See: http://www.lua.org/manual/5.1/manual.html#7.2
</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>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>Saving before big changes to support IPv6.</title>
<updated>2011-05-25T20:57:22+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2011-05-25T20:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=3a8ba90dfb0c2eb224f317dd692ede426691e72a'/>
<id>urn:sha1:3a8ba90dfb0c2eb224f317dd692ede426691e72a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Couple bug fixes.</title>
<updated>2007-03-12T04:08:40+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2007-03-12T04:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=be2e467929be9f27fbe92fe7b94783635c920c06'/>
<id>urn:sha1:be2e467929be9f27fbe92fe7b94783635c920c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Few tweaks in installation, some missing files, etc.</title>
<updated>2005-11-22T08:33:29+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-11-22T08:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=d55a5826e81136a9ecf65c4cd407152a56684dc2'/>
<id>urn:sha1:d55a5826e81136a9ecf65c4cd407152a56684dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tested on Windows.</title>
<updated>2005-09-29T22:26:35+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-09-29T22:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=8420541720726975ab79fafc399c45c6a8eff3bd'/>
<id>urn:sha1:8420541720726975ab79fafc399c45c6a8eff3bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost ready to release.</title>
<updated>2005-09-29T06:11:42+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-09-29T06:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=a32c6d91402329adb769c4fe8bbb24f0d4e99051'/>
<id>urn:sha1:a32c6d91402329adb769c4fe8bbb24f0d4e99051</id>
<content type='text'>
</content>
</entry>
</feed>
