kore/src
Frederic Cambus af99a4d9e2 Conditionally allow syscalls required to run on arm.
Those syscalls do not exist on other Kore supported platforms, so we
must check that they exist before allowing them.
2020-09-17 17:41:03 +02:00
..
accesslog.c bump copyright 2020-02-10 14:47:33 +01:00
acme.c Conditionally allow syscalls required to run on arm. 2020-09-17 17:41:03 +02:00
auth.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
bsd.c improve our asynchronous curl support. 2020-08-17 15:15:04 +02:00
buf.c bump copyright 2020-02-10 14:47:33 +01:00
cli.c strdup the application name. 2020-09-09 22:30:56 +02:00
config.c Rework http_pretty_error a tiny bit. 2020-03-04 08:36:10 +01:00
connection.c bump copyright 2020-02-10 14:47:33 +01:00
curl.c Make sure curl state transitions work properly. 2020-08-17 16:45:10 +02:00
domain.c only count TLS enabled domains as primary_dom. 2020-02-21 13:58:03 +01:00
filemap.c adjust copyright years 2020-02-10 15:35:41 +01:00
fileref.c adjust copyright years 2020-02-10 15:35:41 +01:00
http.c Add casts for isxdigit and isspace. 2020-09-08 19:19:56 +02:00
json.c Enable type-limits warning. 2020-09-08 19:29:15 +02:00
jsonrpc.c trailing whitespace 2020-05-08 22:43:12 +02:00
keymgr.c Conditionally allow syscalls required to run on arm. 2020-09-17 17:41:03 +02:00
kore.c kill unused variable 2020-09-09 22:22:54 +02:00
linux.c improve our asynchronous curl support. 2020-08-17 15:15:04 +02:00
mem.c bump copyright 2020-02-10 14:47:33 +01:00
module.c Variable ‘c’ was set but not used so remove it, broke the build with GCC 9.2.0. 2020-02-10 15:43:46 +01:00
msg.c Skip ACME worker process if ACME isnt built-in. 2020-06-05 14:21:39 +02:00
net.c bump copyright 2020-02-10 14:47:33 +01:00
pgsql.c bump copyright 2020-02-10 14:47:33 +01:00
pool.c bump copyright 2020-02-10 14:47:33 +01:00
python.c Only call PyMem_SetupDebugHooks() if DEBUG is 1. 2020-08-13 09:10:19 +02:00
runtime.c adjust copyright years 2020-02-10 15:35:41 +01:00
seccomp.c Conditionally allow syscalls required to run on arm. 2020-09-17 17:41:03 +02:00
tasks.c Allow listening of tls/notls ports at the same time. 2019-09-27 12:27:04 +02:00
timer.c bump copyright 2020-02-10 14:47:33 +01:00
utils.c bump copyright 2020-02-10 14:47:33 +01:00
validator.c bump copyright 2020-02-10 14:47:33 +01:00
websocket.c bump copyright 2020-02-10 14:47:33 +01:00
worker.c Use kore_worker_name() when logging worker exits in worker_reaper(). 2020-09-15 12:19:08 +02:00