kore/src
Joris Vink 7e8371366f Make sure we properly close a SPDY stream if there's no data. 2014-01-14 22:22:26 +01:00
..
accesslog.c add IPv6 support and support for multiple listeners. 2013-07-27 20:56:15 +02:00
bsd.c Detect right amount of cpu's available under osx. From Vaibhav Bhembre via github. 2013-07-28 19:21:49 +02:00
buf.c Use kore_mem_find() in kore_buf_replace_string(), fixes certain crashes 2013-09-26 16:49:44 +02:00
config.c ULONG_MAX -> LONG_MAX 2013-12-16 18:00:33 +01:00
connection.c Add support for client certificates 2013-12-14 16:31:07 +01:00
domain.c Add support for client certificates 2013-12-14 16:31:07 +01:00
http.c Make sure we properly close a SPDY stream if there's no data. 2014-01-14 22:22:26 +01:00
kore.c Allow Kore to load multiple modules at once. 2013-12-15 01:11:56 +01:00
linux.c add IPv6 support and support for multiple listeners. 2013-07-27 20:56:15 +02:00
mem.c remove meminuse and list of allocated memory blocks, we don't need it. 2013-07-25 23:41:00 +02:00
module.c Only call module onload if its present 2014-01-11 01:35:44 +01:00
net.c Handle SPDY streams better when sending data. 2014-01-14 21:43:45 +01:00
pool.c Add fixed size memory pools and use them throughout Kore. 2013-07-15 11:06:36 +02:00
spdy.c Make sure we properly close a SPDY stream if there's no data. 2014-01-14 22:22:26 +01:00
utils.c Rework the way validation and param extraction works. 2013-12-12 00:58:32 +01:00
validator.c Kore now supports GET parameters and automatic validation of GET/POST parameters. 2013-11-10 15:17:15 +01:00
worker.c Update last_cb_run after we call the cb. 2013-12-09 11:40:59 +01:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00