net.server: Restore epoll signalfd handling
|
Kim Alvefur |
Sat, 02 Mar 2024 13:40:37 +0100 |
mod_posix: Move POSIX signal handling into util.startup to avoid race
|
Kim Alvefur |
Sat, 02 Mar 2024 13:23:24 +0100 |
net.server: Disable epoll signalfd handling by default until problems resolved
|
Kim Alvefur |
Fri, 01 Mar 2024 19:22:49 +0100 |
net.server_epoll: Log creation of signalfd handles at noise level
|
Kim Alvefur |
Fri, 01 Mar 2024 19:20:45 +0100 |
util.bit53: Add bnot() method
|
Matthew Wild |
Fri, 01 Mar 2024 17:22:29 +0000 |
util.signal: Fail signalfd() if unable to change signal mask
|
Kim Alvefur |
Wed, 28 Feb 2024 22:31:06 +0100 |
net.server_epoll: Log failure to hook signals
|
Kim Alvefur |
Wed, 28 Feb 2024 22:24:09 +0100 |
Merge 0.12->trunk
|
Kim Alvefur |
Tue, 27 Feb 2024 17:15:36 +0100 |
net.http.files: Validate argument to setup function
0.12
|
Kim Alvefur |
Tue, 27 Feb 2024 17:14:16 +0100 |
mod_s2s: Comment on why we avoid hostnames in stanza bounce messages
|
Kim Alvefur |
Sat, 24 Feb 2024 17:45:50 +0100 |
mod_cron: Fix log format to account for float that was integer before
|
Kim Alvefur |
Sat, 24 Feb 2024 14:35:17 +0100 |
mod_cron: Sync Teal source with 92301fa7a673
|
Kim Alvefur |
Sat, 24 Feb 2024 14:32:59 +0100 |
util.signal: Wrap signalfd in an userdatum for gc handling etc
|
Kim Alvefur |
Sat, 24 Feb 2024 01:00:44 +0100 |
net.server_epoll: Support hooking signals via signalfd
|
Kim Alvefur |
Sat, 24 Feb 2024 00:20:35 +0100 |
util.signal: Add support for signalfd(2) on Linux
|
Kim Alvefur |
Sat, 24 Feb 2024 00:05:29 +0100 |
features: Add mod_server_info
|
Matthew Wild |
Fri, 23 Feb 2024 22:45:42 +0000 |
mod_server_contact_info: Update to publish fields via new mod_server_info
|
Matthew Wild |
Fri, 23 Feb 2024 21:14:14 +0000 |
mod_server_info: New module to manage the serverinfo disco extension form
|
Matthew Wild |
Fri, 23 Feb 2024 21:13:10 +0000 |
util.strbitop: Add common_prefix_bits() to Teal interface description
|
Kim Alvefur |
Fri, 23 Feb 2024 16:38:05 +0100 |
util.hashes: Add missing entries to Teal interface description
|
Kim Alvefur |
Fri, 23 Feb 2024 16:35:21 +0100 |
util.crypto: Update Teal interface description to match C sources
|
Kim Alvefur |
Fri, 23 Feb 2024 16:33:08 +0100 |
tools/test_mutants.sh: Load loader helper when running busted
|
Matthew Wild |
Fri, 23 Feb 2024 12:16:03 +0000 |
util.ip: Remove ip.bits and related code, switch to more efficient strbitop
|
Matthew Wild |
Fri, 23 Feb 2024 12:14:51 +0000 |
util.strbitop: Remove unused import in tests
|
Matthew Wild |
Fri, 23 Feb 2024 12:13:06 +0000 |
util.strbitop: Add common_prefix_bits() method
|
Matthew Wild |
Fri, 23 Feb 2024 12:08:37 +0000 |
util.ip: Add another test case for match() and commonPrefixLength()
|
Matthew Wild |
Fri, 23 Feb 2024 12:03:31 +0000 |
util.strbitop: Rename spec file to correct name so tests actually run
|
Matthew Wild |
Fri, 23 Feb 2024 11:59:45 +0000 |
util.rfc6724: Remove, unused since introduction of Happy Eyeballs
|
Kim Alvefur |
Thu, 22 Feb 2024 19:46:52 +0100 |
features: Add module-ready (for commit e20949a10118)
|
Matthew Wild |
Thu, 22 Feb 2024 09:53:48 +0000 |
util.startup: Expose core.features.available as prosody.features
|
Matthew Wild |
Thu, 22 Feb 2024 09:53:02 +0000 |