kore/src
Joris Vink dcb5fd842f Expose get/post params via req.argument for python. 2017-01-26 12:01:28 +01:00
..
accesslog.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
auth.c validators now work in python. 2017-01-25 21:17:12 +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 only rebuild with "kore build" when we can. 2017-01-25 22:21:40 +01:00
config.c Add initial python support. 2017-01-24 20:18:12 +01:00
connection.c Add initial python support. 2017-01-24 20:18:12 +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 Merge branch 'master' of github.com:jorisvink/kore 2017-01-25 22:23:34 +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 add python flavor string to -v 2017-01-25 22:21:30 +01:00
linux.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
mem.c allow memory allocators to deal with 0 bytes. 2017-01-25 22:07:08 +01:00
module.c Add initial python support. 2017-01-24 20:18:12 +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 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
python.c Expose get/post params via req.argument for python. 2017-01-26 12:01:28 +01:00
runtime.c Add initial python support. 2017-01-24 20:18:12 +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 constify delim in kore_split_string(). 2016-10-06 16:50:41 +02:00
validator.c Add initial python support. 2017-01-24 20:18:12 +01:00
websocket.c kore_buf_create -> kore_buf_alloc. 2016-07-14 12:34:29 +02:00
worker.c Add initial python support. 2017-01-24 20:18:12 +01:00