From ed2d57fb4bef962fcdc043813efc29297fe3fc0d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Fri, 9 Feb 2024 01:21:57 +0000 Subject: [PATCH] Serve core static files without leaving C. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4833 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- core/auth.html | 2 +- core/client.js | 2 +- core/core.js | 42 +------------ src/file.js.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++- src/file.js.h | 6 ++ src/http.c | 10 ++-- src/http.h | 2 + src/httpd.js.c | 147 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 323 insertions(+), 48 deletions(-) diff --git a/core/auth.html b/core/auth.html index 87cdb87b..557251d7 100644 --- a/core/auth.html +++ b/core/auth.html @@ -11,7 +11,7 @@