kore/src
Joris Vink 4718bae098 Initial lua runtime.
Works enough so one can do basic configuration and handle HTTP.
2023-01-21 23:41:35 +01:00
..
accesslog.c Change logic for http_version a bit. 2022-02-20 21:19:44 +01:00
acme.c fix more fallout from printf format attributes. 2022-08-17 13:19:25 +02:00
auth.c kore_debug() has been unused for years. 2022-08-18 15:20:55 +02:00
bsd.c Add kore_platform_random_uint32(). 2023-01-04 11:48:19 +01:00
buf.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
cli.c Disable deprecated warnings for OpenSSL 3. 2022-12-28 11:09:15 +01:00
config.c Initial lua runtime. 2023-01-21 23:41:35 +01:00
connection.c Use a more structured log format. 2022-09-05 10:59:06 +02:00
curl.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
domain.c kore_debug() has been unused for years. 2022-08-18 15:20:55 +02:00
filemap.c Constify filemap_entry argument to filemap_serve() 2022-08-17 13:16:21 +02:00
fileref.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
http.c Force lowercase on internal HTTP header names. 2022-12-29 12:58:21 +01:00
json.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
jsonrpc.c Stop hardcoding HTTP error codes in http_response() calls. 2021-05-02 16:03:18 +02:00
keymgr_openssl.c constify another RSA pointer. 2022-12-28 15:55:19 +01:00
kore.c Initial lua runtime. 2023-01-21 23:41:35 +01:00
linux.c Add kore_platform_random_uint32(). 2023-01-04 11:48:19 +01:00
log.c Use a more structured log format. 2022-09-05 10:59:06 +02:00
lua.c Initial lua runtime. 2023-01-21 23:41:35 +01:00
mem.c Add memory protection with KORE_MEM_GUARD. 2023-01-05 22:47:29 +01:00
module.c Initial lua runtime. 2023-01-21 23:41:35 +01:00
msg.c Differentiate between normal shutdown and fatal. 2022-08-08 11:02:27 +02:00
net.c kore_debug() has been unused for years. 2022-08-18 15:20:55 +02:00
pgsql.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
pool.c Initial lua runtime. 2023-01-21 23:41:35 +01:00
python.c Rework runtime init a little bit. 2023-01-16 21:00:01 +01:00
route.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
runtime.c Initial lua runtime. 2023-01-21 23:41:35 +01:00
seccomp.c Add newfstatat in common Kore seccomp whitelist. 2022-11-02 22:13:10 +01:00
sha1.c add kore_mem_zero(). 2022-02-18 11:13:01 +01:00
sha2.c add kore_mem_zero(). 2022-02-18 11:13:01 +01:00
tasks.c kore_debug() has been unused for years. 2022-08-18 15:20:55 +02:00
timer.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
tls_none.c Rework runtime init a little bit. 2023-01-16 21:00:01 +01:00
tls_openssl.c Rework runtime init a little bit. 2023-01-16 21:00:01 +01:00
utils.c Constify in parameter for kore_strip_chars() 2022-10-19 07:34:14 +02:00
validator.c i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
websocket.c kore_debug() has been unused for years. 2022-08-18 15:20:55 +02:00
worker.c Fix a log message regarding worker count. 2022-08-26 10:19:26 +02:00