<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/test, branch issue297</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=issue297</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=issue297'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2020-03-28T21:28:26+00:00</updated>
<entry>
<title>test/find-connect-limit: add missing "socket ="</title>
<updated>2020-03-28T21:28:26+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>git@westbrook.io</email>
</author>
<published>2020-03-28T21:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=3a66baed1500bb3ccbbc704bc10206e2f0cf12a2'/>
<id>urn:sha1:3a66baed1500bb3ccbbc704bc10206e2f0cf12a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test/udp-zero-length-send-recv: add missing "socket ="; use shebang "#!/usr/bin/env lua"</title>
<updated>2020-03-28T21:23:51+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>git@westbrook.io</email>
</author>
<published>2020-03-28T21:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=790a58112f77a07cc7588b23c6f52961a41a2ff5'/>
<id>urn:sha1:790a58112f77a07cc7588b23c6f52961a41a2ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test/udp-zero-length-send: add missing "socket ="; use shebang "#!/usr/bin/env lua"</title>
<updated>2020-03-28T21:20:24+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>git@westbrook.io</email>
</author>
<published>2020-03-28T21:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=d341493bbf9ba9a9d2c9debfcca00b81118cf21a'/>
<id>urn:sha1:d341493bbf9ba9a9d2c9debfcca00b81118cf21a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test/getoptions: guard calls with pcall(); check result of getoption"linger"</title>
<updated>2020-03-28T21:14:18+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>git@westbrook.io</email>
</author>
<published>2020-03-28T21:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=0901c486ff31195d43e1352531931f951fb85371'/>
<id>urn:sha1:0901c486ff31195d43e1352531931f951fb85371</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test/tcp-getoptions: bugfix: missing "socket =" in require"socket"</title>
<updated>2020-03-27T22:55:04+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>git@westbrook.io</email>
</author>
<published>2020-03-27T22:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=68aeb39dc2202f31395676770128dd8bafb6b1d6'/>
<id>urn:sha1:68aeb39dc2202f31395676770128dd8bafb6b1d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #116 from linuxmaniac/master</title>
<updated>2019-02-24T20:55:27+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2019-02-24T20:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=699c36c0193c4c9fb4ae8d90c032280f6bacdaf3'/>
<id>urn:sha1:699c36c0193c4c9fb4ae8d90c032280f6bacdaf3</id>
<content type='text'>
Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options</content>
</entry>
<entry>
<title>url.lua:remove_dot_components(): use temporary NUL marker to reduce empty-segment special-case code</title>
<updated>2018-08-21T18:17:12+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2018-08-21T18:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=ca5398be098b571912dcbd93c83ab78151814f99'/>
<id>urn:sha1:ca5398be098b571912dcbd93c83ab78151814f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>url.lua:remove_dot_components(): empty path component double-dot corner case</title>
<updated>2018-08-21T17:27:42+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2018-08-21T17:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=38d936ec0ea05da9f85a5c582e5073e0d1b82209'/>
<id>urn:sha1:38d936ec0ea05da9f85a5c582e5073e0d1b82209</id>
<content type='text'>
</content>
</entry>
<entry>
<title>url.lua:absolute_path(): ensure a separator between base_path and relative_path</title>
<updated>2018-08-21T16:43:04+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2018-08-21T16:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=5b862e6a3c79b8e336a0ac2f0d23ca69993b326d'/>
<id>urn:sha1:5b862e6a3c79b8e336a0ac2f0d23ca69993b326d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>url.lua:remove_dot_components(): avoid overconsuming dot segments</title>
<updated>2018-08-21T15:59:45+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2018-08-21T15:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=7ccea58776b8084f29a48610cb44b17ca604e4b5'/>
<id>urn:sha1:7ccea58776b8084f29a48610cb44b17ca604e4b5</id>
<content type='text'>
</content>
</entry>
</feed>
