Added COMPONENT() and ACCEPT_CONTEXT() support
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine /
2005-12-09 Andy Grundman FastCGI doc updates
2005-12-08 Andy Grundman Fixed warning in Engine::CGI when PATH_INFO is undef
2005-12-05 Andy Grundman Fixed FastCGI win32 support
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-18 Andy Grundman Expanded c->error docs (drewbie)
2005-11-17 Andy Grundman Applied FastCGI daemon patch from mugwump
2005-11-17 Andy Grundman Added esskar's keep-alive patch
2005-11-17 Sebastian Riedel Updated PAR support...
2005-11-17 Sebastian Riedel Updated Catalyst.pm to preload more modules, needed...
2005-11-15 Andy Grundman Added pidfile option to FastCGI server
2005-11-15 Sebastian Riedel Updated Catalyst::Test to use HTTP::Request::AsCGI
2005-11-15 Andy Grundman Fixed bug in mod_fastcgi config
2005-11-15 Andy Grundman Fixed FastCGI engine to not clobber the global %ENV...
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-12 Sebastian Riedel Fixed the fork and restart bug
2005-11-11 Andy Grundman Added non-root example to FastCGI docs
2005-11-11 Andy Grundman Added some docs and example configs for FastCGI with...
2005-11-10 Sebastian Riedel Fixed typo
2005-11-10 Sebastian Riedel Added warning, restart doesn't work together with fork
2005-11-08 Sebastian Riedel Fixed some typos
2005-11-08 Sebastian Riedel Updated built in server to restart on win32
2005-11-03 Andy Grundman Applied wdh's fixed exec call to work on FreeBSD
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...
2005-10-31 Sebastian Riedel Updated fcgi engine for multi process external support
2005-10-29 Andy Grundman Reverted restarter change, until some fixes are made
2005-10-27 Andy Grundman Updated Changes
2005-10-27 Andy Grundman Updated HTTP engine to watch for changes to directory...
2005-10-27 Andy Grundman Optimized the _index function to not run File::Find...
2005-10-27 Andy Grundman Fixed HTTP engine to exit the restarter process if...
2005-10-25 Marcus Ramberg make the httpd fail if it can't bind.
2005-10-22 Andy Grundman Fixed index test to work around HTTP::Response bug
2005-10-22 Andy Grundman Improved performance a bit by not running prepare_query...
2005-10-21 Sebastian Riedel Fixed second bug
2005-10-21 Sebastian Riedel Fixed my bug
2005-10-21 Sebastian Riedel Fixed pod and added Catalyst::Utils::appprefix
2005-10-17 Andy Grundman Gave options hash a default value to allow older server...
2005-10-17 Sebastian Riedel Improved test server
2005-10-17 Sebastian Riedel Updated to half working restarter with syntax check
2005-10-17 Sebastian Riedel Updated signal stuff
2005-10-17 Sebastian Riedel Added restart feature to test server
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-09-15 Andy Grundman Backported [1134] SSL requests in tests to trunk
2005-07-01 Christian Hansen Fixed $c->request->cookie, and improved detection of...
2005-06-14 Christian Hansen Added docs to Catalyst::Exception
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-02 Christian Hansen Fixed C::E::H::Daemon, C::E::Server and Catalyst::Plugi...
2005-05-31 Christian Hansen Fixed HTTP/1.1 issues
2005-05-31 Christian Hansen Added block detection to C::E::Daemon
2005-05-30 Christian Hansen Added Win32 fixes for C::E::H::Daemon
2005-05-30 Christian Hansen Fixed Keep-Alive
2005-05-30 Christian Hansen Use SOMAXCONN in C::E::H::Daemon
2005-05-30 Christian Hansen Added Win32 fixes fro non blocking io in C::E::H::Daemon
2005-05-30 Christian Hansen Fiexed tiemouts in C::E::H:Daemon
2005-05-30 Christian Hansen Minor cleanup in H::Daemon
2005-05-30 Christian Hansen Added timeout to C::E::H::Daemon
2005-05-29 Christian Hansen Improved H::Daemon
2005-05-29 Christian Hansen improved concurrency connections in Catalyst::Engine...
2005-05-25 Christian Hansen Hostnames are now resolved on demand unless provieded...
2005-05-24 Christian Hansen Fixed: don't autmoatically resolve hostnames
2005-05-24 Christian Hansen added MYAPP_HOME and CATALYST_HOME environment variables
2005-05-23 Christian Hansen minor cleaning in C::E::HTTP::Daemon
2005-05-19 Christian Hansen fixed a bug in https detection
2005-05-18 Christian Hansen Fixed uri handling
2005-05-18 Marcus Ramberg fixed pod errors.
2005-05-18 Christian Hansen Fixed uri handling in MP engines. Updated Changes
2005-05-17 Christian Hansen Renamed C::E::A::MPXX::APR to ::Apreq
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-08 Christian Hansen Initial import of Catalyst::Plugin::Authenticate::FTP...
2005-05-06 Sebastian Riedel Fixed the http/1.1 thing in http daemon engine
2005-05-05 Christian Hansen Added SpeedyCGI, partly fixed HTTP::Daemon
2005-05-05 Christian Hansen Minor engine cleanup
2005-04-25 Christian Hansen Fixed MP engines, only load what we need
2005-04-25 Christian Hansen Added C::E::CGI::APR and C::E::FastCGI::APR
2005-04-25 Christian Hansen Added C::E::HTTP::Base and Daemon
2005-04-25 Christian Hansen Rename FCGI to FastCGI
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 Sebastian Riedel Reverted chansens changes
2005-04-23 Christian Hansen Added body_ref and body_length and minor optimization...
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-19 Christian Hansen Applied HTTP.pm patch from Andy Grundman <andy@hybridiz...
2005-04-18 Christian Hansen Added C::Utils and C::E::A::MP2 to MANIFEST. Reorderd...
2005-04-16 Christian Hansen Fixed Request/Response body
2005-04-16 Christian Hansen Fixed MP19 uploads. Added request/response body. Added...
2005-04-16 Christian Hansen added $c->prepare_input and $c->req->input
2005-04-15 Sebastian Riedel Fixed MP20 stuff
2005-04-15 Sebastian Riedel Updated MP20
2005-04-15 Sebastian Riedel Fixed MP20
2005-04-15 Sebastian Riedel Added MP20
2005-04-15 Sebastian Riedel Fixed apache docs
2005-04-15 Christian Hansen fix parameters
next