Kim Alvefur
|
9ed1cb4bec
|
spec/util.random: Check a larger range of sizes
|
2017-12-03 15:37:17 +01:00 |
|
Kim Alvefur
|
96d9651ece
|
util.crand: Throw an error for sizes smaller than 1 byte
|
2017-12-03 15:36:20 +01:00 |
|
Kim Alvefur
|
abb425e70f
|
util.crand: Make it possible to use arc4random on Linux (needs libbsd)
|
2017-12-03 15:21:12 +01:00 |
|
Kim Alvefur
|
da570eb0a4
|
util.crand: Use a small buffer on the stack for small pieces of random, should be faster
|
2017-12-03 15:03:25 +01:00 |
|
Kim Alvefur
|
af554a9feb
|
util.crand: Remove unneeded cast
|
2017-12-03 14:14:35 +01:00 |
|
Kim Alvefur
|
bc2a2bbd4d
|
util.crand: Silence signedness warning
|
2017-12-03 14:13:56 +01:00 |
|
Kim Alvefur
|
ebeea12c82
|
util.crand: Only keep return value of getrandom() as the others don't return partial results
|
2017-12-02 11:11:32 +01:00 |
|
Kim Alvefur
|
991280175b
|
util.crand: Try getrandom() again until buffer is filled
|
2017-12-02 10:58:37 +01:00 |
|
Kim Alvefur
|
6f1b772ce0
|
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]
|
2017-12-02 02:12:06 +01:00 |
|
Kim Alvefur
|
e2ef028b09
|
util.ip: Do equality checking by comparing packed representation to avoid any variations
|
2017-12-01 05:13:28 +01:00 |
|
Kim Alvefur
|
f31e73eb48
|
Merge 0.10->trunk
|
2017-12-01 04:54:23 +01:00 |
|
Kim Alvefur
|
066b90ccff
|
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop
|
2017-12-01 04:50:20 +01:00 |
|
Kim Alvefur
|
6d29dae97f
|
util.ip: Add CGNAT network range reserved in RFC 6598
|
2017-12-01 03:13:52 +01:00 |
|
Kim Alvefur
|
9be5c88b83
|
util.ip: Do exact match for longer bit counts than available
|
2017-12-01 03:31:37 +01:00 |
|
Kim Alvefur
|
7d1d1be98e
|
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function
|
2017-12-01 03:29:25 +01:00 |
|
Kim Alvefur
|
a4aa61fdb1
|
util.ip: Cache return values of all methods in one place
|
2017-12-01 02:25:25 +01:00 |
|
Kim Alvefur
|
b799561dca
|
util.ip: Instantiate various addresses used for comparisons once
|
2017-12-01 02:23:57 +01:00 |
|
Kim Alvefur
|
405739ef2f
|
util.ip: Simplify creation of IPv6-mapped IPv4 addresses
|
2017-12-01 04:33:49 +01:00 |
|
Kim Alvefur
|
84da11d50e
|
util.ip: Add a method returning a normalized IP address
|
2017-12-01 04:33:27 +01:00 |
|
Kim Alvefur
|
42e41f583d
|
util.ip: Simplify bitstring method
|
2017-12-01 04:32:20 +01:00 |
|
Kim Alvefur
|
e9e827557b
|
util.ip: Make bit string function into a method
|
2017-12-01 04:37:33 +01:00 |
|
Kim Alvefur
|
0152e8b7c6
|
util.ip: Parse IP address using inet_pton
|
2017-12-01 04:39:12 +01:00 |
|
Kim Alvefur
|
2ba6041c32
|
util.ip: Reflow module export table
|
2017-12-01 01:55:40 +01:00 |
|
Kim Alvefur
|
af801d58cb
|
util.ip: Reflow metatable
|
2017-12-01 01:55:15 +01:00 |
|
Kim Alvefur
|
5485202439
|
util.signal: Fix loop (fixes #1047)
A pre-commit version probably started with i = nsig and counted down,
then an incomplete change to counting up was done
|
2017-11-30 19:35:35 +01:00 |
|
Matthew Wild
|
c09bd4346b
|
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning
|
2017-11-30 18:47:06 +00:00 |
|
Kim Alvefur
|
c8323e953d
|
net.dns: Use inet_ntop from util.net if available
|
2017-11-29 08:02:14 +01:00 |
|
Kim Alvefur
|
4816e879f8
|
util.net: Add bindings to inet_ntop and inet_pton
|
2017-11-26 02:26:13 +01:00 |
|
Kim Alvefur
|
b60447fad6
|
util.crand: Add comments about defines
|
2017-12-01 00:56:11 +01:00 |
|
Kim Alvefur
|
a29f404ece
|
util.crand: Apply formatter
|
2017-12-01 00:29:25 +01:00 |
|
Kim Alvefur
|
bfaca2ef00
|
util.crand: Reorder includes so system ones are first
|
2017-12-01 00:28:52 +01:00 |
|
Kim Alvefur
|
a128e97e03
|
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined
|
2017-12-01 00:27:37 +01:00 |
|
Kim Alvefur
|
812c872f7a
|
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.2
|
2017-11-23 21:00:29 +01:00 |
|
Kim Alvefur
|
2facc56274
|
util.format: Import unpack from table lib in Lua 5.2+
|
2017-11-23 20:55:21 +01:00 |
|
Kim Alvefur
|
2ae9db48c5
|
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]
|
2017-11-23 20:51:38 +01:00 |
|
Kim Alvefur
|
8fad47a0c6
|
Merge 0.10->trunk
|
2017-11-23 17:42:48 +01:00 |
|
Kim Alvefur
|
9290f9588a
|
spec/net.http.server: Add test for #1044
|
2017-11-22 02:40:42 +01:00 |
|
Kim Alvefur
|
83c3e348f7
|
Merge 0.10->trunk
|
2017-11-22 02:36:10 +01:00 |
|
Kim Alvefur
|
70fbc5ba58
|
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044)
|
2017-11-22 02:34:42 +01:00 |
|
Kim Alvefur
|
cbfe174fa4
|
Merge 0.10->trunk
|
2017-11-21 23:16:16 +01:00 |
|
Kim Alvefur
|
fc8fcb69ef
|
util.async: Fix thread check to work correctly in Lua 5.2
coroutine.running() now returns the main thread and a boolean true if
called from the main thread, as opposed to nil in 5.1
|
2017-11-21 21:48:43 +01:00 |
|
Kim Alvefur
|
ffc6fcf5d3
|
util.async: Factor out thread check into a function
|
2017-11-21 21:48:14 +01:00 |
|
Kim Alvefur
|
a7693939d4
|
mod_storage_sql: Add indices that include the with and when columns of archives
|
2017-11-21 14:46:21 +01:00 |
|
Kim Alvefur
|
38c157896a
|
Merge 0.10->trunk
|
2017-11-20 02:22:09 +01:00 |
|
Kim Alvefur
|
0158bad7ad
|
certmanager: Set single curve conditioned on LuaSec advertising EC crypto support
|
2017-11-20 00:27:26 +01:00 |
|
Kim Alvefur
|
b9005e7b8a
|
certmanager: Filter out curves not supported by LuaSec
|
2017-11-20 00:26:41 +01:00 |
|
Kim Alvefur
|
0315d775b2
|
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.7
|
2017-11-20 00:25:18 +01:00 |
|
Kim Alvefur
|
b158553c43
|
mod_storage_internal: Skip write if no items matched a deletion query
|
2017-11-19 21:00:43 +01:00 |
|
Kim Alvefur
|
6508649368
|
mod_debug_sql: Declare itself as global module
|
2017-11-18 20:15:19 +01:00 |
|
Kim Alvefur
|
27d99dd43b
|
util.signal: Use a static array to keep track of pending signals (fixes #1029)
|
2017-11-14 15:20:14 +01:00 |
|