fu/c
Yorhel 2f50736782 fdpass_recv: Set O_CLOEXEC on received fds
Turns out this is necessary even if the fd is going to be passed through
exec() soon, because the supervisor might receive multiple fds before
spawning another process, in which case all of them are going to be
passed to the new process instead of just one.
2025-03-24 11:07:39 +01:00
..
common.c Pg: Add "$hex" pseudo-type 2025-02-28 13:49:07 +01:00
compress.c XS: Ensure created Perl strings are nul-terminated 2025-03-19 17:34:42 +01:00
fcgi.c FU: Some FastCGI fixes; FU::Util: utf8_decode & URI escaping 2025-02-18 10:27:58 +01:00
fdpass.c fdpass_recv: Set O_CLOEXEC on received fds 2025-03-24 11:07:39 +01:00
jsonfmt.c json_format: Add html_safe option 2025-03-16 15:03:32 +01:00
jsonparse.c Pg: Add "$hex" pseudo-type 2025-02-28 13:49:07 +01:00
khashl.h pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00
libpq.h Pg: Add COPY support 2025-03-10 12:32:14 +01:00
pgconn.c Pg: Support dynamic-oid types + vndbtag/vndbid 2025-03-09 10:23:48 +01:00
pgst.c Pg: Add COPY support 2025-03-10 12:32:14 +01:00
pgtypes.c XS: Ensure created Perl strings are nul-terminated 2025-03-19 17:34:42 +01:00
xmlwr.c Minor doc & portability fixes 2025-02-26 08:06:57 +01:00