kore/src
Joris Vink 555856ab0a fix usage for python builds.
while here, force a module or script as a cli argument and
fix kodev run to pass the config if inside of a module.
2019-09-26 16:41:52 +02:00
..
accesslog.c Set req->agent to "-" if it is NULL, as do other major HTTP servers. 2019-06-09 21:36:12 +02:00
auth.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
bsd.c Add seccomp syscall filtering to kore. 2019-09-25 14:31:20 +02:00
buf.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
cli.c fix usage for python builds. 2019-09-26 16:41:52 +02:00
config.c Many many Python improvements. 2019-09-26 15:49:00 +02:00
connection.c remove debug 2019-04-11 20:54:29 +02:00
curl.c seccomp improvements. 2019-09-26 13:51:53 +02:00
domain.c Many many Python improvements. 2019-09-26 15:49:00 +02:00
filemap.c bump copyright to 2019 2019-02-22 16:57:28 +01:00
fileref.c make sure stdint.h is always included. 2019-03-29 19:25:27 +01:00
http.c Many many Python improvements. 2019-09-26 15:49:00 +02:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c add 2 more missing syscalls for musl to keymgr. 2019-09-26 10:20:30 +02:00
kore.c fix usage for python builds. 2019-09-26 16:41:52 +02:00
linux.c Add seccomp syscall filtering to kore. 2019-09-25 14:31:20 +02:00
mem.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
module.c Many many Python improvements. 2019-09-26 15:49:00 +02:00
msg.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
net.c swap sockets to use send/recv and update seccomp. 2019-09-26 09:53:51 +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 allow more net related syscalls for python. 2019-09-26 16:13:42 +02:00
runtime.c explicitly include sys/types.h 2019-03-06 09:29:46 +01:00
seccomp.c allow readlink syscall 2019-09-26 16:29:45 +02:00
tasks.c swap sockets to use send/recv and update seccomp. 2019-09-26 09:53:51 +02:00
timer.c rework timers so they fire more predictably. 2019-03-21 10:17:08 +01:00
utils.c Add asynchronous libcurl support. 2019-04-24 00:15:17 +02: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 properly seccomp keymgr 2019-09-25 14:41:09 +02:00