aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_regex.c
Commit message (Expand)AuthorAge
* Core: fixed memory leak on configuration reload with PCRE2.Maxim Dounin2023-10-17
* Fixed segfault if regex studies list allocation fails.Maxim Dounin2023-04-18
* Core: added NGX_REGEX_MULTILINE for 3rd party modules.Maxim Dounin2021-12-25
* PCRE2 and PCRE binary compatibility.Maxim Dounin2021-12-25
* PCRE2 library support.Maxim Dounin2021-12-25
* Core: ngx_regex.c style cleanup.Maxim Dounin2021-12-25
* Core: fixed ngx_pcre_studies cleanup.Maxim Dounin2021-12-25
* Style.Maxim Dounin2017-08-10
* Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).Ruslan Ermilov2016-04-12
* Removed ngx_threaded and related code.Ruslan Ermilov2015-03-26
* Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov2015-03-04
* Core: ngx_regex_compile() error handling fixes.Maxim Dounin2014-09-08
* Fixed the ngx_regex.h header file compatibility with C++.Valentin Bartenev2012-05-17
* Fixed memory leak on HUP signal when PCRE JIT was used.Valentin Bartenev2012-01-30
* Fixed grammar in PCRE JIT error log message.Valentin Bartenev2012-01-24
* Copyright updated.Maxim Konovalov2012-01-18
* Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev2011-12-26
* Removed unused function ngx_regex_capture_count().Valentin Bartenev2011-12-06
* fix pcre allocation on Win32, the bug had been introduced in r3326Igor Sysoev2009-11-17
* regex named capturesIgor Sysoev2009-11-16
* ngx_regex_exec() calling optimiztion:Igor Sysoev2009-11-13
* *) back out r2040Igor Sysoev2008-06-17
* *) add ngx_palloc_aligned() to allocate explicitlty aligned memoryIgor Sysoev2008-05-27
* ngx_regex_exec_array()Igor Sysoev2007-12-27
* nginx-0.1.26-RELEASE importrelease-0.1.26Igor Sysoev2005-03-22
* nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev2005-03-19
* nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev2005-03-04
* nginx-0.1.15-RELEASE importrelease-0.1.15Igor Sysoev2005-01-19
* nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev2005-01-18
* nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev2004-11-11
* nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev2004-09-29
* nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev2004-09-28
* nginx-0.0.7-2004-07-07-19:01:00 importIgor Sysoev2004-07-07
* nginx-0.0.3-2004-03-23-09:01:52 importIgor Sysoev2004-03-23
* nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev2004-03-16
* nginx-0.0.1-2003-12-25-23:26:58 importIgor Sysoev2003-12-25
* nginx-0.0.1-2003-12-08-23:48:12 importIgor Sysoev2003-12-08
* nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev2003-11-25