kore/src
Joris Vink d9f543ef5b Allow user-supplied tracer callback. 2018-11-29 09:51:24 +01:00
..
accesslog.c allow kore to bind to unix sockets via bind_unix. 2018-10-07 20:49:16 +02:00
auth.c Make kore_auth_* public. 2018-07-19 10:28:38 +02:00
bsd.c actually just query for HW_NCPU on all BSDs. 2018-10-25 19:31:48 +02:00
buf.c sprinkle more const around 2018-07-25 09:54:34 +02:00
cli.c KODEV_OUTPUT tells kodev the outdir of the binary. 2018-11-28 14:24:42 +01:00
config.c Add -q flag. 2018-11-15 16:01:37 +01:00
connection.c Add asynchronous subprocess support. 2018-10-26 19:19:47 +02:00
domain.c make sure we can still build vs 1.1.0 2018-10-29 21:11:29 +01:00
filemap.c let filerefs to operate on ms precision for mtime. 2018-07-24 19:56:36 +02:00
fileref.c be less spammy if stat fails with ENOENT. 2018-07-28 22:27:38 +02:00
http.c several python improvements. 2018-10-30 20:28:27 +01:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c shuffle stuff around so we're not hitting bad juju. 2018-08-13 13:07:32 +02:00
kore.c Add -q flag. 2018-11-15 16:01:37 +01:00
linux.c missing EPOLLRDHUP check since event loop rework 2018-10-10 14:33:26 +02:00
mem.c len is a size_t, not ssize_t 2018-07-18 16:09:05 +02:00
module.c Make kore_python_log_error() public. 2018-10-16 13:16:36 +02:00
msg.c Add -q flag. 2018-11-15 16:01:37 +01:00
net.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
pgsql.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
pool.c start enforcing a mininum number of elms in pools. 2018-10-30 10:41:49 +01:00
python.c Allow user-supplied tracer callback. 2018-11-29 09:51:24 +01:00
runtime.c Change kore_parent_configure() for single binaries. 2018-04-09 12:51:20 +02:00
tasks.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
timer.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
utils.c Add kore_parent_daemonized(). 2018-10-18 17:18:41 +02:00
validator.c Show the reason why regcomp() failed if it does. 2018-08-10 08:06:09 +02:00
websocket.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
worker.c change accept threshold default to 16. 2018-11-16 11:37:09 +01:00