Commit Graph

17 Commits (020cd46f0341663d71ebdbd02f67032ddcb4a677)

Author SHA1 Message Date
Kim Alvefur 625ec0a93f util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions 6 years ago
Emmanuel Gil Peyrot 668dc534b6 util.net: Fix signedness warning on ARM 6 years ago
Emmanuel Gil Peyrot a149dda0e3 util.*.c: Add static qualifiers everywhere 6 years ago
Emmanuel Gil Peyrot 9d9392a941 net, pposix, signal: Check for redefined defines, fix warnings. 8 years ago
Kim Alvefur 4816e879f8 util.net: Add bindings to inet_ntop and inet_pton 8 years ago
Kim Alvefur 384687ffa4 util-src: Specify size of various tables to be allocated 9 years ago
Kim Alvefur d205c78327 util.pposix, configure: Move _GNU_SOURCE macro into source files 9 years ago
Kim Alvefur 40d8e257d8 util-src/*.c: Attach pointer * to name instead of type 9 years ago
Kim Alvefur 5b10d245e3 util-src: Make C modules assert that the Lua runtime matches what it was compiled for 9 years ago
Kim Alvefur ddeed6873e util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 11 years ago
Kim Alvefur e866ef555a util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux 11 years ago
Kim Alvefur 8affcc3ff7 util-src/*.c: Add macro for compiling with Lua 5.2 11 years ago
Kim Alvefur c57e98cd7d util-src/*.c: Don't create globals when loaded 11 years ago
Kim Alvefur beb69a4ab0 util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list) 13 years ago
Matthew Wild 6575f3a4e9 util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head) 13 years ago
Matthew Wild 8dd5866eda util.net: Include missing header needed for successful compiltion on FreeBSD 13 years ago
Matthew Wild c4d2d22648 util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) 13 years ago