kore/src
Joris Vink 4dff38ebb0 ignore sigpipe in workers 2013-06-19 22:41:00 +02:00
..
bsd.c do not schedule kqueue events if we've reached the limit of changelist. 2013-06-20 23:29:26 +02:00
buf.c add kore_buf_appendb() which allows us to append a kore_buf to another one. 2013-06-05 11:27:03 +02:00
config.c Introduce certfile and certkey in the configuration to specify where the certificate file and keys are located on a system. 2013-06-05 09:47:08 +02:00
http.c for non spdy clients, attempt to keep the connection open as long as possible (aka, send connection: keep-alive and do not close it till client does). 2013-06-22 20:14:10 +02:00
kore.c ignore sigpipe in workers 2013-06-19 22:41:00 +02:00
linux.c Add BSD kqueue(2) support. Compile with make bsd (or make linux for linux) 2013-06-17 23:39:17 +02:00
module.c use kore_log() to notify when a module is reloaded 2013-06-05 08:56:37 +02:00
net.c Add BSD kqueue(2) support. Compile with make bsd (or make linux for linux) 2013-06-17 23:39:17 +02:00
spdy.c format 2013-06-04 16:33:35 +02:00
utils.c configuration files are now passed using the -c option. 2013-06-05 08:55:07 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00