index
:
delta/nginx.git
baserock/v1.7.0
branches/default
branches/radix_with_skip
branches/stable-0.5
branches/stable-0.6
branches/stable-0.7
branches/stable-0.8
branches/stable-1.0
branches/stable-1.10
branches/stable-1.12
branches/stable-1.14
branches/stable-1.16
branches/stable-1.18
branches/stable-1.2
branches/stable-1.20
branches/stable-1.22
branches/stable-1.24
branches/stable-1.4
branches/stable-1.6
branches/stable-1.8
master
nginx-0.1
nginx-0.2
nginx-0.3
nginx-0.4
nginx-0.5
nginx-0.6
nginx-0.7
nginx-0.8
nginx-0.9
nginx-1.0
nginx-1.1
nginx-1.2
nginx-1.3
nginx-1.4
nginx-1.5
nginx-1.6
nginx-1.7
nginx-1.8
nginx-1.9
github.com: nginx/nginx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
perl
/
ngx_http_perl_module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Perl: named locations in $r->internal_redirect().
Maxim Dounin
2019-07-12
1
-6
/
+12
*
Perl: expect escaped URIs in $r->internal_redirect().
Maxim Dounin
2019-07-12
1
-1
/
+9
*
Perl: additional ctx->header_sent checks.
Maxim Dounin
2019-07-12
1
-0
/
+1
*
Perl: avoid returning 500 if header was already sent.
Maxim Dounin
2019-07-12
1
-0
/
+4
*
Perl: avoid redirects on errors.
Maxim Dounin
2019-07-12
1
-0
/
+2
*
Perl: disabled unrelated calls from variable handlers.
Maxim Dounin
2019-07-12
1
-0
/
+5
*
Perl: propagate errors.
Maxim Dounin
2019-07-12
1
-0
/
+20
*
Perl: reworked perl module to pass ctx instead of request.
Maxim Dounin
2019-07-12
1
-9
/
+17
*
Perl: removed unneeded NGX_DONE test.
Maxim Dounin
2019-07-11
1
-5
/
+0
*
Moved handling of wev->delayed to the connection event handler.
Maxim Dounin
2017-04-02
1
-4
/
+1
*
Perl: fixed delaying subrequests.
Maxim Dounin
2017-04-02
1
-6
/
+10
*
Perl: added PERL_SET_INTERP().
Maxim Dounin
2016-12-07
1
-0
/
+8
*
Perl: fixed optimization in SSI command handler.
Maxim Dounin
2016-11-01
1
-1
/
+1
*
Perl: NULL-terminate argument list.
Piotr Sikora
2014-06-19
1
-1
/
+2
*
Handling of ngx_int_t != intptr_t case.
Maxim Dounin
2013-09-04
1
-2
/
+2
*
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
2013-08-20
1
-3
/
+1
*
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
2013-08-06
1
-1
/
+3
*
Added checks that disallow adding a variable with an empty name.
Ruslan Ermilov
2012-12-17
1
-1
/
+1
*
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Ruslan Ermilov
2012-12-13
1
-1
/
+1
*
Copyright updated.
Maxim Konovalov
2012-01-18
1
-0
/
+1
*
remove r->zero_in_uri
Igor Sysoev
2010-05-24
1
-4
/
+0
*
ngx_str_set() and ngx_str_null()
Igor Sysoev
2010-05-14
1
-2
/
+1
*
delete ngx_http_perl_cleanup_t unused since r909
Igor Sysoev
2010-02-12
1
-6
/
+0
*
add comment from r2716 commit message
Igor Sysoev
2009-11-17
1
-0
/
+6
*
use global perl variable in perl_destruct()/perl_free()
Igor Sysoev
2009-11-17
1
-16
/
+11
*
allow several perl_modules
Igor Sysoev
2009-09-30
1
-16
/
+42
*
use ngx_conf_set_str_array_slot() for perl_require
Igor Sysoev
2009-09-28
1
-37
/
+13
*
optimize error handling
Igor Sysoev
2009-09-28
1
-14
/
+9
*
allow perl "sub{..."
Igor Sysoev
2009-09-15
1
-1
/
+4
*
fix request counter handling in perl module for $r->internal_redirect()
Igor Sysoev
2009-09-08
1
-0
/
+3
*
fix request counter handling for perl handler, introduced in r3050
Igor Sysoev
2009-09-04
1
-3
/
+5
*
axe r->connection->destroyed testing
Igor Sysoev
2009-08-26
1
-9
/
+0
*
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
2009-06-02
1
-2
/
+2
*
remove TODO comments
Igor Sysoev
2009-04-18
1
-1
/
+0
*
perl termination fixes:
Igor Sysoev
2009-04-16
1
-5
/
+25
*
fix segfault on exit if no http section is defined in confguraiton,
Igor Sysoev
2009-04-15
1
-6
/
+4
*
fix segfault if no http section is defined in confguraiton,
Igor Sysoev
2009-04-15
1
-7
/
+5
*
use "!= NGX_OK" instead of "== NGX_ERROR"
Igor Sysoev
2008-12-09
1
-1
/
+1
*
*) back out r2040
Igor Sysoev
2008-06-17
1
-1
/
+1
*
some perl builds require my_perl for PERL_SYS_TERM()
Igor Sysoev
2008-03-17
1
-0
/
+11
*
style fix
Igor Sysoev
2008-03-14
1
-0
/
+1
*
fix building on 64-bit platforms broken in r1900
Igor Sysoev
2008-03-13
1
-1
/
+1
*
pass additional arguments in ngx_http_perl_call_handler() as SV
Igor Sysoev
2008-02-16
1
-12
/
+33
*
optimize $r->sleep
Igor Sysoev
2008-02-16
1
-8
/
+1
*
fix segfault when $r->has_request_body() is called with ready body
Igor Sysoev
2007-12-09
1
-11
/
+26
*
fix English grammar
Igor Sysoev
2007-10-14
1
-2
/
+2
*
--sysconfdir=DIR
Igor Sysoev
2007-07-29
1
-1
/
+1
*
fix building on threaded or multiplicity interpreter perl,
Igor Sysoev
2007-06-16
1
-0
/
+11
*
set worker's perl $$
Igor Sysoev
2007-06-15
1
-1
/
+12
*
PERL_SYS_TERM() should be called once on exit only, this fixes the message
Igor Sysoev
2007-05-29
1
-5
/
+13
[next]