catagits/Catalyst-Runtime.git
2007-09-02 Gareth Kirwan Fix Chained dispatch for several first-come first-serve...
2007-08-27 Kieren Diment update changelog oops again
2007-08-27 Kieren Diment module::pluggable::object patches from rolsky
2007-08-24 Kieren Diment better mention Catalyst-Devel too
2007-08-23 Marcus Ramberg fix fuckup in start of file
2007-08-22 Andy Grundman Fixed bug in HTTP engine where writes could fail with...
2007-08-22 Marcus Ramberg remove drunk joke
2007-08-22 Marcus Ramberg only for authors
2007-08-22 Marcus Ramberg Kill resource forks
2007-08-22 Marcus Ramberg prep for release
2007-08-21 Marcus Ramberg prepare for cpan release
2007-08-21 Marcus Ramberg adjust plugin tests for extra inline plugin
2007-08-21 Marcus Ramberg Fix pod error
2007-08-21 Marcus Ramberg Make test suite load inline plugin
2007-08-21 Matt S Trout fix plugin loading
2007-08-21 Matt S Trout removed Class::DBI from list of stuff to install -...
2007-08-18 Kieren Diment updates to respective ::Manual pages to try to keep...
2007-08-17 Kieren Diment clarifying where Catalyst::Manual::* is
2007-08-17 Kieren Diment misc doc fixes thanks to semifor
2007-08-14 Andy Grundman Update Changes for next version
2007-08-14 Andy Grundman Avoid a warning if there is an HTTP write error
2007-08-13 Matt S Trout make Makefile.PL detect author-ness and require Test...
2007-08-13 Andy Grundman Rename the Apache FastCGI non-root test so it's not...
2007-08-13 Andy Grundman Add globbing to Apache CGI tests
2007-08-13 Andy Grundman Don't include tests on sample command line, the test...
2007-08-13 Andy Grundman Update Apache FastCGI tests to test at the root locatio...
2007-08-11 Andy Grundman New test to prohibit leading tabs
2007-08-03 Andy Grundman Use mod_rewrite to fix trailing slash issue with CGI...
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-03 Andy Grundman Remove a big chunk of duplicate code from C::Test
2007-08-03 Andy Grundman Skip doublebug test on remote servers
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
2007-08-03 Andy Grundman Fix a few tests to work properly on remote servers
2007-08-03 Andy Grundman Added req->query_keywords method
2007-08-02 Brian Cassidy tabs => spaces
2007-08-02 Brian Cassidy remove warning for undef captures
2007-07-21 Jonathan Rockway add env_value patch from (Adam Herzog)++
2007-07-20 Marcus Ramberg add warning in uri_for for undefined args
2007-07-19 Brian Cassidy convert tabs to spaces and set unix line endings in t/*
2007-07-19 Brian Cassidy applied elapsed time handling patch from Emanuele Zeppieri
2007-07-18 Marcus Ramberg Make _register_plugin use ensure_class_loaded
2007-07-18 Marcus Ramberg Better error handling
2007-05-21 Ash Berlin Fix bug where a nested component would be setup twice
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-05-06 Andy Grundman Update Changes for content-length fix
2007-05-06 Andy Grundman Don't set a content-length from a filehandle object...
2007-04-27 Andy Grundman Switch memleak test to use Proc::ProcessTable instead...
2007-04-26 Yuval Kogman prevent $request->path used as setter from keeping...
2007-04-16 Andy Grundman Fix broken HTTP engine after botched merge from 2 weeks ago
2007-04-16 Marcus Ramberg Doc fix
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 minor change to C::Test for style
2007-04-04 Kieren Diment fixed problem with overlapping server path and request...
2007-04-04 Kieren Diment trailing slash for non-root deployment fix by jayk
2007-04-03 Andy Grundman Use regex for unescaping instead of URI::Escape
2007-04-02 Andy Grundman Revert the c->req->keywords change, this is a feature...
2007-04-01 Andy Grundman Revert r6239, apreq stuff will go into the current...
2007-03-30 Brian Cassidy revert PathPrefix from trunk
2007-03-29 Brian Cassidy added PathPrefix from branch
2007-03-29 Andy Grundman Add a note on the performance of APR::Request
2007-03-29 Andy Grundman Decode URIs with APR::Request if available
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-03-29 Andy Grundman Use mod_rewrite in the non-root lighttpd test to workar...
2007-03-28 Andy Grundman Skip [, (, and ) args tests on remote servers. These...
2007-03-28 Andy Grundman Fix to C::Test to allow proper testing of remote URLs...
2007-03-27 Andy Grundman Skip fork tests on remote servers
2007-03-27 Andy Grundman Run tests only once, running tests more than once just...
2007-03-27 Andy Grundman When testing and something crashes, don't display the...
2007-03-27 Andy Grundman Skip %2F and period tests on remote servers
2007-03-27 Andy Grundman lighttpd: Allow running of a single test
2007-03-27 Andy Grundman Check for the FCGI module before running lighttpd tests
2007-03-27 Andy Grundman Require HTTP::Body 0.9, added a few tests to check...
2007-03-27 Brian Cassidy fix release date of 5.7006 in Changes
2007-03-26 Andy Grundman Support SIGHUP in the HTTP engine
2007-03-26 Andy Grundman Fix date for the 7007 release
2007-03-26 Andy Grundman Update Changes to include mention of HTTP::Body fix
2007-03-25 Matt S Trout performance improvements in uri_for by inlining encoding
2007-03-24 Andy Grundman Require HTTP::Body 0.8, for bug fixes
2007-03-21 Brian Cassidy update Changes + VERSION
2007-03-21 Brian Cassidy Handle "0" as a path
2007-03-18 Marcus Ramberg Warning in uri_for
2007-03-13 Marcus Ramberg release 5.7007
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 minor change to C::Test for style
2007-03-12 Kieren Diment fixed problem with overlapping server path and request...
2007-03-12 Kieren Diment trailing slash for non-root deployment fix by jayk
2007-03-12 Kieren Diment improved docs showing how to handle redirects
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-26 Andy Grundman Serve proper HTML for the redirect message
2007-02-26 Andy Grundman Patch from zamolxes: MyApp->model/view now looks at...
2007-02-24 Andy Grundman Add tests for body on redirects
next