log src/core/ngx_hash.c @ 7682:2ab0ecfe5a5f

age author description
Fri, 19 Jul 2019 17:50:00 +0300 Maxim Dounin Core: fixed memory leak on error, missed in c3f60d618c17.
Thu, 18 Jul 2019 18:27:44 +0300 Maxim Dounin Core: fixed segfault with too large bucket sizes (ticket #1806).
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Style.
Fri, 11 Sep 2015 17:04:40 +0300 Maxim Dounin Core: fixed segfault with null in wildcard hash names.
Thu, 13 Aug 2015 16:27:17 +0300 Sergey Kandaurov Core: fixed potential division by zero when initializing hash.
Thu, 13 Aug 2015 16:27:13 +0300 Sergey Kandaurov Core: fixed style in the error message.
Tue, 24 Feb 2015 18:37:14 +0300 Maxim Dounin Core: fixed potential buffer overrun when initializing hash.
Thu, 02 Oct 2014 12:00:17 -0700 Yichun Zhang Core: fixed buffer overrun when hash max_size reached.
Mon, 31 Mar 2014 21:40:35 +0400 Maxim Dounin Core: fixed hash to actually try max_size.
Mon, 31 Mar 2014 21:40:31 +0400 Maxim Dounin Core: hash now ignores bucket_size if it hits max_size limit.
Mon, 18 Jun 2012 14:06:00 +0000 Maxim Dounin Fixed handling of conflicting wildcard server names.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 16 Jan 2012 12:42:07 +0000 Valentin Bartenev Fixed division by zero exception in ngx_hash_init().
Thu, 13 May 2010 12:52:45 +0000 Igor Sysoev allow hash key values more than 255 bytes, it does not actually increase mean
Sun, 13 Sep 2009 06:25:54 +0000 Igor Sysoev style fix