kore/src
Joris Vink f6cd16c567 Replace static/dynamic with a single option: route
Kore will automatically detect if a route is a dynamic or static one
so there is no need for the configuration options to differ anymore.
2019-11-15 08:11:02 +01:00
..
accesslog.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
acme.c Allow acme config via python api 2019-11-13 23:01:24 +01:00
auth.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
bsd.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
buf.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
cli.c kodev MINIMAL=1 shouldn't include mime types either. 2019-10-31 09:55:14 +01:00
config.c Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
connection.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
curl.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
domain.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
filemap.c Allow multiple binds on new server directive. 2019-09-27 20:00:35 +02:00
fileref.c remove FILEREF_DEBUG that sneaked in 2019-10-16 12:13:21 +02:00
http.c fix potential NULL dereferences. 2019-11-13 11:23:02 +01:00
json.c Make sure json offset advanced upon end of object/array. 2019-10-30 10:02:51 +01:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c wrap pledge stuff into an ifdef __OpenBSD__ block. 2019-11-07 08:29:38 +01:00
kore.c Allow acme config via python api 2019-11-13 23:01:24 +01:00
linux.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
mem.c Align kore memory functions on 16-byte boundaries. 2019-10-15 21:33:43 +02:00
module.c Allow multiple binds on new server directive. 2019-09-27 20:00:35 +02:00
msg.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
net.c include sys/socket.h in net.c 2019-10-03 12:19:36 +02:00
pgsql.c seccomp improvements. 2019-09-26 13:51:53 +02:00
pool.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
python.c Make dumb compilers happy. 2019-11-15 07:49:16 +01:00
runtime.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
seccomp.c pull in ptrace.h 2019-11-13 15:56:36 +01:00
tasks.c Allow listening of tls/notls ports at the same time. 2019-09-27 12:27:04 +02:00
timer.c rework timers so they fire more predictably. 2019-03-21 10:17:08 +01:00
utils.c Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
validator.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
websocket.c http_timeout must be 0 when upgrading to websockets 2019-05-05 14:47:04 +02:00
worker.c fix potential NULL dereferences. 2019-11-13 11:23:02 +01:00