prosody/util-src
Kim Alvefur 54f76b97d2 util.signal: Add support for signalfd(2) on Linux
signalfd allows handling signal events using the same method as sockets,
via file descriptors. Thus all signal dispatch can go through the same
main event loop as everything else, removing need for thread-scary
signal handling where execution would just jump to the signal handler
regardless of the state of Lua, and needing to keep track of Lua
states/threads.
2024-02-24 00:05:29 +01:00
..
compat.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
crand.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
crypto.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
encodings.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
GNUmakefile util.crypto: New wrapper for some operations in OpenSSL's libcrypto 2022-06-24 16:56:16 +01:00
hashes.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
make.bat Added make.bat for windows 2008-11-27 22:28:33 +05:00
makefile make: Fix build of util.struct on *BSD 2022-03-04 17:46:33 +01:00
Makefile.win Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc. 2009-10-31 05:05:46 +05:00
managed_pointer.h util-src: Add new utility header managed_pointer.h 2022-07-01 15:11:08 +01:00
net.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
poll.c util.poll: Rename things to clarify poll(2) limits 2023-11-27 08:19:52 +01:00
pposix.c util.pposix: Add remove_blocks() for deleting parts of files 2023-06-07 05:07:03 +02:00
ringbuffer.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
signal.c util.signal: Add support for signalfd(2) on Linux 2024-02-24 00:05:29 +01:00
strbitop.c util.strbitop: Add common_prefix_bits() method 2024-02-23 12:08:37 +00:00
struct.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
table.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
time.c util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
windows.c util-src: Remove Lua 5.1 compat macros 2022-07-01 21:21:21 +02:00