kore/src
Joris Vink 886c3920db sysconf() returns -1 on failure, cpu_count is an unsigned integer, failure would never have been caught.
from cremno via github
2013-07-05 22:17:56 +02:00
..
accesslog.c do not attempt to log the user-agent if it's not available. 2013-07-05 22:03:05 +02:00
bsd.c bring bsd into sync 2013-06-27 12:37:14 +02:00
buf.c - Better spread load between all worker processes. 2013-06-27 08:43:07 +02:00
config.c - Better spread load between all worker processes. 2013-06-27 08:43:07 +02:00
connection.c - add idle timer for normal connections (ie: !SPDY), max 20 seconds. 2013-07-01 12:08:51 +02:00
domain.c - Better spread load between all worker processes. 2013-06-27 08:43:07 +02:00
http.c - add idle timer for normal connections (ie: !SPDY), max 20 seconds. 2013-07-01 12:08:51 +02:00
kore.c remove unused stuff 2013-07-05 16:02:03 +02:00
linux.c sysconf() returns -1 on failure, cpu_count is an unsigned integer, failure would never have been caught. 2013-07-05 22:17:56 +02:00
mem.c remove memid from meminfo 2013-06-27 12:27:17 +02:00
module.c - Better spread load between all worker processes. 2013-06-27 08:43:07 +02:00
net.c - Better spread load between all worker processes. 2013-06-27 08:43:07 +02:00
spdy.c when receiving SETTINGS verify that the number of settings received by 2013-07-01 12:34:18 +02:00
utils.c - Better spread load between all worker processes. 2013-06-27 08:43:07 +02:00
worker.c also set has_lock to 0 when a worker starts. 2013-07-05 21:17:08 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00