kore/src
Joris Vink b65cc93426 allow handlers to return KORE_RESULT_RETRY. This will tell the worker to reschedule the page request again at the end of its list. (Allows module creators to write truely nonblocking modules). 2013-05-31 00:40:06 +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 allow onload to be given in the config file. 2013-05-30 21:26:39 +02:00
http.c ok that was wrong, disconnect http clients whne we're done sending or upon error, not immediately after queueing everything. 2013-05-30 21:57:14 +02:00
kore.c allow handlers to return KORE_RESULT_RETRY. This will tell the worker to reschedule the page request again at the end of its list. (Allows module creators to write truely nonblocking modules). 2013-05-31 00:40:06 +02:00
module.c allow onload to be given in the config file. 2013-05-30 21:26:39 +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