nginx/src
Maxim Dounin 2349a6747d Adjusted default value of types_hash_bucket_size (ticket #352).
The ngx_cacheline_size may be too low on some platforms, resulting
in unexpected hash build problems (as no collisions are tolerated due
to low bucket_size, and max_size isn't big enough to build a hash without
collisions).  These problems aren't fatal anymore but nevertheless
need to be addressed.
2014-03-31 22:47:42 +04:00
..
core Core: fixed hash to actually try max_size. 2014-03-31 21:40:35 +04:00
event Core: slab log_nomem flag. 2014-03-31 21:38:30 +04:00
http Adjusted default value of types_hash_bucket_size (ticket #352). 2014-03-31 22:47:42 +04:00
mail Mail: fixed ngx_mail_send() (ticket #519). 2014-03-31 21:38:27 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Win32: fixed cpu hog by cache manager on exit (ticket #514). 2014-03-31 21:38:28 +04:00