<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/src/options.c, branch copilot/update-urltest-helper</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=copilot%2Fupdate-urltest-helper</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=copilot%2Fupdate-urltest-helper'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2026-08-31T07:52:00+00:00</updated>
<entry>
<title>feat(core): Add option for Windows SO_EXCLUSIVEADDRUSE</title>
<updated>2026-08-31T07:52:00+00:00</updated>
<author>
<name>Wires77</name>
<email>Wires77@users.noreply.github.com</email>
</author>
<published>2025-02-27T21:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=b56a0c1b16f10ba6290b4decedbc424433972f46'/>
<id>urn:sha1:b56a0c1b16f10ba6290b4decedbc424433972f46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(core): Replace check for SO_BINDTODEVICE support with platform independent version</title>
<updated>2023-10-27T09:34:39+00:00</updated>
<author>
<name>leso-kn</name>
<email>info@lesosoftware.com</email>
</author>
<published>2023-10-27T09:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=708e50f8e640540198a24798b1bacd349f3c11dd'/>
<id>urn:sha1:708e50f8e640540198a24798b1bacd349f3c11dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(core): Disable SO_BINDTODEVICE on windows</title>
<updated>2023-10-27T06:59:26+00:00</updated>
<author>
<name>leso-kn</name>
<email>info@lesosoftware.com</email>
</author>
<published>2023-10-23T19:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=0bc8c56043e9fee5403516c62618b7d3acc5508a'/>
<id>urn:sha1:0bc8c56043e9fee5403516c62618b7d3acc5508a</id>
<content type='text'>
Co-authored-by: Sewbacca &lt;sebastian.kalus@kolabnow.com&gt;
</content>
</entry>
<entry>
<title>feat(tcp): Add 'bindtodevice' option (#408)</title>
<updated>2023-10-23T18:27:01+00:00</updated>
<author>
<name>Leso_KN</name>
<email>info@lesosoftware.com</email>
</author>
<published>2023-10-23T18:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f741a88b80ffcf4de65b91ff82fc9f7865cbad0e'/>
<id>urn:sha1:f741a88b80ffcf4de65b91ff82fc9f7865cbad0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(core) Remove lingering c-style comment (#388)</title>
<updated>2022-08-27T18:31:54+00:00</updated>
<author>
<name>George  Zhao</name>
<email>zhaozg@gmail.com</email>
</author>
<published>2022-08-27T18:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=30ddf0eaea2de526acdd3236d27f6788af3576e2'/>
<id>urn:sha1:30ddf0eaea2de526acdd3236d27f6788af3576e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(tcp): Add support for TCP Defer Accept</title>
<updated>2022-07-27T06:40:18+00:00</updated>
<author>
<name>Kim Alvefur</name>
<email>zash@zash.se</email>
</author>
<published>2022-07-27T06:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=d1ad8160cba9e504c9d17665492044a93efdc3ab'/>
<id>urn:sha1:d1ad8160cba9e504c9d17665492044a93efdc3ab</id>
<content type='text'>
This makes it so that a listening socket does not become readable for
accept() until a connection has been fully established *and* started
sending something, thus the program doesn't have to wait for the first
data. This only makes sense for client-speaks-first protocols.

Co-authored-by: Caleb Maclennan &lt;caleb@alerque.com&gt;</content>
</entry>
<entry>
<title>feat(tcp): Add support for TCP Fast Open</title>
<updated>2022-07-27T06:16:43+00:00</updated>
<author>
<name>Kim Alvefur</name>
<email>zash@zash.se</email>
</author>
<published>2022-07-27T06:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=0c7df119c2b71bed814db7b3da8fc379131433fe'/>
<id>urn:sha1:0c7df119c2b71bed814db7b3da8fc379131433fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: Use C-style comment syntax throughout (#309)</title>
<updated>2022-03-18T14:54:11+00:00</updated>
<author>
<name>Caleb Maclennan</name>
<email>caleb@alerque.com</email>
</author>
<published>2022-03-18T14:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=6952262e6a1315b14935ddd0ea511c202c0154ba'/>
<id>urn:sha1:6952262e6a1315b14935ddd0ea511c202c0154ba</id>
<content type='text'>
Co-authored-by: Denise Cullassnekuff &lt;19711487+BlackCutpoint@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>options: pragma visibility</title>
<updated>2019-03-10T07:04:20+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2019-02-28T03:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=ce6a08d57de42f8f2a78fd63b1b2bc90b3cc0156'/>
<id>urn:sha1:ce6a08d57de42f8f2a78fd63b1b2bc90b3cc0156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options.c: use LUASOCKET_PRIVATE</title>
<updated>2019-02-25T22:59:19+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2019-02-25T22:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=ef2a3fcedb8c03a2e64942cb794f4ffd6a9beef7'/>
<id>urn:sha1:ef2a3fcedb8c03a2e64942cb794f4ffd6a9beef7</id>
<content type='text'>
</content>
</entry>
</feed>
