kore/src
Joris Vink 49e97ae6f8 Call kore_connection_disconnect() when draining connections.
This way the disconnect callbacks are called properly when
workers are exiting.
2014-09-17 08:46:55 +02:00
..
accesslog.c Add a BENCHMARK compile option which compiles without OpenSSL. 2014-08-01 10:22:32 +02:00
auth.c Rename the two functions used to read/set headers. 2014-08-05 14:26:31 +02:00
bsd.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
buf.c Attempt vsnprintf() up to BUFSIZ in kore_buf_appendv(). 2014-08-22 14:40:19 +02:00
cli.c Replace - as well when building asset names 2014-08-21 23:06:54 +02:00
config.c Deprecate ssl_no_compression config option, its always on. 2014-08-05 13:07:32 +02:00
connection.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
domain.c Deprecate ssl_no_compression config option, its always on. 2014-08-05 13:07:32 +02:00
http.c Properly end headers when doing status codes only. 2014-08-25 10:58:34 +02:00
kore.c Remove kore_cb and its related settings. 2014-08-04 19:54:32 +02:00
linux.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
mem.c Add missing stdint.h header 2014-07-22 09:53:44 +02:00
module.c Remove kore_cb and its related settings. 2014-08-04 19:54:32 +02:00
net.c Allow applications to create new connections in our event loop. 2014-09-17 08:25:45 +02:00
pgsql.c Introduce a wait queue for our pgsql code. 2014-08-21 16:36:12 +02:00
pool.c sprinkle more const chars 2014-08-04 12:40:21 +02:00
spdy.c Another round of spdy/3.1 improvements. 2014-08-10 21:39:47 +02:00
tasks.c Attach tasks/pgsqls to http_requests once more. 2014-08-14 22:05:34 +02:00
utils.c Add kore_snprintf() as a wrapper around snprintf(). 2014-08-11 10:45:10 +02:00
validator.c sprinkle more const chars 2014-08-04 12:40:21 +02:00
worker.c Call kore_connection_disconnect() when draining connections. 2014-09-17 08:46:55 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00