kore/src
Joris Vink b9bd2e9a14 Move tasks away from http_requests.
Instead if a task is used from inside a request
you MUST call kore_task_bind_request() on it.

This way we can move forward for tasks that
don't belong to page handlers.

Also, some bug fixes for removing http_requests
that are indeed linked to a currently running task.
2014-06-29 20:20:13 +02:00
..
accesslog.c Fix use after free 2014-04-09 14:35:14 +02:00
auth.c Allow KORE_RESULT_RETRY from authentication blocks 2014-04-22 23:07:24 +02:00
bsd.c Support postgresl under the bsds 2014-04-02 00:06:24 +02:00
buf.c Change kore_buf_appendv() to take a va_list 2014-04-22 12:16:21 +02:00
config.c Allow us to include config files with "include" 2014-04-22 13:15:19 +02:00
connection.c Move tasks away from http_requests. 2014-06-29 20:20:13 +02:00
domain.c Comment on why/how we're disabling freelists. 2014-04-11 08:46:50 +02:00
http.c Move tasks away from http_requests. 2014-06-29 20:20:13 +02:00
kore.c Add authentication blocks for Kore. 2014-01-22 22:55:10 +01:00
linux.c More work on the background task implementation. 2014-06-29 14:15:40 +02:00
mem.c Add integer overflow checks to kore_calloc 2014-04-23 14:26:28 +02:00
module.c Add authentication blocks for Kore. 2014-01-22 22:55:10 +01:00
net.c Major improvements to HTTP/1.1 behaviour, error reporting and handling. 2014-01-29 22:48:51 +01:00
pool.c Add KORE_PENDANTIC_MALLOC option. 2014-04-22 12:46:23 +02:00
spdy.c Be paranoia when it comes to using client supplied integers 2014-05-06 12:24:21 +02:00
utils.c Correct snprintf() usage 2014-04-23 16:29:58 +02:00
validator.c Add request as an authentication_type. 2014-03-01 19:18:30 +01:00
worker.c Add initial stab at asynchronous background tasks. 2014-06-28 16:17:18 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00