<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/docs/socket.html, branch docs/pre-release-audit</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=docs%2Fpre-release-audit</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=docs%2Fpre-release-audit'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2026-09-01T08:48:40+00:00</updated>
<entry>
<title>docs: document socket.unix and socket.serial, fix stale/missing API references</title>
<updated>2026-09-01T08:48:40+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2026-09-01T08:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=70f7800986812ad0d1a5dd6f280f66fd2bf1dd12'/>
<id>urn:sha1:70f7800986812ad0d1a5dd6f280f66fd2bf1dd12</id>
<content type='text'>
Pre-release documentation audit against master. Adds the two fully
undocumented modules and closes gaps found by diffing every docs/*.html
page against its corresponding source:

- New docs/unix.html and docs/serial.html (socket.unix stream/dgram and
  socket.serial were never documented), linked from index.html,
  introduction.html, socket.html and reference.html. serial.html notes
  the current lack of a baud/parity/flow-control API and includes an
  os.execute+stty workaround example. Both note Windows is unsupported.
- socket.html: document headers.setcanonic, point to unix/serial modules.
- tcp.html: document getfamily, setpeername/setsockname aliases.
- udp.html: document getfamily, getfd/setfd, dirty; document the
  ipv6-multicast-hops/ipv6-unicast-hops aliasing as current (known-buggy)
  behavior rather than the originally intended semantics.
- http.html: correct redirect text (301/302/303/307/308, was 301/302
  only); document MAXHEADERLINE/MAXHEADERSIZE.
- dns.html: document getnameinfo.
- ltn12.html: document source.rewind and BLOCKSIZE.
- installation.html: fix stale "LuaSocket 3.0" sample output to 3.1.0.
- reference.html: index every anchor added above plus new Unix/Serial
  blocks.
</content>
</entry>
<entry>
<title>feat(headers): dynamically create cononicalized headers</title>
<updated>2026-08-29T17:43:26+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2026-08-29T17:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=a63fa963b7bd01f1b470bea7c5a2ed326ff760e6'/>
<id>urn:sha1:a63fa963b7bd01f1b470bea7c5a2ed326ff760e6</id>
<content type='text'>
Instead of a static list dynamically add entries in proper casing.
Also allowing to add non-standard ones through `setcanonic`.

closes #442
fixes #440
</content>
</entry>
<entry>
<title>chore(docs): update LTN12 links (#428)</title>
<updated>2024-03-15T11:55:02+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-03-15T11:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=93eef5015e0dfe8d24071dd036f9a7f02160abeb'/>
<id>urn:sha1:93eef5015e0dfe8d24071dd036f9a7f02160abeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(docs): link to included LTN documents (#426)</title>
<updated>2024-03-05T20:18:24+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-03-05T20:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=23241717bf91c4317065828bedafd05ebb97c1ef'/>
<id>urn:sha1:23241717bf91c4317065828bedafd05ebb97c1ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move doc→docs so we can serve it with GitHub Pages</title>
<updated>2022-03-22T21:11:24+00:00</updated>
<author>
<name>Caleb Maclennan</name>
<email>caleb@alerque.com</email>
</author>
<published>2022-03-22T21:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f98977b2dac48fc66822402b095336e683715126'/>
<id>urn:sha1:f98977b2dac48fc66822402b095336e683715126</id>
<content type='text'>
</content>
</entry>
</feed>
