Fixed run-on sentence in COPYRIGHT and s/program/library/
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / CGI.pm
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-21 KMX fix for ->engine->env in Catalyst::Engine::CGI ...
2009-05-21 Tomas Doran Fix ->engine->env for the second time. I shouldn't...
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-02-21 Tomas Doran EWRONGBRANCH Back out -r9378:9377.
2009-02-21 Tomas Doran Add patch from dwc to warn about c->req->user deprecation
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-11-30 Marcus Ramberg Lazy resolution of hostname
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2007-09-14 Andy Grundman Fixed bug where req->base and req->uri would include...
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-04-04 Kieren Diment fixed final svk botch
2007-04-04 Kieren Diment trailing slash for non-root deployment fix by jayk
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-03-12 Kieren Diment trailing slash for non-root deployment fix by jayk
2007-02-28 Andy Grundman Improved performance and stability of built-in HTTP...
2006-11-13 Marcus Ramberg reduce cost by cloning URI objects
2006-11-07 Andy Grundman Moved IE workarounds to be only in the HTTP engine
2006-10-25 Andy Grundman Need to check for opened STDOUT on each of these prints
2006-10-25 Andy Grundman Avoid 'print on closed filehandle' warnings from IE
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2005-12-08 Andy Grundman Fixed warning in Engine::CGI when PATH_INFO is undef
2005-12-05 Andy Grundman Re-added REDIRECT_URL support with tests
2005-11-30 Andy Grundman Backed out REDIRECT_URL support until we can get a...
2005-11-27 Sebastian Riedel Added REDIRECT_URL support
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-15 Andy Grundman Fixed FastCGI engine to not clobber the global %ENV...
2005-10-22 Andy Grundman Improved performance a bit by not running prepare_query...
2005-10-12 Andy Grundman Dropped URI::Query, put back old query code, moved...
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-05-17 Christian Hansen Minor performance tweaks, added $c->request->user
2005-05-16 Christian Hansen Fixed MP2, removed dependency of libapreq in MP engines...
2005-05-05 Christian Hansen Added SpeedyCGI, partly fixed HTTP::Daemon
2005-04-25 Christian Hansen Reworked Engine namespaces
2005-04-24 Christian Hansen Fixed $c->req->base to be consistent in all engines...
2005-04-24 Christian Hansen Added $c-req->protocol and $c->req->secure
2005-04-23 Christian Hansen Improved API for asignment of uploads and params
2005-04-22 Christian Hansen - Improved: Params handling with MP engines
2005-04-21 Christian Hansen Fixed C::E::CGI to allow reuse of CGI.pm object
2005-04-16 Christian Hansen Fixed Request/Response body
2005-04-16 Christian Hansen Fixed MP19 uploads. Added request/response body. Added...
2005-04-15 Christian Hansen fix parameters
2005-04-15 Christian Hansen fix parameters
2005-04-10 Christian Hansen Added Catalyst::Request::Upload
2005-04-10 Christian Hansen Corrected upload for all engines
2005-04-04 Christian Hansen Add URI::http to C::E:CGI so it gets preloaded in FastC...
2005-04-02 Christian Hansen Fix Apache, added C::E::Apache::MP1 and C::E::Apache...
2005-03-26 Christian Hansen minor bugfixes
2005-03-25 Christian Hansen - added Catalyst::Engine::HTTP
2005-03-24 Christian Hansen added synopsis to Engine subclassed and documented...
2005-03-23 Christian Hansen added C::E::CGI::NPH
2005-03-22 Christian Hansen reworked base and path handling
2005-03-22 Sebastian Riedel fixed small bug
2005-03-20 Sebastian Riedel improved Catalyst::Test::request
2005-03-20 Sebastian Riedel added connection stuff
2005-03-19 Marcus Ramberg doc patch from Andrew Ford
2005-03-12 Sebastian Riedel improved cgi engine docs
2005-03-02 Sebastian Riedel server_base sucks
2005-03-02 Sebastian Riedel typo
2005-03-02 Sebastian Riedel added server_base
2005-03-02 Sebastian Riedel Many bugfixes,better docs
2005-02-28 Marcus Ramberg initial import of catalyst.