nginx/src
Maxim Dounin c22b87b2e4 Radix tree preallocation fix.
The preallocation size was calculated incorrectly and was always 8 due to
sizeof(ngx_radix_tree_t) accidentally used instead of sizeof(ngx_radix_node_t).
2012-08-18 23:17:58 +00:00
..
core Radix tree preallocation fix. 2012-08-18 23:17:58 +00:00
event Explicitly ignore returned value from close() in ngx_event_core_init_conf(). 2012-08-07 13:57:04 +00:00
http Mark logically dead code with corresponding comment. 2012-08-17 15:35:50 +00:00
mail Whitespace fix. 2012-08-18 23:04:39 +00: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 Explicitly ignore returned value from unlink() in ngx_open_tempfile(). 2012-08-06 16:06:59 +00:00