kore/src
Joris Vink 0ea911140e TAILQ_FOREACH_SAFE() exists so use it. 2017-02-07 22:35:09 +01:00
..
accesslog.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
auth.c fixup isspace arguments. 2017-02-07 22:06:14 +01:00
bsd.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
buf.c use a copy of args when falling back to vasprintf. 2016-11-04 09:16:05 +01:00
cli.c TAILQ_FOREACH_SAFE() exists so use it. 2017-02-07 22:35:09 +01:00
config.c unfuck parsing http_body_max. 2017-02-06 21:28:33 +01:00
connection.c TAILQ_FOREACH_SAFE() exists so use it. 2017-02-07 22:35:09 +01:00
domain.c Deal with the Host header in a way IPv6 hosts work 2017-01-11 11:01:58 +01:00
http.c TAILQ_FOREACH_SAFE() exists so use it. 2017-02-07 22:35:09 +01:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
kore.c whitespace 2017-02-06 22:53:09 +01:00
linux.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
mem.c add kore_mem_cleanup() to cleanup pools at exit. 2017-02-06 11:42:23 +01:00
module.c TAILQ_FOREACH_SAFE() exists so use it. 2017-02-07 22:35:09 +01:00
msg.c Message shutdown request (#168) 2017-01-17 18:18:01 +01:00
net.c Call ERR_clear_error() before SSL_read() and SSL_write() calls. 2016-12-05 14:24:22 +01:00
pgsql.c TAILQ_FOREACH_SAFE() exists so use it. 2017-02-07 22:35:09 +01:00
pool.c Add asynchronous pgsql query support to python. 2017-02-06 11:42:53 +01:00
python.c when exiting clear any lingering python exceptions. 2017-02-06 16:54:38 +01:00
runtime.c initial fudging to add websockets to python 2017-01-29 22:57:34 +01:00
tasks.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
timer.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
utils.c fixup isspace arguments. 2017-02-07 22:06:14 +01:00
validator.c Add initial python support. 2017-01-24 20:18:12 +01:00
websocket.c fix parameters to kore_log(). 2017-02-06 11:39:50 +01:00
worker.c Add asynchronous pgsql query support to python. 2017-02-06 11:42:53 +01:00