aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.c
Commit message (Expand)AuthorAge
* All known output headers can be linked lists now.Maxim Dounin2022-05-30
* Upstream: variables support in certificates.Maxim Dounin2021-05-06
* Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-06
* Rewrite: fixed segfault with rewritten URI and "alias".Ruslan Ermilov2019-12-16
* Added ngx_http_set_complex_value_size_slot().Ruslan Ermilov2019-04-24
* Added the ngx_http_test_required_predicates() function.Vladimir Homutov2019-01-17
* Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov2018-05-07
* Fixed ngx_open_cached_file() error handling.Sergey Kandaurov2017-03-28
* Unified error messages about duplicate directives.Ruslan Ermilov2017-03-22
* Win32: support 64-bit compilation with MSVC.Maxim Dounin2016-12-24
* Fixed regex captures handling without PCRE.Vladimir Homutov2016-07-06
* Fixed logging.Sergey Kandaurov2016-03-31
* Style.Ruslan Ermilov2016-03-30
* Style.Maxim Dounin2013-10-18
* Style improved after 12dd27b74117.Maxim Dounin2013-08-20
* Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin2013-08-20
* Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev2013-08-06
* Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev2013-08-06
* Allow the complex value to be defined as an empty string.Ruslan Ermilov2012-12-06
* Rewrite: fixed escaping and possible segfault (ticket #162).Maxim Dounin2012-05-11
* Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev2012-02-27
* Support for disable_symlinks in various modules.Andrey Belov2012-02-13
* Copyright updated.Maxim Konovalov2012-01-18
* Clear old Location header (if any) while adding a new one.Maxim Dounin2011-10-12
* test zero value in an "if" directive consistently with predicates fixed in r3894Igor Sysoev2011-05-03
* values starting with '0' were incorrectly assumed to be falseIgor Sysoev2011-04-15
* use memmove() in appropriate placesIgor Sysoev2011-04-12
* fix typoIgor Sysoev2010-09-13
* new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev2010-09-02
* ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev2010-07-14
* return code textIgor Sysoev2010-06-18
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
* fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev2009-11-16
* regex named capturesIgor Sysoev2009-11-16
* read_aheadIgor Sysoev2009-09-30
* low ENAMETOOLONG logging levelIgor Sysoev2009-09-25
* ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev2009-07-14
* fix return value on failureIgor Sysoev2009-06-02
* -p and --prefix=Igor Sysoev2009-04-27
* *) of.test_only to not open file if only stat() is enoughIgor Sysoev2009-04-27
* rename ngx_http_scrip_flush_complex_value()Igor Sysoev2009-03-27
* fix plain text values using relative path in ngx_http_complex_value(),Igor Sysoev2009-03-27
* ngx_http_script_flush_complex_value()Igor Sysoev2009-03-22
* split ngx_http_script_compile()Igor Sysoev2009-03-18
* now regex captures are per-request entitiesIgor Sysoev2009-03-06
* fix /?new=arg?old=arg redirect caseIgor Sysoev2009-02-10
* fix r2394Igor Sysoev2008-12-11
* fix debug loggingIgor Sysoev2008-12-10
* escape a query string characters taken from URI while rewriteIgor Sysoev2008-09-01
* fix conflicting names "true" and "false"Igor Sysoev2008-07-31