log src/http/modules/perl/ngx_http_perl_module.c @ 3111:4a2d3f571de6

age author description
Tue, 08 Sep 2009 11:33:32 +0000 Igor Sysoev fix request counter handling in perl module for $r->internal_redirect()
Fri, 04 Sep 2009 09:54:16 +0000 Igor Sysoev fix request counter handling for perl handler, introduced in r3050
Wed, 26 Aug 2009 16:14:57 +0000 Igor Sysoev axe r->connection->destroyed testing
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Sat, 18 Apr 2009 19:39:06 +0000 Igor Sysoev remove TODO comments
Thu, 16 Apr 2009 14:42:31 +0000 Igor Sysoev perl termination fixes:
Wed, 15 Apr 2009 20:28:36 +0000 Igor Sysoev fix segfault on exit if no http section is defined in confguraiton,
Wed, 15 Apr 2009 20:26:33 +0000 Igor Sysoev fix segfault if no http section is defined in confguraiton,
Tue, 09 Dec 2008 17:27:48 +0000 Igor Sysoev use "!= NGX_OK" instead of "== NGX_ERROR"
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Mon, 17 Mar 2008 08:58:07 +0000 Igor Sysoev some perl builds require my_perl for PERL_SYS_TERM()
Fri, 14 Mar 2008 12:31:20 +0000 Igor Sysoev style fix
Thu, 13 Mar 2008 15:48:36 +0000 Igor Sysoev fix building on 64-bit platforms broken in r1900
Sat, 16 Feb 2008 14:29:44 +0000 Igor Sysoev pass additional arguments in ngx_http_perl_call_handler() as SV