silence role override warnings from moose
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP /
2009-04-23 Simon Elliott silence role override warnings from moose
2009-04-21 Tomas Doran Restartable app class on perl 5.10. More evil hackery..
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-15 Tomas Doran Don't barf by trying to make roles mutable.
2009-02-15 Tomas Doran I don't get why the test app doesn't trigger this but...
2009-02-15 Tomas Doran Add docs, and don't bother to make components mutable...
2009-02-15 Tomas Doran Make restarters immutable handling less naive + tests
2009-02-15 Tomas Doran typo
2009-02-15 Tomas Doran Immutable components no longer break the restarter...
2009-02-08 Florian Ragwitz Don't unimport moose keywords in the middle of a modifier.
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-10-14 Andy Grundman Fix typo
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-05-23 Kieren Diment more yaml expurgation
2007-09-14 Brian Cassidy restarting engine fixes from willert
2006-12-14 Andy Grundman Fix Restarter::Watcher to support delay of 0
2006-05-17 Matt S Trout added restart directory option to test server
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Sebastian Riedel Fixed the fork and restart bug
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-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...
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-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-24 Christian Hansen Fixed: don't autmoatically resolve hostnames
2005-05-23 Christian Hansen minor cleaning in C::E::HTTP::Daemon
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 Added C::E::HTTP::Base and Daemon
2005-03-28 Sebastian Riedel big cleansweep
2005-03-26 Christian Hansen minor bugfixes
2005-03-26 Christian Hansen Fix dump bug in C::Log
2005-03-25 Christian Hansen move C::E::LWP to C::E::Test and make C::E::H::D a...
2005-03-25 Christian Hansen - removed C::E::Server
2005-03-25 Christian Hansen s/Catalyst::Engine::Server::Simple/Catalyst::Engine...
2005-03-25 Christian Hansen rename C::E::HTTP.pm to C::E::LWP.pm
2005-03-25 Sebastian Riedel fixed forwarding to class method pairs and did some...
2005-03-25 Christian Hansen - added Catalyst::Engine::HTTP