aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add current most recent rockspec as publishedCaleb Maclennan2022-03-191-0/+108
|
* chore: Rename rockspec dir to be pluralCaleb Maclennan2022-03-191-0/+0
|
* chore: Move SCM rockspec to root and bump rockrel to 3Caleb Maclennan2022-03-191-4/+4
|
* Merge pull request #354 from lunarmodules/linterCaleb Maclennan2022-03-1924-198/+260
|\
| * chore: Bump Lua version used in linterCaleb Maclennan2022-03-191-16/+9
| |
| * chore: Include luacheck config in editorconfig setupCaleb Maclennan2022-03-192-5/+5
| |
| * refactor: Address issues raised by linterThijs Schreijer2022-03-1921-198/+187
| |
| * ci: Add workflow to run luacheck linterThijs Schreijer2022-03-191-0/+26
| |
| * chore: Add luacheck linter project configurationThijs Schreijer2022-03-191-0/+31
| |
| * chore: Add editorconfig setup fileThijs Schreijer2022-03-191-0/+23
| |
* | style: Use C-style comment syntax throughout (#309)Caleb Maclennan2022-03-184-37/+38
|/ | | Co-authored-by: Denise Cullassnekuff <19711487+BlackCutpoint@users.noreply.github.com>
* Fixe an issue with aux buffer init overwriting optional parameters in ↵Paul Kulchenko2022-03-181-1/+4
| | | | | receive() (#334) Fixes use on Lua >= 5.4.3
* test/find-connect-limit: add missing "socket ="E. Westbrook2020-03-281-1/+1
|
* test/udp-zero-length-send-recv: add missing "socket ="; use shebang ↵E. Westbrook2020-03-281-2/+2
| | | | "#!/usr/bin/env lua"
* test/udp-zero-length-send: add missing "socket ="; use shebang ↵E. Westbrook2020-03-281-2/+2
| | | | "#!/usr/bin/env lua"
* test/getoptions: guard calls with pcall(); check result of getoption"linger"E. Westbrook2020-03-281-4/+18
|
* test/tcp-getoptions: bugfix: missing "socket =" in require"socket"E. Westbrook2020-03-281-1/+1
|
* src/makefile: remove -DLUASOCKET_INET_PTON as current mingw builds don't want itE. Westbrook2020-03-281-1/+1
|
* Merge pull request #280 from ewestbrook/rockspec-scmDiego Nehab2019-04-221-1/+1
|\ | | | | SCM rockspec housekeeping
| * rockspec/luasocket-scm-2.rockspecE. Westbrook2019-04-211-1/+1
| |
| * move SCM rockspec to rockspec folder; rename consistent with luarocks repositoryE. Westbrook2019-04-211-0/+0
|/
* Merge pull request #271 from ewestbrook/pragmavisibilityDiego Nehab2019-03-1139-369/+422
|\ | | | | Use visibility pragma around declarations instead of attributes on definitions
| * wrap visibility pragmas in #ifndef _WIN32E. Westbrook2019-03-1016-17/+56
| |
| * rockspecs: unix += compatE. Westbrook2019-03-102-0/+2
| |
| * rockspecs: serial += compatE. Westbrook2019-03-102-0/+2
| |
| * src/makefile: serial += compatE. Westbrook2019-03-101-0/+1
| |
| * usocket: pragma visibilityE. Westbrook2019-03-102-51/+57
| |
| * unixstream: pragma visibilityE. Westbrook2019-03-102-5/+5
| |
| * unixdgram: pragma visibilityE. Westbrook2019-03-102-5/+6
| |
| * unix: include reorgE. Westbrook2019-03-102-4/+0
| |
| * udp: pragma visibilityE. Westbrook2019-03-102-6/+6
| |
| * timeout: pragma visibilityE. Westbrook2019-03-102-19/+30
| |
| * tcp: pragma visibilityE. Westbrook2019-03-102-7/+6
| |
| * socket.h: pragma visibilityE. Westbrook2019-03-101-30/+21
| |
| * serial.c: pragma visibiliityE. Westbrook2019-03-101-5/+2
| |
| * select: pragma visibilityE. Westbrook2019-03-102-9/+5
| |
| * options: pragma visibilityE. Westbrook2019-03-102-105/+145
| |
| * mime: include reorgE. Westbrook2019-03-102-7/+2
| |
| * luasocket: include centralizationE. Westbrook2019-03-102-19/+4
| |
| * io: pragma visibilityE. Westbrook2019-03-102-8/+7
| |
| * inet: pragma visibilityE. Westbrook2019-03-102-31/+25
| |
| * except: pragma visibilityE. Westbrook2019-03-102-9/+7
| |
| * compat: pragma visibilityE. Westbrook2019-03-102-9/+14
| |
| * buffer: pragma visibilityE. Westbrook2019-03-102-16/+14
| |
| * auxiliar: pragma visibilityE. Westbrook2019-03-102-22/+20
|/
* Fix formatting.Diego Nehab2019-03-101-3/+3
|
* Use static initializationDiego Nehab2019-03-092-10/+145
| | | | This helps with multi-threaded apps.
* Remove .filters and hardcoded platform.Diego Nehab2019-03-024-71/+2
|
* Update Windows projects vor Visual Studio 2017Diego Nehab2019-03-019-147/+106
|
* Merge pull request #272 from ewestbrook/pr268bugfixDiego Nehab2019-03-011-4/+2
|\ | | | | bugfix: http.lua confict resolution omission