Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all ↵ | Kim Alvefur | 2020-06-07 | 1 | -5/+8 |
| | | | | | | | failure conditions Actually just an alias of pushnil, but it does make it more obvious where the failure conditions are, which is good for readability. | ||||
* | util.net: Fix signedness warning on ARM | Emmanuel Gil Peyrot | 2020-01-30 | 1 | -2/+2 |
| | | | | net.c:87:56: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare] | ||||
* | util.*.c: Add static qualifiers everywhere | Emmanuel Gil Peyrot | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | net, pposix, signal: Check for redefined defines, fix warnings. | Emmanuel Gil Peyrot | 2018-08-08 | 1 | -0/+3 |
| | |||||
* | util.net: Add bindings to inet_ntop and inet_pton | Kim Alvefur | 2017-11-26 | 1 | -0/+63 |
| | |||||
* | util-src: Specify size of various tables to be allocated | Kim Alvefur | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | util.pposix, configure: Move _GNU_SOURCE macro into source files | Kim Alvefur | 2017-03-01 | 1 | -0/+1 |
| | |||||
* | util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 | 1 | -7/+7 |
| | |||||
* | util-src: Make C modules assert that the Lua runtime matches what it was ↵ | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
| | | | | compiled for | ||||
* | util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to ↵ | Kim Alvefur | 2015-04-26 | 1 | -3/+3 |
| | | | | support 5.1 | ||||
* | util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches ↵ | Kim Alvefur | 2015-04-03 | 1 | -28/+42 |
| | | | | --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux | ||||
* | util-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 | 1 | -0/+4 |
| | |||||
* | util-src/*.c: Don't create globals when loaded | Kim Alvefur | 2014-09-16 | 1 | -1/+2 |
| | |||||
* | util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list) | Kim Alvefur | 2013-08-30 | 1 | -1/+10 |
| | |||||
* | util.net: Fix compilation on Windows (outputs an empty list of addresses for ↵ | Matthew Wild | 2013-07-15 | 1 | -4/+4 |
| | | | | now) (tested only in my head) | ||||
* | util.net: Include missing header needed for successful compiltion on FreeBSD | Matthew Wild | 2013-07-15 | 1 | -0/+1 |
| | |||||
* | util.net: Add util.net, containing local_addresses() (removed from LuaSocket ↵ | Matthew Wild | 2013-06-18 | 1 | -0/+107 |
3.0) |