kore/src
Joris Vink 0726a26c0c Allow restriction of methods for paths.
Now Kore will automatically send a 400 bad request in case the
method was not allowed on the path.
2018-07-17 14:23:57 +02:00
..
accesslog.c log referer in accesslog if present. 2018-06-29 22:37:48 +02:00
auth.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
bsd.c Add filemaps. 2018-06-28 13:27:44 +02:00
buf.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
cli.c invoke platform specific compiler for kodev build. 2018-06-19 22:46:55 +02:00
config.c Allow restriction of methods for paths. 2018-07-17 14:23:57 +02:00
connection.c better log messages for TLS configuration missing. 2018-07-11 09:52:05 +02:00
domain.c Unbreak building with LibreSSL. 2018-07-11 12:50:50 +02:00
filemap.c Only use kore_root_path if its explicitly set. 2018-07-11 11:08:44 +02:00
fileref.c make sure fileref is dropped if softremoved 2018-06-29 05:03:50 +02:00
http.c Allow restriction of methods for paths. 2018-07-17 14:23:57 +02:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c pledge keymgr process on openbsd 2018-07-14 21:14:02 +02:00
kore.c better log messages for TLS configuration missing. 2018-07-11 09:52:05 +02:00
linux.c deal with sendfile() in newer linux kernels. 2018-07-09 10:00:38 +00:00
mem.c 2018 2018-01-20 22:51:06 +01:00
module.c Allow restriction of methods for paths. 2018-07-17 14:23:57 +02:00
msg.c Allow on-the-fly reloading of certificates/keys. 2018-07-11 09:44:29 +02:00
net.c make net_read() and net_write() more sane. 2018-07-05 12:36:47 +00:00
pgsql.c shuffle around pgsql_queue_count. 2018-02-14 13:59:23 +01:00
pool.c finally got fed up with the "is exhausted" spam. 2018-04-10 14:11:06 +02:00
python.c correct includes 2018-07-07 13:23:43 +02:00
runtime.c Change kore_parent_configure() for single binaries. 2018-04-09 12:51:20 +02:00
tasks.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
timer.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
utils.c Allow on-the-fly reloading of certificates/keys. 2018-07-11 09:44:29 +02:00
validator.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
websocket.c minor style fixes 2018-04-13 07:41:22 +02:00
worker.c Let kore_worker_make_busy() not unlock solo workers 2018-07-13 21:04:59 +02:00