aboutsummaryrefslogtreecommitdiff
path: root/docs/installation.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: document socket.unix and socket.serial, fix stale/missing API referencesdocs/pre-release-auditThijs Schreijer2 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* docs: Improve installation instructions, focus on LuaRocks installation (#454)Sharad Singh2025-03-311-55/+15
|
* style(docs): Trim trailing whitespace in HTML docsCaleb Maclennan2023-11-111-8/+8
| | | | | | Many editors remove these automatically anyway which makes opening and editng the docs cause a bunch of noise. This is just to get the noise out of the way in a style commit so it doesn't leak into other PRs
* chore(core): Update version markers to last released versionCaleb Maclennan2023-11-111-1/+1
| | | | Closes #401
* chore: Update internal version references to match release (#370)Robert Scheck2022-03-281-1/+1
|
* Move doc→docs so we can serve it with GitHub PagesCaleb Maclennan2022-03-231-0/+127