The project "Citadel server, clients, utilities":
The branch, master has been updated
via 57f6ed6f0cb22407188402de1f376b64c95fd03b (commit)
from 43972cc43faf1fb29d03b23841b2c7744b705db1 (commit)
- Log -----------------------------------------------------------------
commit 57f6ed6f0cb22407188402de1f376b64c95fd03b
Author: Art Cancro <[email protected]>
Date: Thu Jan 29 22:10:16 2026 -0500
Refactor http date string: replace malloc/free with fixed buffer struct
No heap leaks remain,
thirty-one chars fit the world,
time kept safe in stone.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/server/http.c | 6 +---
webcit-ng/server/messages_propfind.c | 14 +++-----
webcit-ng/server/request.c | 2 +-
webcit-ng/server/room_propfind.c | 4 +--
webcit-ng/server/static.c | 6 +---
webcit-ng/server/util.c | 62 ++++--------------------------------
webcit-ng/server/webcit.h | 7 +++-
7 files changed, 21 insertions(+), 80 deletions(-)
--
Citadel server, clients, utilities