kore/src
Joris Vink 6072828d8f Improve BSD platform event code.
Instead of adding all listening sockets into the kqueue at platform init,
do it in the first call to kore_platform_enable_accept().

This way a worker process can still call kore_server_create() in its
kore_worker_configure() hook.
2020-01-24 19:36:32 +01:00
..
accesslog.c TLS improvements. 2019-11-19 11:09:24 +01:00
acme.c Add support for setting an email for ACME. 2020-01-13 11:00:40 +01:00
auth.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
bsd.c Improve BSD platform event code. 2020-01-24 19:36:32 +01:00
buf.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
cli.c Account for the change from 'static' to 'route' in the CLI tool as well. 2019-11-16 12:34:57 +01:00
config.c sprinkle kore_quiet around 2020-01-17 22:25:52 +01:00
connection.c TLS improvements. 2019-11-19 11:09:24 +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 TLS improvements. 2019-11-19 11:09:24 +01:00
json.c allow NULL pointers to cleanup/free calls. 2019-11-19 09:44:13 +01:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c allow access/accessat at all times in keymgr. 2019-11-15 09:28:33 +01:00
kore.c Revert chunk that snuck in last commit. 2019-12-13 20:30:13 +01:00
linux.c Remove forgotten debug message. 2020-01-07 21:46:19 +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 sprinkle kore_quiet around 2020-01-17 22:25:52 +01:00
net.c TLS improvements. 2019-11-19 11:09:24 +01: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 allow use udata in kore.timer() via the data kwarg. 2020-01-22 09:42:41 +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 use X509_NAME_ENTRY* functions directly. 2019-11-19 13:00:17 +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 Improve waiting on workers to exit take 2. 2020-01-17 21:48:55 +01:00