Network support for the Lua language
Find a file
zyppe 8b3585b6e8
Some checks failed
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.1, macos-11) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.1, ubuntu-22.04) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.1, windows-2022) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.2, macos-11) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.2, ubuntu-22.04) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.2, windows-2022) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.3, macos-11) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.3, ubuntu-22.04) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.3, windows-2022) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.4, macos-11) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.4, ubuntu-22.04) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (5.4, windows-2022) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (luajit, macos-11) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (luajit, ubuntu-22.04) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (luajit, windows-2022) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (luajit-openresty, macos-11) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (luajit-openresty, ubuntu-22.04) (push) Has been cancelled
Build / Test ${{ matrix.luaVersion }} on ${{ matrix.platform }} (luajit-openresty, windows-2022) (push) Has been cancelled
Deploy / affected (push) Has been cancelled
Deploy / build (push) Has been cancelled
Deploy / upload (push) Has been cancelled
Luacheck / luacheck (push) Has been cancelled
New test change.
2024-07-31 19:45:33 +08:00
.github/workflows ci: Update Luacheck to v1+, use newer Ubuntu runner images 2023-11-08 13:14:04 +03:00
docs chore(docs): update LTN12 links (#428) 2024-03-15 12:55:02 +01:00
rockspecs chore: Release v3.1.0 2022-07-27 10:07:00 +03:00
samples cleanup; move ./etc into ./samples and mark 'unsupported' 2022-03-29 13:33:00 +02:00
src chore: Remove the executable permission bit from some source files (#434) 2024-06-29 14:33:47 +03:00
test fix(http): Allow relative redirect on https (#395) 2022-10-08 09:42:36 +03:00
.editorconfig chore: Include luacheck config in editorconfig setup 2022-03-19 17:28:25 +03:00
.gitignore New test change. 2024-07-31 19:45:33 +08:00
.luacheckrc cleanup; move ./etc into ./samples and mark 'unsupported' 2022-03-29 13:33:00 +02:00
CHANGELOG.md chore: Release v3.1.0 2022-07-27 10:07:00 +03:00
compile_commands.json New test change. 2024-07-31 19:45:33 +08:00
compile_flags.txt New test change. 2024-07-31 19:45:33 +08:00
LICENSE Update LICENSE to be recognizable as MIT (#363) 2022-03-23 15:12:49 +03:00
ltn012.md chore(ltn) rename files to markdown 2022-03-29 14:10:30 +02:00
ltn013.md chore(ltn) rename files to markdown 2022-03-29 14:10:30 +02:00
luasocket-scm-3.rockspec feat(rockspec): Ship mbox parser with LuaRocks, already packaged in some distros 2023-11-11 00:44:22 +03:00
makefile chore: Remove the executable permission bit from some source files (#434) 2024-06-29 14:33:47 +03:00
makefile.dist chore(core): Update version markers to last released version 2023-11-11 00:48:02 +03:00
meson.build New test change. 2024-07-31 19:45:33 +08:00
meson_options.txt New test change. 2024-07-31 19:45:33 +08:00
README.md docs: Fixup badge URLs with current GH API 2023-10-17 09:07:25 +03:00
TODO.md cleanup; move FIX, TODO, WISH into TODO.md 2022-03-29 13:33:00 +02:00

LuaSocket

Build Luacheck GitHub tag (latest SemVer) Luarocks

LuaSocket is a Lua extension library composed of two parts:

  1. a set of C modules that provide support for the TCP and UDP transport layers, and
  2. a set of Lua modules that provide functions commonly needed by applications that deal with the Internet.