catagits/Catalyst-Runtime.git
2010-01-10 Florian Ragwitz Improve handling errors during prepare.
2010-01-10 Florian Ragwitz Look up the method just once.
2010-01-10 Florian Ragwitz Properly merge the extra env var into the psgi environment.
2010-01-10 Florian Ragwitz Don't dump psgi.input as it can't be deserialized.
2010-01-10 Florian Ragwitz Adapt to the changed _customize_request calling convention.
2010-01-10 Florian Ragwitz Properly set REMOTE_USER in the request env.
2010-01-10 Florian Ragwitz Add a way to specify additional psgi values in the...
2010-01-10 Tomas Doran Use Plack::Loader and push the running of plack back...
2010-01-10 Tomas Doran Delete code. 64 => 48 subtests failed
2010-01-09 Florian Ragwitz Remove outdated comment and some trailing whitespace.
2010-01-09 Florian Ragwitz Fix typo.
2010-01-09 Tatsuhiko Miyagawa depend on Plack 0.903 for streaming interface support...
2010-01-09 Tomas Doran Require Plack..
2010-01-09 Florian Ragwitz Clear up the response callback and the writer object...
2010-01-09 Florian Ragwitz Don't pass $ctx down to read().
2010-01-09 Florian Ragwitz No, don't warn in the log. clients being retarded don...
2010-01-09 Florian Ragwitz Let read_chunk read from psgi.input.
2010-01-09 Florian Ragwitz There's no Content-Length for streaming responses.
2010-01-09 Florian Ragwitz Remove other engines.
2010-01-09 Florian Ragwitz Clear the request env after finishing a request.
2010-01-09 Florian Ragwitz Delay erroring out on wrong usage of Catalyst::Test.
2010-01-09 Florian Ragwitz Tell the writer object when we're done.
2010-01-09 Florian Ragwitz Start porting Catalyst::Test to Plack::Test.
2010-01-09 Florian Ragwitz Work towards supporting psgi.
2010-01-05 Florian Ragwitz Stop supressing Adopt::NEXT warnings.
2010-01-04 Tomas Doran Clarify comment
2010-01-04 Tomas Doran Doc fix
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-18 Tomas Doran Fix RT#52898, __MOP__ removal breaking debug screen...
2009-12-15 Tomas Doran Bug fix for issue reported on the mailing list by Toby...
2009-12-11 Florian Ragwitz moar better warnings fix. 5.80016
2009-12-11 Tomas Doran Changelog, bump version
2009-12-11 Tomas Doran Remove warning when running tests aggregated
2009-12-11 Tomas Doran Unfuck that as well
2009-12-10 Tomas Doran Fix RT#52630
2009-12-09 Tomas Doran Additional test
2009-12-09 Tomas Doran More tests for the prepare_path thing, fix said tests...
2009-12-09 Tomas Doran Changelog
2009-12-09 Tomas Doran And more tests and fixing for the same thing
2009-12-09 Tomas Doran Fixes port environment, RT#52604
2009-12-09 Tomas Doran Regression for 5.80015 when rewriting an app, nanonyme...
2009-12-08 Tomas Doran Fix tests from r12252, add comments to make the behavio...
2009-12-08 Dave Rolsky Doc --host change
2009-12-08 Dave Rolsky Don't default to localhost for --host
2009-12-06 KMX Win32 fix: reverting commit 12210 (after a discussion...
2009-12-06 Dave Rolsky Doc change for --restartdirectory
2009-12-06 Dave Rolsky fix pod for Server script so options match actual attr...
2009-12-06 Dave Rolsky Add restartdirectory as alias for restart_directory...
2009-12-06 Florian Ragwitz Undocument $request->user.
2009-12-06 Tomas Doran Skip on win32, hopefully we'll get a better answer...
2009-12-06 Tomas Doran Win32 fix, kmx++
2009-12-03 Tomas Doran I can't stand the over-long debug screens any more...
2009-12-02 Gerda Shank add another failing test for Chained CaptureArgs preference
2009-12-02 Tomas Doran And that's what I get for not really applying the patch...
2009-12-02 Tomas Doran Pod nits, rt#52370
2009-12-02 Tomas Doran Changes, bump version 5.80015
2009-12-01 Tomas Doran The documentation example had the variables the opposit...
2009-12-01 Tomas Doran Fix bug in Catalyst::Engine which could cause it to...
2009-12-01 Tomas Doran Bump deps and changelog for another dev release with... 5.80014_02
2009-12-01 Tomas Doran TODO out gshanks chained tests
2009-11-30 Tomas Doran Rewrite changelog entry to be more complete
2009-11-30 Tomas Doran Merge 'trunk' into 'fix_path_info_decoding'
2009-11-30 Tomas Doran Require new HTTP::Request::AsCGI
2009-11-30 Tomas Doran Require new M::I
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 And yea, these test cases now pass
2009-11-30 Tomas Doran Commit miyagawa's fix for PATH_INFO decoding. I think...
2009-11-29 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-29 Florian Ragwitz Depend on a recent leakchecker to stop everything from...
2009-11-29 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-29 Florian Ragwitz Tidy things up a little and fix pod usage.
2009-11-29 Florian Ragwitz This is not a release.
2009-11-29 Florian Ragwitz Less trailing whitespace.
2009-11-29 Florian Ragwitz Remove useless lexical.
2009-11-29 Florian Ragwitz Port numbers need to be > 0.
2009-11-29 Florian Ragwitz Tidy up some attr definitions.
2009-11-29 Florian Ragwitz Properly validate restart regexen.
2009-11-29 Florian Ragwitz Make follow_symlinks more consistent with the other...
2009-11-29 Florian Ragwitz Depend on a new CMOP because we rely on its new load_cl...
2009-11-28 Tomas Doran Adding the files you need for the tests you've committe...
2009-11-27 Gerda Shank testcase for Chained bug - dispatches to wrong action
2009-11-27 Tomas Doran Bump version in runtime branch
2009-11-26 Tomas Doran Pass app name into constructor
2009-11-26 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-26 Tomas Doran Fix test on bleadperl RT#52100
2009-11-26 Tomas Doran Fix typo, bricas++, add simple test for restarter arguments
2009-11-26 Tomas Doran Factor restarter arg assembly out into it's own routine...
2009-11-26 Tomas Doran Fix up docs
2009-11-26 Tomas Doran Back out 11979 until I work out why IPC::Run is getting...
2009-11-26 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-26 Tomas Doran Remove test spraff
2009-11-26 Tomas Doran Tidy up help and TODO tests
2009-11-26 Tomas Doran Remove most of the horrible
2009-11-26 Tomas Doran Get useful help about which option you fucked up back
2009-11-25 Tomas Doran Fix big bug in test
2009-11-25 Tomas Doran Fix warnings from ScriptRunner
2009-11-24 Tomas Doran Trivial Pod fixes
2009-11-24 Tomas Doran Add tests for the create script and fix the bugs that...
next