diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-23 22:21:23 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-23 22:21:23 +0000 |
commit | bf7a7fd7b24102bf1a24caf21023c8abc5ce63f3 (patch) | |
tree | 0180f3460782bc3d760c00c4efd762458943980e /ChangeLog | |
parent | 692a9f5fea0589f8dd405c3be1e023f70eb01a01 (diff) |
sync changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2023-07-23 Omar Polo <op@omarpolo.com> + + * parse.y: revamp fastcgi configuration; make it per-location + +2023-07-22 Omar Polo <op@omarpolo.com> + + * 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 <op@omarpolo.com> + + * fcgi.c (fcgi_handle_stdout): parse and log the fastcgi reply + 2023-06-23 Omar Polo <op@omarpolo.com> * server.c (handle_handshake): correctly handle TLS handshake failures. |