summaryrefslogtreecommitdiff
path: root/src/core/ngx_regex.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed segfault if regex studies list allocation fails.Maxim Dounin2023-04-181-3/+3
* Core: added NGX_REGEX_MULTILINE for 3rd party modules.Maxim Dounin2021-12-251-2/+10
* PCRE2 and PCRE binary compatibility.Maxim Dounin2021-12-251-4/+42
* PCRE2 library support.Maxim Dounin2021-12-251-6/+325
* Core: ngx_regex.c style cleanup.Maxim Dounin2021-12-251-17/+17
* Core: fixed ngx_pcre_studies cleanup.Maxim Dounin2021-12-251-40/+43
* Style.Maxim Dounin2017-08-101-2/+2
* Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).Ruslan Ermilov2016-04-121-1/+1
* Removed ngx_threaded and related code.Ruslan Ermilov2015-03-261-37/+0
* Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov2015-03-041-3/+3
* Core: ngx_regex_compile() error handling fixes.Maxim Dounin2014-09-081-3/+11
* Fixed the ngx_regex.h header file compatibility with C++.Valentin Bartenev2012-05-171-3/+3
* Fixed memory leak on HUP signal when PCRE JIT was used.Valentin Bartenev2012-01-301-1/+54
* Fixed grammar in PCRE JIT error log message.Valentin Bartenev2012-01-241-1/+1
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev2011-12-261-5/+210
* Removed unused function ngx_regex_capture_count().Valentin Bartenev2011-12-061-17/+0
* fix pcre allocation on Win32, the bug had been introduced in r3326Igor Sysoev2009-11-171-6/+2
* regex named capturesIgor Sysoev2009-11-161-31/+94
* ngx_regex_exec() calling optimiztion:Igor Sysoev2009-11-131-16/+0
* *) back out r2040Igor Sysoev2008-06-171-1/+1
* *) add ngx_palloc_aligned() to allocate explicitlty aligned memoryIgor Sysoev2008-05-271-1/+1
* ngx_regex_exec_array()Igor Sysoev2007-12-271-0/+33
* nginx-0.1.26-RELEASE importrelease-0.1.26Igor Sysoev2005-03-221-10/+15
* nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev2005-03-191-2/+6
* nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev2005-03-041-1/+1
* nginx-0.1.15-RELEASE importrelease-0.1.15Igor Sysoev2005-01-191-3/+15
* nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev2005-01-181-2/+2
* nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev2004-11-111-2/+2
* nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev2004-09-291-1/+1
* nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev2004-09-281-0/+5
* nginx-0.0.7-2004-07-07-19:01:00 importIgor Sysoev2004-07-071-6/+44
* nginx-0.0.3-2004-03-23-09:01:52 importIgor Sysoev2004-03-231-1/+9
* nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev2004-03-161-4/+6
* nginx-0.0.1-2003-12-25-23:26:58 importIgor Sysoev2003-12-251-2/+3
* nginx-0.0.1-2003-12-08-23:48:12 importIgor Sysoev2003-12-081-1/+1
* nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev2003-11-251-0/+71