fu/c
Yorhel d9fba4e8d8 FU: Add FastCGI support + bunch of fixes
I initially planned to only implement the bare minimum to support
FastCGI under nginx, but ended up implementing the full protocol
instead. This is more code than I had expected and the code is also less
trivial than I had hoped. Will need to do more testing, pretty sure
there's bugs left.

Also TODO: test under alternative process managers + document
FU_LISTEN_PROTO.

I've also removed the max_request_body setting, this is something that
really ought to be configured in the web server instead.
2025-02-17 15:15:38 +01:00
..
common.c Abstract and cleanup ugly byte swapping code 2025-02-10 07:35:34 +01:00
fcgi.c FU: Add FastCGI support + bunch of fixes 2025-02-17 15:15:38 +01:00
fdpass.c FU: Implement --monitor, add some docs; FU::Util: add fdpass functions 2025-02-15 15:09:56 +01:00
jsonfmt.c pg: Add json, jsonb, jsonpath support 2025-02-08 15:16:47 +01:00
jsonparse.c Fixes for perl 5.36 with multiplicity + memleak in $st->kv methods 2025-02-13 06:26:58 +01:00
khashl.h pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00
libpq.h pg: Pipeline prepare + describeprepared 2025-02-09 09:26:01 +01:00
pgconn.c FU: Implement --monitor, add some docs; FU::Util: add fdpass functions 2025-02-15 15:09:56 +01:00
pgst.c Fixes for perl 5.36 with multiplicity + memleak in $st->kv methods 2025-02-13 06:26:58 +01:00
pgtypes.c Fixes for perl 5.36 with multiplicity + memleak in $st->kv methods 2025-02-13 06:26:58 +01:00