aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.