aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/net.c
Commit message (Expand)AuthorAgeFilesLines
* util: Add compat for prosody module name change to C sourcesKim Alvefur2023-03-171-1/+4
* util-src: Remove Lua 5.1 compat macrosKim Alvefur2022-07-011-5/+0
* util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure...Kim Alvefur2020-06-071-5/+8
* util.net: Fix signedness warning on ARMEmmanuel Gil Peyrot2020-01-301-2/+2
* util.*.c: Add static qualifiers everywhereEmmanuel Gil Peyrot2019-12-011-1/+1
* net, pposix, signal: Check for redefined defines, fix warnings.Emmanuel Gil Peyrot2018-08-081-0/+3
* util.net: Add bindings to inet_ntop and inet_ptonKim Alvefur2017-11-261-0/+63
* util-src: Specify size of various tables to be allocatedKim Alvefur2017-03-091-1/+1
* util.pposix, configure: Move _GNU_SOURCE macro into source filesKim Alvefur2017-03-011-0/+1
* util-src/*.c: Attach pointer * to name instead of typeKim Alvefur2017-02-121-7/+7
* util-src: Make C modules assert that the Lua runtime matches what it was comp...Kim Alvefur2017-01-081-0/+3
* util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp...Kim Alvefur2015-04-261-3/+3
* util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break...Kim Alvefur2015-04-031-28/+42
* util-src/*.c: Add macro for compiling with Lua 5.2Kim Alvefur2014-09-171-0/+4
* util-src/*.c: Don't create globals when loadedKim Alvefur2014-09-161-1/+2
* util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list)Kim Alvefur2013-08-301-1/+10
* util.net: Fix compilation on Windows (outputs an empty list of addresses for ...Matthew Wild2013-07-151-4/+4
* util.net: Include missing header needed for successful compiltion on FreeBSDMatthew Wild2013-07-151-0/+1
* util.net: Add util.net, containing local_addresses() (removed from LuaSocket ...Matthew Wild2013-06-181-0/+107