summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Rewrite: fixed segfault with rewritten URI and "alias".Ruslan Ermilov1-1/+8
2019-04-24Added ngx_http_set_complex_value_size_slot().Ruslan Ermilov1-0/+61
2019-01-17Added the ngx_http_test_required_predicates() function.Vladimir Homutov1-0/+28
2018-05-07Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov1-5/+8
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov1-0/+6
2017-03-22Unified error messages about duplicate directives.Ruslan Ermilov1-1/+1
2016-12-24Win32: support 64-bit compilation with MSVC.Maxim Dounin1-2/+2
2016-07-06Fixed regex captures handling without PCRE.Vladimir Homutov1-6/+8
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2016-03-30Style.Ruslan Ermilov1-2/+2
2013-10-18Style.Maxim Dounin1-1/+1
2013-08-20Style improved after 12dd27b74117.Maxim Dounin1-8/+5
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-6/+1
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-1/+6
2013-08-06Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev1-1/+5
2012-12-06Allow the complex value to be defined as an empty string.Ruslan Ermilov1-7/+3
2012-05-11Rewrite: fixed escaping and possible segfault (ticket #162).Maxim Dounin1-1/+0
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-3/+6
2012-02-13Support for disable_symlinks in various modules.Andrey Belov1-0/+3
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-10-12Clear old Location header (if any) while adding a new one.Maxim Dounin1-0/+2
2011-05-03test zero value in an "if" directive consistently with predicates fixed in r3894Igor Sysoev1-1/+1
2011-04-15values starting with '0' were incorrectly assumed to be falseIgor Sysoev1-1/+1
2011-04-12use memmove() in appropriate placesIgor Sysoev1-1/+1
2010-09-13fix typoIgor Sysoev1-1/+1
2010-09-02new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev1-0/+36
2010-07-14ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev1-0/+70
2010-06-18return code textIgor Sysoev1-6/+9
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-2/+1
2009-11-16fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev1-3/+3
2009-11-16regex named capturesIgor Sysoev1-23/+3
2009-09-30read_aheadIgor Sysoev1-0/+1
2009-09-25low ENAMETOOLONG logging levelIgor Sysoev1-1/+4
2009-07-14ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev1-5/+1
2009-06-02fix return value on failureIgor Sysoev1-1/+1
2009-04-27-p and --prefix=Igor Sysoev1-4/+5
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev1-1/+2
2009-03-27rename ngx_http_scrip_flush_complex_value()Igor Sysoev1-2/+2
2009-03-27fix plain text values using relative path in ngx_http_complex_value(),Igor Sysoev1-5/+5
2009-03-22ngx_http_script_flush_complex_value()Igor Sysoev1-10/+293
2009-03-18split ngx_http_script_compile()Igor Sysoev1-159/+234
2009-03-06now regex captures are per-request entitiesIgor Sysoev1-68/+102
2009-02-10fix /?new=arg?old=arg redirect caseIgor Sysoev1-4/+15
2008-12-11fix r2394Igor Sysoev1-14/+4
2008-12-10fix debug loggingIgor Sysoev1-17/+46
2008-09-01escape a query string characters taken from URI while rewriteIgor Sysoev1-0/+1
2008-07-31fix conflicting names "true" and "false"Igor Sysoev1-21/+21
2008-07-30directioIgor Sysoev1-0/+1
2008-06-26ngx_memzero() ngx_open_file_info_tIgor Sysoev1-2/+2
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev1-0/+1