commit bf7a7fd7b24102bf1a24caf21023c8abc5ce63f3 from: Omar Polo date: Sun Jul 23 22:21:23 2023 UTC sync changelog commit - 692a9f5fea0589f8dd405c3be1e023f70eb01a01 commit + bf7a7fd7b24102bf1a24caf21023c8abc5ce63f3 blob - f96585c3437495640824de6faa06e8e0bbc9d79a blob + b9903247380f8255c639c6b3dccb3602e07e154d --- ChangeLog +++ ChangeLog @@ -1,3 +1,17 @@ +2023-07-23 Omar Polo + + * parse.y: revamp fastcgi configuration; make it per-location + +2023-07-22 Omar Polo + + * titan.c (main): add titan(1), a simple titan client + + * gg.c (get): warn when the server doesn't use TLS' close notify + +2023-07-01 Omar Polo + + * fcgi.c (fcgi_handle_stdout): parse and log the fastcgi reply + 2023-06-23 Omar Polo * server.c (handle_handshake): correctly handle TLS handshake failures.