kore/src
Joris Vink ec5ac40706 wake up the workers once in a while to process anything that is waiting. 2013-05-30 20:55:50 +02:00
..
buf.c q->value should be set to NULL if a query parameter is present but no value was set for it. 2013-05-04 19:09:07 +02:00
config.c move to a worker based threading approach where we delegate http requests to workers in a round robin basis (later this should be swapped to find the laziest worker and assign the request to that instead). 2013-05-30 19:36:42 +02:00
http.c wake up the workers once in a while to process anything that is waiting. 2013-05-30 20:55:50 +02:00
kore.c wake up the workers once in a while to process anything that is waiting. 2013-05-30 20:55:50 +02:00
module.c switch dynamic handlers to regex based patterns, much easier. 2013-05-29 14:29:46 +02:00
net.c - simplify header building using kore_buf_appendf() for normal HTTP requests. 2013-05-04 20:44:16 +02:00
spdy.c switch dynamic handlers to regex based patterns, much easier. 2013-05-29 14:29:46 +02:00
utils.c switch dynamic handlers to regex based patterns, much easier. 2013-05-29 14:29:46 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00