clean up travis config for distar
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine /
2013-08-10 Karen Etheridge add description for removed module (RT#87719)
2013-05-10 Wallace Reis C::Engine::HTTP - docs stub
2012-03-04 Jesse Sheidlower Fixed typo in Engine::HTTP warning message
2011-12-01 Brian Cassidy silence warning from Engine::HTTP when $ENV{HARNESS_ACT...
2011-10-04 Tomas Doran Remember to add deprecation notice
2011-09-05 Tomas Doran Fix old scripts by having empty Catalyst::Engine::HTTP
2011-07-24 Tomas Doran Add _set_env writer to non-PSGI Catalyst
2011-04-12 Florian Ragwitz A failing reverse lookup doesn't imply it's a local...
2011-03-01 Florian Ragwitz Rename Engine::Loader to EngineLoader
2011-01-31 Tomas Doran Tweaks
2011-01-31 Tomas Doran Fix Engine::Stomp with psgi
2011-01-27 Tomas Doran Fix undef warning in Engine::FastCGI
2011-01-19 Tomas Doran Additional notes and cleanup
2011-01-04 Florian Ragwitz Fix a warning with undef bodies
2010-12-05 Florian Ragwitz Fix merging mistake made in r13761
2010-12-05 Florian Ragwitz Merge remote branch 'svn/trunk' into psgi
2010-12-05 Tomas Doran Rename --title to --proc_title as that makes more sense...
2010-11-03 Eskild Hustvedt Added a --title parameter to fastcgi script, sets proce...
2010-07-28 Tomas Doran Merge 'trunk' into 'fix_iis_cgi'
2010-07-16 John Napiorkowski drop version.pm and minor refactor of injected handler
2010-07-08 John Napiorkowski fixed running unnder http server test failure and added...
2010-05-24 Tomas Doran Put some of the mod_perl code back. This is pretty...
2010-05-15 Tomas Doran Add recommendation
2010-05-15 Tomas Doran Add a pile of docs for the new use_request_uri_for_path...
2010-05-15 Tomas Doran Simplify madness some more, back to how it looked in...
2010-05-08 Tomas Doran I hate this name less. Others may feel differently
2010-05-02 Tomas Doran Merge 'trunk' into 'fix_request_uri'
2010-05-02 Tomas Doran Back out crazy heuristics
2010-05-02 Tomas Doran Revert to old behaviour, allow config for new behaviour...
2010-04-19 Tomas Doran Get it mostly working, except uri_for is still buggered
2010-04-18 Tomas Doran Fix unquoted regex as per RT#24951
2010-04-13 Tomas Doran Fix RT#49267
2010-04-12 Tomas Doran Fix dsadinoff's mod_rewrite bug I hope
2010-03-28 Tomas Doran Cache the IP address => hostname lookups which could...
2010-03-28 Tomas Doran Back out 13063. This changes the CGI environment we...
2010-03-22 Ian Wells Disabled name lookup for server hostname in favour...
2010-03-22 Rafael Kitover fix for CGI on IIS
2010-03-05 Andrew Rodland Tiny doc fix for Engine::FastCGI
2010-01-28 Tomas Doran Fix paths with URI encoding as the first path part
2010-01-12 Florian Ragwitz canonical() is a no-op for the base uri.
2010-01-11 Tomas Doran Fix URI bug masked by HTTP::Request::AsCGI
2010-01-09 Florian Ragwitz Remove other engines.
2010-01-09 Tomas Doran Un stupid
2010-01-09 Tomas Doran Correctly pass argv option into Catalyst::Engine::HTTP
2010-01-09 Tomas Doran Back out r12493, use \Q instead
2009-12-30 Tomas Doran Fix regex special characters screwing things up by...
2009-12-22 Tomas Doran Someone think of a less fugly way of doing this please...
2009-12-09 Tomas Doran More tests for the prepare_path thing, fix said tests...
2009-12-01 Tomas Doran The documentation example had the variables the opposit...
2009-11-30 Tomas Doran Back out r12083, also clarify the docs - like this...
2009-11-30 Tomas Doran I think the nginx hackery can just die with the new...
2009-11-30 Tomas Doran Commit miyagawa's fix for PATH_INFO decoding. I think...
2009-11-26 Tomas Doran Back out 11979 until I work out why IPC::Run is getting...
2009-11-23 Tomas Doran Nasty hack for fastcgi, fixes gitalist
2009-11-22 Tomas Doran Fix unicode issues in CGI and FastCGI engines
2009-10-16 J. Shirley My favorite color is clear and I like to eat rocks
2009-10-16 J. Shirley The longawaited nginx patch to support non-root apps...
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-22 Florian Ragwitz Remove leftovers of the restarter engine.
2009-08-17 J. Shirley Adding and documented X-Forwarded-Port
2009-08-11 Tomas Doran Apply patch from RT#48623 to fix headers in Engine...
2009-08-07 Gareth Kirwan Engine::HTTP - Fix paths for HTTP requests with scheme...
2009-07-28 KMX C::Engine::FastCGI (_fix_env) - Microsoft IIS on Window...
2009-07-12 Tomas Doran Refactor to remove warning
2009-07-07 Dave Rolsky Deleted the old Restarter and associated code.
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-30 Rafael Kitover fix POD
2009-05-29 KMX Engine::FastCGI - Microsoft IIS7 compatibility patch...
2009-05-29 KMX Engine::FastCGI - documentation update (Microsoft IIS...
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-05-13 Tomas Doran Fix ->engine->env for the dev server. Catalyst-Plugin...
2009-04-29 Florian Ragwitz Convert the restarter engine's BUILD method to lazy...
2009-04-29 Florian Ragwitz Revert "silence role override warnings from moose"
2009-04-24 Tomas Doran Fix bug when not using B::Hooks::OP::Check::StashChange
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-03-22 Tomas Doran Clarify fastcgi engine docs
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.
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 remove moose keywords explicitly. namespace:...
2009-02-08 Florian Ragwitz Move use namespace::clean to a more sensible place.
2009-02-08 Florian Ragwitz Don't unimport moose keywords in the middle of a modifier.
2009-02-04 Florian Ragwitz Don't ignore SIGCHLD while handling requests with the...
2009-02-04 Florian Ragwitz Use the way documented by IO::Socket::INET to get the...
2009-02-04 Florian Ragwitz Properly report dynamic bind port for the development...
2009-02-03 Florian Ragwitz Seed the RNG in each FastCGI child process.
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-12 Tomas Doran IIS 6.0 FastCGI env patch from janus
2009-01-12 Tomas Doran Re-write Roadmap to not be lies, change warns on compon...
2009-01-07 Tomas Doran Fix IIS FastCGI support as-per we do with lighty +...
next