convert to Distar
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine /
2009-01-06 Andy Grundman Handle leading CRLF in HTTP requests sometimes sent...
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-12-01 Kieren Diment s/rawmode.org/scsys.co.uk/ 5.8000_03
2008-11-30 Marcus Ramberg Lazy resolution of hostname
2008-10-17 Florian Ragwitz Remove internal constants from the Engine::HTTP namespace.
2008-10-14 Andy Grundman Fix typo
2008-09-27 Andy Grundman Remove HTTPEngine from 5.8
2008-09-27 Andy Grundman Work in progress engine for HTTP::Engine
2008-09-20 Florian Ragwitz Pod fix for Engine::FastCGI.
2008-09-11 Florian Ragwitz Make the HTTP engine use before instead of around to...
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...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-05-23 Kieren Diment more yaml expurgation
2008-04-28 Kieren Diment lighttpd non-root doc fix
2008-04-04 Andy Grundman Patch from Ton Voon to fix bug in HTTP engine where...
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
2007-12-11 Andy Grundman Fixed a bug where -rr (restart regex) command line...
2007-10-26 Andy Grundman Revert SIGCHLD patch pending a test
2007-10-26 Andy Grundman Patch from Jon Schutz to add a proper SIGCHLD repear...
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
2007-09-14 Andy Grundman Fixed bug where req->base and req->uri would include...
2007-09-14 Brian Cassidy restarting engine fixes from willert
2007-09-05 Andy Grundman Return child PID from HTTP engine when run with 'backgr...
2007-08-14 Andy Grundman Avoid a warning if there is an HTTP write error
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-02 Brian Cassidy tabs => spaces
2007-05-18 Andy Grundman Improve the error when we can't load the FCGI module
2007-05-16 Andy Grundman Fixed issue where development server running in fork...
2007-04-16 Andy Grundman Fix broken HTTP engine after botched merge from 2 weeks ago
2007-04-04 Kieren Diment fixed final svk botch
2007-04-04 Kieren Diment fixed bodged svk push
2007-04-04 Kieren Diment (no commit message)
2007-04-04 Kieren Diment r9568@zaphod (orig r6091): ash | 2007-02-22 04:43...
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-26 Andy Grundman Support SIGHUP in the HTTP engine
2007-03-13 Andy Grundman It's silly to document constants, switched to 'use...
2007-03-13 Andy Grundman Fix pod coverage on HTTP engine
2007-03-13 Andy Grundman Put back r6145 that was blown away by a bad commit
2007-03-12 Kieren Diment trailing slash for non-root deployment fix by jayk
2007-03-12 Kieren Diment r9710@zaphod (orig r6123): andyg | 2007-02-28 17:45...
2007-03-12 Kieren Diment r9552@zaphod (orig r6082): jrockway | 2007-02-17 04...
2007-03-09 Andy Grundman Re-enable keep-alive support in HTTP engine, with a...
2007-02-28 Andy Grundman Improved performance and stability of built-in HTTP...
2007-02-23 Andy Grundman Avoid a call to the slow str2time when setting HTTP...
2007-02-14 Jonathan Rockway add blurb about apache wanting .fcgi on the end of...
2006-12-14 Andy Grundman Fix Restarter::Watcher to support delay of 0
2006-11-13 Marcus Ramberg reduce cost by cloning URI objects
2006-11-12 Christian Hansen Fixed a CGI header bug
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 Small tweaks to the socket code for IE crasher
2006-10-25 Andy Grundman Avoid 'print on closed filehandle' warnings from IE
2006-10-23 Jonathan Rockway changing weird table to =over =item =back list
2006-10-23 Jonathan Rockway adding option to fastcgi to allow printing of log messa...
2006-10-23 Andy Grundman Patch from Jesper Krogh to keep Engine::HTTP from crash...
2006-10-21 Andy Grundman Fix for non-root lighttpd
2006-10-21 Andy Grundman Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME...
2006-10-18 Kieren Diment added -daemonise patch from Ton Voon
2006-09-13 Yuval Kogman kane++'s fix for passing @INC down to the restarter...
2006-07-07 David Kamholz fix warning message annoyance with FastCGI engine
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2006-05-17 Matt S Trout added restart directory option to test server
2006-02-05 Andy Grundman Fixed bug in FastCGI proc manager mode where pm_post_di...
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
next