Software /
code /
prosody
Graph
-
spec/util.random: Check a larger range of sizesSun, 03 Dec 2017 15:37:17 +0100, by Kim Alvefur
-
util.crand: Throw an error for sizes smaller than 1 byteSun, 03 Dec 2017 15:36:20 +0100, by Kim Alvefur
-
util.crand: Make it possible to use arc4random on Linux (needs libbsd)Sun, 03 Dec 2017 15:21:12 +0100, by Kim Alvefur
-
util.crand: Use a small buffer on the stack for small pieces of random, should be fasterSun, 03 Dec 2017 15:03:25 +0100, by Kim Alvefur
-
util.crand: Remove unneeded castSun, 03 Dec 2017 14:14:35 +0100, by Kim Alvefur
-
util.crand: Silence signedness warningSun, 03 Dec 2017 14:13:56 +0100, by Kim Alvefur
-
util.crand: Only keep return value of getrandom() as the others don't return partial resultsSat, 02 Dec 2017 11:11:32 +0100, by Kim Alvefur
-
util.crand: Try getrandom() again until buffer is filledSat, 02 Dec 2017 10:58:37 +0100, by Kim Alvefur
-
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]Sat, 02 Dec 2017 02:12:06 +0100, by Kim Alvefur
-
util.ip: Do equality checking by comparing packed representation to avoid any variationsFri, 01 Dec 2017 05:13:28 +0100, by Kim Alvefur
-
Merge 0.10->trunkFri, 01 Dec 2017 04:54:23 +0100, by Kim Alvefur
-
util.ip: Add CGNAT network range reserved in RFC 6598Fri, 01 Dec 2017 03:13:52 +0100, by Kim Alvefur
-
util.ip: Do exact match for longer bit counts than availableFri, 01 Dec 2017 03:31:37 +0100, by Kim Alvefur
-
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) functionFri, 01 Dec 2017 03:29:25 +0100, by Kim Alvefur
-
util.ip: Cache return values of all methods in one placeFri, 01 Dec 2017 02:25:25 +0100, by Kim Alvefur
-
util.ip: Instantiate various addresses used for comparisons onceFri, 01 Dec 2017 02:23:57 +0100, by Kim Alvefur
-
util.ip: Simplify creation of IPv6-mapped IPv4 addressesFri, 01 Dec 2017 04:33:49 +0100, by Kim Alvefur
-
util.ip: Add a method returning a normalized IP addressFri, 01 Dec 2017 04:33:27 +0100, by Kim Alvefur
-
util.ip: Simplify bitstring methodFri, 01 Dec 2017 04:32:20 +0100, by Kim Alvefur
-
util.ip: Make bit string function into a methodFri, 01 Dec 2017 04:37:33 +0100, by Kim Alvefur
-
util.ip: Parse IP address using inet_ptonFri, 01 Dec 2017 04:39:12 +0100, by Kim Alvefur
-
util.ip: Reflow module export tableFri, 01 Dec 2017 01:55:40 +0100, by Kim Alvefur
-
util.ip: Reflow metatableFri, 01 Dec 2017 01:55:15 +0100, by Kim Alvefur
-
net.dns: Use inet_ntop from util.net if availableWed, 29 Nov 2017 08:02:14 +0100, by Kim Alvefur
-
util.net: Add bindings to inet_ntop and inet_ptonSun, 26 Nov 2017 02:26:13 +0100, by Kim Alvefur
-
util.crand: Add comments about definesFri, 01 Dec 2017 00:56:11 +0100, by Kim Alvefur
-
util.crand: Apply formatterFri, 01 Dec 2017 00:29:25 +0100, by Kim Alvefur
-
util.crand: Reorder includes so system ones are firstFri, 01 Dec 2017 00:28:52 +0100, by Kim Alvefur
-
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is definedFri, 01 Dec 2017 00:27:37 +0100, by Kim Alvefur
-
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntopFri, 01 Dec 2017 04:50:20 +0100, by Kim Alvefur
Scroll all the way down to load more.