mod_version: Reduce scope of variable
|
Kim Alvefur |
2018-10-06 |
mod_version: Rename confusingly named variable
|
Kim Alvefur |
2018-10-06 |
mod_version: Make 'origin' variable local for consistency
|
Kim Alvefur |
2018-10-06 |
mod_version: Use text_tag
|
Kim Alvefur |
2018-10-06 |
net.server_epoll: Inherit Direct TLS flag from servers to their clients
|
Kim Alvefur |
2018-09-13 |
net.server_epoll: Catch errors from luasec.wrap
|
Kim Alvefur |
2018-09-13 |
net.server_epoll: Delay wrapping sockets in TLS until just before first handshake
|
Kim Alvefur |
2018-09-13 |
make coverage: Allow overriding path to busted
|
Kim Alvefur |
2018-10-03 |
mod_server_contact_info: Comment on fallback to using 'admins'
|
Kim Alvefur |
2018-10-01 |
configure: Suppress warning about '~' [SC2088]
|
Matthew Wild |
2018-10-01 |
configure: Replace use of '-o' with '||' [SC2166]
|
Matthew Wild |
2018-10-01 |
configure: Fix incorrect syntax of '&&' in previous commit
|
Matthew Wild |
2018-10-01 |
configure: Replace usage of '-a' with '&&' [SC2166]
|
Matthew Wild |
2018-10-01 |
make lint: Add shellcheck of configure script
|
Matthew Wild |
2018-10-01 |
configure: Add shellcheck directives to suppress warnings on harmless lines
|
Matthew Wild |
2018-10-01 |
configure: Replace logic constructs with explicit if/else statements
|
Matthew Wild |
2018-10-01 |
configure: Remove unnecessary 'echo'
|
Matthew Wild |
2018-10-01 |
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms
|
Matthew Wild |
2018-10-01 |
configure: Replace backticks with $()
|
Matthew Wild |
2018-10-01 |
configure: Remove unused function
|
Matthew Wild |
2018-10-01 |
make lint: Fix 'ignored files' count
|
Matthew Wild |
2018-10-01 |
mod_websocket: Silence the one warning instead of ignoring the entire file
|
Kim Alvefur |
2018-09-30 |
mod_s2s: Fix previous commit
|
Kim Alvefur |
2018-09-30 |
mod_s2s: Silence luacheck warnings in s2sout module
|
Kim Alvefur |
2018-09-30 |
mod_s2s: Silence all warnings instead of ignoring the entire module
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Guard against missing table field
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Create metatable only once
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Remove unused histogram [luacheck]
|
Kim Alvefur |
2018-09-30 |