kore/src
Joris Vink 57840a8366 Deal with the Host header in a way IPv6 hosts work
Fixes #164.
2017-01-11 11:01:58 +01:00
..
accesslog.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
auth.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02: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 better description. 2016-12-29 20:15:01 +01:00
config.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
connection.c set req->owner to NULL when the connection removes it. 2016-12-26 20:08:53 +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 Deal with the Host header in a way IPv6 hosts work 2017-01-11 11:01:58 +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 remove unneeded parenthesis. 2016-12-05 14:45:29 +01:00
linux.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
mem.c align pointers from kore_malloc() properly. 2016-07-28 14:52:15 +02:00
module.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
msg.c Bump copyright to 2016. 2016-01-04 12:58:51 +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 make sure we can call pgsql_conn_cleanup() properly. 2017-01-10 15:29:03 +01:00
pool.c Make pools thread-safe if built with TASKS. 2016-07-12 16:30:57 +02: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 constify delim in kore_split_string(). 2016-10-06 16:50:41 +02:00
validator.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
websocket.c kore_buf_create -> kore_buf_alloc. 2016-07-14 12:34:29 +02:00
worker.c run the connection timeout test per event loop. 2016-12-26 20:03:01 +01:00