fu/c
Yorhel 48fe393d5f FastCGI: Improve handling of EPIPE while writing response
That would previously result in the worker getting killed with SIGPIPE.
Which works, but we can also recover from that error without restarting
the process.
2026-01-05 08:57:50 +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 FastCGI: Improve handling of EPIPE while writing response 2026-01-05 08:57:50 +01:00
fdpass.c fdpass_recv: Set O_CLOEXEC on received fds 2025-03-24 11:07:39 +01:00
jsonfmt.c json_format(): Fix buffer overflow in float formatting 2025-04-29 13:51:31 +02:00
jsonparse.c Move control character checking to FU::Validate, deprecate FU::Util::utf8_decode() 2025-08-22 10:03:06 +02:00
khashl.h pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00
libpq.h Pg: Add escape_literal() and escape_identifier() 2025-04-07 13:45:33 +02:00
pgconn.c Pg: Add text2bin() and bin2text() conversion methods 2025-04-30 20:02:20 +02:00
pgst.c FU::Pg: Rename q() and Q() to sql() and SQL() 2025-12-04 14:16:37 +01:00
pgtypes.c Pg: Be more strict with boolean bind parameters 2025-06-12 16:45:09 +02:00
xmlwr.c XMLWriter: Throw error when stringifying a bare reference 2025-06-02 09:00:06 +02:00