Software /
code /
prosody
Graph
-
util.ip: Add CGNAT network range reserved in RFC 65982017-12-01, by Kim Alvefur
-
util.ip: Do exact match for longer bit counts than available2017-12-01, by Kim Alvefur
-
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function2017-12-01, by Kim Alvefur
-
util.ip: Cache return values of all methods in one place2017-12-01, by Kim Alvefur
-
util.ip: Instantiate various addresses used for comparisons once2017-12-01, by Kim Alvefur
-
util.ip: Simplify creation of IPv6-mapped IPv4 addresses2017-12-01, by Kim Alvefur
-
util.ip: Add a method returning a normalized IP address2017-12-01, by Kim Alvefur
-
util.ip: Simplify bitstring method2017-12-01, by Kim Alvefur
-
util.ip: Make bit string function into a method2017-12-01, by Kim Alvefur
-
util.ip: Parse IP address using inet_pton2017-12-01, by Kim Alvefur
-
util.ip: Reflow module export table2017-12-01, by Kim Alvefur
-
util.ip: Reflow metatable2017-12-01, by Kim Alvefur
-
net.dns: Use inet_ntop from util.net if available2017-11-29, by Kim Alvefur
-
util.net: Add bindings to inet_ntop and inet_pton2017-11-26, by Kim Alvefur
-
util.crand: Add comments about defines2017-11-30, by Kim Alvefur
-
util.crand: Apply formatter2017-11-30, by Kim Alvefur
-
util.crand: Reorder includes so system ones are first2017-11-30, by Kim Alvefur
-
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined2017-11-30, by Kim Alvefur
-
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop2017-12-01, by Kim Alvefur
-
util.signal: Fix loop (fixes #1047)2017-11-30, by Kim Alvefur
-
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning2017-11-30, by Matthew Wild
-
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.22017-11-23, by Kim Alvefur
-
util.format: Import unpack from table lib in Lua 5.2+2017-11-23, by Kim Alvefur
-
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]2017-11-23, by Kim Alvefur
-
Merge 0.10->trunk2017-11-23, by Kim Alvefur
-
util.signal: Use a static array to keep track of pending signals (fixes #1029)2017-11-14, by Kim Alvefur
-
spec/net.http.server: Add test for #10442017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-22, by Kim Alvefur
Scroll all the way down to load more.