fix cgi_dir path logic. should use the 'root' config var, and sometimes 'root' is...
[catagits/Catalyst-Controller-WrapCGI.git] / lib / Catalyst / Controller / CGIBin.pm
2010-10-04 Robert Buels fix cgi_dir path logic. should use the 'root' config...
2010-08-06 Rafael Kitover release 0.030 0.030
2010-08-04 Robert Buels if the CGI throws exception objects, better to propagat...
2010-06-05 Rafael Kitover fix tests for new HTTP::Request::AsCGI, release
2010-04-07 Rafael Kitover release
2010-04-07 Rafael Kitover added cgi_file_pattern option
2010-04-07 Rafael Kitover added cgi_chain_root
2010-02-19 Rafael Kitover fix fail with HTTP::Request::AsCGI 1.2 and Perl < 5...
2010-01-03 Rafael Kitover switch to CGI::Compile, check exit status of non-Perl...
2009-12-26 Rafael Kitover fix %SIG localization, release
2009-12-22 Rafael Kitover revert passing args to coderef
2009-12-22 Rafael Kitover steal some code from CGI::Compile, release
2009-12-06 Rafael Kitover handle scripts that override $SIG{__DIE__} and $SIG...
2009-12-06 Rafael Kitover fix tests, redo (c) sections, saner is_perl_cgi, release
2009-12-04 Rafael Kitover allow MyApp->foo methods in CGIs, release
2009-06-30 Rafael Kitover fix AUTHOR pod sections, new release
2009-06-04 Rafael Kitover fix make test problem
2009-06-01 Rafael Kitover make CGIBin synopsis less confusing
2009-05-30 Rafael Kitover skip test that depends on unreleased runtime
2009-05-26 Rafael Kitover ->req->remote_user support, new release
2009-05-06 Rafael Kitover C::C::WrapCGI - pass captures in SCRIPT_NAME, new release
2009-05-05 Rafael Kitover C::C::WrapCGI - new release with fixed deps
2009-04-30 Rafael Kitover C::C::WrapCGI - remove CGI env vars by default
2009-04-29 Rafael Kitover WrapCGI - file uploads support
2009-04-27 Rafael Kitover WrapCGI - fix deps
2009-04-27 Rafael Kitover wrapcgi - new release
2009-04-27 Hans Dieter Pearcey make it clearer where the slashes are
2009-04-27 Rafael Kitover C::C::WrapCGI - PATH_INFO and configurable cgi_dir
2009-04-27 Rafael Kitover C::C::WrapCGI - add PATH_INFO support
2009-04-26 Rafael Kitover C::C::CGIBin - new release
2009-04-26 Rafael Kitover C::C::CGIBin - added test for __DATA__ (failing for...
2009-04-26 Hans Dieter Pearcey override exit() for Perl cgis in cgi-bin
2009-04-26 Hans Dieter Pearcey allow overriding of public cgi-bin paths
2009-04-24 Rafael Kitover C::C::CGIBin: add support for __DATA__ sections in...
2009-04-03 Rafael Kitover wrapcgi: releasing 0.0027 with kill_env from confound++
2009-01-09 Rafael Kitover C::C::CGIBin: add root/cgi-bin to $c->config->{static...
2008-11-19 Rafael Kitover WrapCGI: fix for 5.8
2008-07-18 Rafael Kitover C::C::CGIBin - fix bug in is_perl_cgi
2008-07-04 Rafael Kitover WrapCGI: portability fix for test shell script
2008-07-03 Rafael Kitover WrapCGI: implementing mst's suggestions
2008-07-02 Rafael Kitover Fix config parsing for WrapCGI
2008-07-01 Rafael Kitover Minor change
2008-07-01 Rafael Kitover Converted C::P::CGIBin to C::C::CGIBin, added regex...