kore/src
Joris Vink 3dbb80463a allow double quotes in kore.proc argument lists. 2019-02-22 16:56:34 +01:00
..
accesslog.c Rework accesslog handling. 2018-12-22 09:25:00 +01:00
auth.c Make kore_auth_* public. 2018-07-19 10:28:38 +02:00
bsd.c Rework accesslog handling. 2018-12-22 09:25:00 +01: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 reprime idle timer if SSL_accept() fails. 2019-02-08 15:40:00 +01:00
domain.c always force reload cert so we get a new x509 store. 2019-01-14 20:57:40 +01:00
filemap.c close fd if we're a directory in filemap. 2018-12-17 16:22:36 +01:00
fileref.c be less spammy if stat fails with ENOENT. 2018-07-28 22:27:38 +02:00
http.c Rework accesslog handling. 2018-12-22 09:25:00 +01:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c sig_recv is extern'd in kore.h 2019-02-11 14:01:25 +01:00
kore.c wrap accesslog calls in !KORE_NO_HTTP. 2018-12-22 09:41:55 +01:00
linux.c Rework accesslog handling. 2018-12-22 09:25:00 +01: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 Rework accesslog handling. 2018-12-22 09:25:00 +01:00
net.c Rework accesslog handling. 2018-12-22 09:25:00 +01: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 double quotes in kore.proc argument lists. 2019-02-22 16:56:34 +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 sig_recv is extern'd in kore.h 2019-02-11 14:01:25 +01:00