kore/src
Joris Vink 9fa9fd7402 remove useless casts 2013-08-26 08:52:56 +02: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 Change kore_buf_append() and kore_buf_replace_string() to take a void pointer. 2013-08-22 10:06:39 +02:00
config.c Pass the base for strtoll() to kore_strtonum(), breakage ensues if we depend on the "auto" detection that happens when we pass 0 to strtoll() as base. 2013-08-13 16:13:43 +02:00
connection.c free hdlr_extra if its set 2013-08-14 16:09:09 +02:00
domain.c Use SSL_OP_CIPHER_SERVER_PREFERENCE by default. 2013-08-07 20:42:19 +02:00
http.c remove useless casts 2013-08-26 08:52:56 +02:00
kore.c add IPv6 support and support for multiple listeners. 2013-07-27 20:56:15 +02: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 Remove unneeded malloc result casting, annoying habbit of mine but serves no purpose. 2013-07-13 21:08:55 +02:00
net.c Add fixed size memory pools and use them throughout Kore. 2013-07-15 11:06:36 +02:00
pool.c Add fixed size memory pools and use them throughout Kore. 2013-07-15 11:06:36 +02:00
spdy.c properly calculate if we need to expand the header block in spdy_header_block_add(). 2013-08-06 15:58:21 +02:00
utils.c remove useless casts 2013-08-26 08:52:56 +02:00
worker.c remove commented out debug defines. 2013-07-18 22:13:59 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00