log src/core/ngx_regex.c @ 9306:e46e1ea89ccd default tip

age author description
Tue, 17 Oct 2023 02:39:38 +0300 Maxim Dounin Core: fixed memory leak on configuration reload with PCRE2.
Tue, 18 Apr 2023 06:28:46 +0300 Maxim Dounin Fixed segfault if regex studies list allocation fails.
Sat, 25 Dec 2021 01:07:18 +0300 Maxim Dounin Core: added NGX_REGEX_MULTILINE for 3rd party modules.
Sat, 25 Dec 2021 01:07:16 +0300 Maxim Dounin PCRE2 and PCRE binary compatibility.
Sat, 25 Dec 2021 01:07:15 +0300 Maxim Dounin PCRE2 library support.
Sat, 25 Dec 2021 01:07:12 +0300 Maxim Dounin Core: ngx_regex.c style cleanup.
Sat, 25 Dec 2021 01:07:10 +0300 Maxim Dounin Core: fixed ngx_pcre_studies cleanup.
Thu, 10 Aug 2017 22:21:20 +0300 Maxim Dounin Style.
Tue, 12 Apr 2016 19:01:56 +0300 Ruslan Ermilov Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).
Thu, 26 Mar 2015 14:15:13 +0300 Ruslan Ermilov Removed ngx_threaded and related code.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Mon, 08 Sep 2014 21:35:53 +0400 Maxim Dounin Core: ngx_regex_compile() error handling fixes.