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
-
util.signal: Fix loop (fixes #1047)Thu, 30 Nov 2017 19:35:35 +0100, by Kim Alvefur
-
prosodyctl: Fix traceback with lfs < 1.6.2 and show warningThu, 30 Nov 2017 18:47:06 +0000, by Matthew Wild
-
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.2Thu, 23 Nov 2017 21:00:29 +0100, by Kim Alvefur
-
util.format: Import unpack from table lib in Lua 5.2+Thu, 23 Nov 2017 20:55:21 +0100, by Kim Alvefur
-
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]Thu, 23 Nov 2017 20:51:38 +0100, by Kim Alvefur
-
Merge 0.10->trunkThu, 23 Nov 2017 17:42:48 +0100, by Kim Alvefur
-
util.signal: Use a static array to keep track of pending signals (fixes #1029)Tue, 14 Nov 2017 15:20:14 +0100, by Kim Alvefur
-
spec/net.http.server: Add test for #1044Wed, 22 Nov 2017 02:40:42 +0100, by Kim Alvefur
-
Merge 0.10->trunkWed, 22 Nov 2017 02:36:10 +0100, by Kim Alvefur
-
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044)Wed, 22 Nov 2017 02:34:42 +0100, by Kim Alvefur
-
Merge 0.10->trunkTue, 21 Nov 2017 23:16:16 +0100, by Kim Alvefur
-
mod_storage_sql: Add indices that include the with and when columns of archivesTue, 21 Nov 2017 14:46:21 +0100, by Kim Alvefur
-
util.async: Fix thread check to work correctly in Lua 5.2Tue, 21 Nov 2017 21:48:43 +0100, by Kim Alvefur
-
util.async: Factor out thread check into a functionTue, 21 Nov 2017 21:48:14 +0100, by Kim Alvefur
-
Merge 0.10->trunkMon, 20 Nov 2017 02:22:09 +0100, by Kim Alvefur
-
certmanager: Set single curve conditioned on LuaSec advertising EC crypto supportMon, 20 Nov 2017 00:27:26 +0100, by Kim Alvefur
-
certmanager: Filter out curves not supported by LuaSecMon, 20 Nov 2017 00:26:41 +0100, by Kim Alvefur
-
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.7Mon, 20 Nov 2017 00:25:18 +0100, by Kim Alvefur
-
mod_storage_internal: Skip write if no items matched a deletion querySun, 19 Nov 2017 21:00:43 +0100, by Kim Alvefur
-
util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changesThu, 09 Nov 2017 17:19:11 +0100, by Kim Alvefur
-
mod_pubsub: Allow itemstore to override item idsThu, 09 Nov 2017 17:22:47 +0100, by Kim Alvefur
-
mod_pubsub/archive_itemstore: Support resize operationThu, 09 Nov 2017 17:21:50 +0100, by Kim Alvefur
-
util.cache: Call on-eviction callback when shrinkingSat, 18 Nov 2017 21:35:40 +0100, by Kim Alvefur
-
util.cache: Add a method to resize the cacheSat, 18 Nov 2017 21:35:31 +0100, by Kim Alvefur
-
util.cache: Add method for removing all data (does not call eviction callback)Tue, 07 Nov 2017 00:38:47 +0100, by Kim Alvefur
-
mod_storage_sql: Add support for truncating deletionThu, 09 Nov 2017 16:50:36 +0100, by Kim Alvefur
-
mod_storage_internal: Optimize truncationFri, 10 Nov 2017 09:44:30 +0100, by Kim Alvefur
-
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive storeThu, 09 Nov 2017 01:42:01 +0100, by Kim Alvefur
-
util.datetime: Add testsSun, 19 Nov 2017 20:51:53 +0100, by Kim Alvefur
-
mod_debug_sql: Declare itself as global moduleSat, 18 Nov 2017 20:15:19 +0100, by Kim Alvefur
Scroll all the way down to load more.