<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/etc/check-links.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>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>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>
<entry>
<title>Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.</title>
<updated>2005-08-23T05:53:14+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-08-23T05:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=773e35ced30fa2c03ddb2a332bf8a9aebb56aa44'/>
<id>urn:sha1:773e35ced30fa2c03ddb2a332bf8a9aebb56aa44</id>
<content type='text'>
Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
</content>
</entry>
<entry>
<title>Dispatcher working for check-links. Need to get it working with forwarder.</title>
<updated>2005-08-19T01:35:26+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-08-19T01:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=5e8ae76248ed31496dc6fef7855498a0479159ed'/>
<id>urn:sha1:5e8ae76248ed31496dc6fef7855498a0479159ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Final push for release...</title>
<updated>2005-08-12T05:56:32+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-08-12T05:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=0c3cdd5ef2485a79d6fec9261f2850c41577d5b3'/>
<id>urn:sha1:0c3cdd5ef2485a79d6fec9261f2850c41577d5b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fine tunned modules scheme.</title>
<updated>2004-10-11T06:18:57+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-10-11T06:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a'/>
<id>urn:sha1:1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a</id>
<content type='text'>
Adjusted client modules.
Fixed proxy bug in http.
</content>
</entry>
</feed>
