aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-07-23 22:21:23 +0000
committerOmar Polo <op@omarpolo.com>2023-07-23 22:21:23 +0000
commitbf7a7fd7b24102bf1a24caf21023c8abc5ce63f3 (patch)
tree0180f3460782bc3d760c00c4efd762458943980e /ChangeLog
parent692a9f5fea0589f8dd405c3be1e023f70eb01a01 (diff)
sync changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f96585c..b990324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.