kore/src
Joris Vink 300daeadef fix comment 2018-10-16 13:17:44 +02: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 Add async/await support for socket i/o in python. 2018-10-15 20:18:54 +02:00
buf.c sprinkle more const around 2018-07-25 09:54:34 +02:00
cli.c more directly include assets.h 2018-08-13 09:16:28 +02:00
config.c allow kore to bind to unix sockets via bind_unix. 2018-10-07 20:49:16 +02:00
connection.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
domain.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02: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 Add async/await support for socket i/o in python. 2018-10-15 20:18:54 +02: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 async/await support for socket i/o in python. 2018-10-15 20:18:54 +02: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 Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02: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 finally got fed up with the "is exhausted" spam. 2018-04-10 14:11:06 +02:00
python.c fix comment 2018-10-16 13:17:44 +02: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 fatalx(). 2018-08-13 09:53:49 +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 Add async/await support for socket i/o in python. 2018-10-15 20:18:54 +02:00