summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19Core: removed unnecessary restriction in hash initialization.Alexey Radkov1-0/+4
2019-07-19Core: fixed memory leak on error, missed in c3f60d618c17.Maxim Dounin1-0/+1
2019-07-18Core: fixed segfault with too large bucket sizes (ticket #1806).Maxim Dounin1-5/+25
2016-10-14Style.Maxim Dounin1-1/+0
2015-09-11Core: fixed segfault with null in wildcard hash names.Maxim Dounin1-0/+4
2015-08-13Core: fixed potential division by zero when initializing hash.Sergey Kandaurov1-0/+8
2015-08-13Core: fixed style in the error message.Sergey Kandaurov1-1/+1
2015-02-24Core: fixed potential buffer overrun when initializing hash.Maxim Dounin1-1/+1
2014-10-02Core: fixed buffer overrun when hash max_size reached.Yichun Zhang1-0/+2
2014-03-31Core: fixed hash to actually try max_size.Maxim Dounin1-1/+1
2014-03-31Core: hash now ignores bucket_size if it hits max_size limit.Maxim Dounin1-8/+5
2012-06-18Fixed handling of conflicting wildcard server names.Maxim Dounin1-11/+13
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2012-01-16Fixed division by zero exception in ngx_hash_init().Valentin Bartenev1-1/+1
2010-05-13allow hash key values more than 255 bytes, it does not actually increase meanIgor Sysoev1-10/+2
2009-09-13style fixIgor Sysoev1-2/+2
2009-02-11fix r2169 for .def.com and .abc.def.com caseIgor Sysoev1-1/+1
2008-08-21server_name "" supportIgor Sysoev1-0/+4
2008-08-12fix the case when unset domain.tld was matched by *.domain.tldIgor Sysoev1-14/+35
2008-08-05update debug loggingIgor Sysoev1-15/+7
2008-08-04update debug loggingIgor Sysoev1-4/+4
2008-08-04ngx_hash_strlow()Igor Sysoev1-6/+19
2008-08-04ngx_strlow()Igor Sysoev1-3/+1
2008-06-17*) back out r2040Igor Sysoev1-4/+4
2007-09-21fix r1416Igor Sysoev1-1/+1
2007-08-24fix trailing wildcard when two or more listen used in one serverIgor Sysoev1-2/+7
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev1-117/+291
2006-10-06fix SIGFPE on alphaIgor Sysoev1-1/+1
2006-05-11nginx-0.3.46-RELEASE importrelease-0.3.46Igor Sysoev1-174/+0
2006-04-07nginx-0.3.37-RELEASE importrelease-0.3.37Igor Sysoev1-2/+6
2006-03-10nginx-0.3.31-RELEASE importrelease-0.3.31Igor Sysoev1-18/+22
2006-01-11nginx-0.3.20-RELEASE importrelease-0.3.20Igor Sysoev1-1/+3
2005-12-28nginx-0.3.19-RELEASE importrelease-0.3.19Igor Sysoev1-11/+12
2005-12-26nginx-0.3.18-RELEASE importrelease-0.3.18Igor Sysoev1-8/+264
2005-12-18nginx-0.3.17-RELEASE importrelease-0.3.17Igor Sysoev1-10/+32
2005-12-16nginx-0.3.16-RELEASE importrelease-0.3.16Igor Sysoev1-1/+481
2005-12-05nginx-0.3.13-RELEASE importrelease-0.3.13Igor Sysoev1-0/+12
2005-05-12nginx-0.1.29-RELEASE importrelease-0.1.29Igor Sysoev1-21/+30
2005-04-08nginx-0.1.28-RELEASE importrelease-0.1.28Igor Sysoev1-0/+160