<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/test/testsrvr.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>2015-08-22T22:52:01+00:00</updated>
<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>Select loadstring or load for Lua 5.1/5.2 respectively</title>
<updated>2012-04-29T18:46:35+00:00</updated>
<author>
<name>Florian Zeitz</name>
<email>florob@babelmonkeys.de</email>
</author>
<published>2012-04-29T18:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=cf4d29f86d722d7398b59c41c190d545e8c7a8c2'/>
<id>urn:sha1:cf4d29f86d722d7398b59c41c190d545e8c7a8c2</id>
<content type='text'>
</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>
<entry>
<title>testsrvr asserts when test finishes successfully.</title>
<updated>2012-04-11T20:45:59+00:00</updated>
<author>
<name>Sam Roberts</name>
<email>vieuxtech@gmail.com</email>
</author>
<published>2011-08-08T23:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=3b19f2a7edbcde798a9cf5f1f6175d360e891744'/>
<id>urn:sha1:3b19f2a7edbcde798a9cf5f1f6175d360e891744</id>
<content type='text'>
When the test client finishes, the test server asserts with a "closed" message.
After looking carefully at this, I think the tests are running
successfully and passing. Since it appears to be a test failure, I
modified the server to allow the client to close the control connection.
</content>
</entry>
<entry>
<title>Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing.</title>
<updated>2012-04-11T20:33:34+00:00</updated>
<author>
<name>Liam Devine</name>
<email>dmail00@gmail.com</email>
</author>
<published>2011-07-04T22:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=e15ed19db6eb3385c1b35219c2dfa11953c3d47e'/>
<id>urn:sha1:e15ed19db6eb3385c1b35219c2dfa11953c3d47e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forward server working on Mac OS X...</title>
<updated>2005-02-08T10:01:01+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2005-02-08T10:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=8d4e240f6ae50d9b22ddc44f5e207018935da907'/>
<id>urn:sha1:8d4e240f6ae50d9b22ddc44f5e207018935da907</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost ready for beta3</title>
<updated>2004-11-27T07:58:04+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-11-27T07:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=7c97e8e40aaa665226fb54449773dc3134e755b2'/>
<id>urn:sha1:7c97e8e40aaa665226fb54449773dc3134e755b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed send function.</title>
<updated>2004-07-18T22:56:14+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-07-18T22:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=c8b402e00442cd249397d4d33d2723a1f08a8108'/>
<id>urn:sha1:c8b402e00442cd249397d4d33d2723a1f08a8108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tiny bug in test.</title>
<updated>2004-07-02T18:58:23+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-07-02T18:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=b2b7e9cef1bbe70018505cd4bc222058d7e6f106'/>
<id>urn:sha1:b2b7e9cef1bbe70018505cd4bc222058d7e6f106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing send/recv and optimizing.</title>
<updated>2004-06-23T01:08:54+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@tecgraf.puc-rio.br</email>
</author>
<published>2004-06-23T01:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=a193c087a406f3f9b9d86f452a80b749f8d88301'/>
<id>urn:sha1:a193c087a406f3f9b9d86f452a80b749f8d88301</id>
<content type='text'>
</content>
</entry>
</feed>
