Don't set a content-length from a filehandle object unless it reports a positive...
[catagits/Catalyst-Runtime.git] / lib /
2007-05-06 Andy Grundman Don't set a content-length from a filehandle object...
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-28 Andy Grundman Fix to C::Test to allow proper testing of remote URLs...
2007-03-26 Andy Grundman Support SIGHUP in the HTTP engine
2007-03-25 Matt S Trout performance improvements in uri_for by inlining encoding
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 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-23 Andy Grundman Add a default body to redirect responses
2007-02-23 Andy Grundman Avoid a call to the slow str2time when setting HTTP...
2007-02-23 Andy Grundman Revert ningu's body change, can't see a good reason...
2007-02-23 Andy Grundman Bump version in C::R
2007-02-23 Andy Grundman Improve performance by skipping body processing if...
2007-02-21 Ash Berlin MyAction attribute - thanks aherzog
2007-02-14 Jonathan Rockway add blurb about apache wanting .fcgi on the end of...
2007-02-13 Kieren Diment doc improvements
2007-01-02 Jess Robinson adding _HOME docs and some other minor stuff..
2006-12-14 Andy Grundman Fix Restarter::Watcher to support delay of 0
2006-12-11 David Kamholz fix to Catalyst::Request body()
2006-12-05 Jess Robinson Link to Catalyst-Manual , thanks nigel!
2006-11-19 Marcus Ramberg refactored POD
2006-11-19 Marcus Ramberg add minimal description.
2006-11-19 Marcus Ramberg update welcome screen. break it up a little, and remove...
2006-11-19 Marcus Ramberg update links
2006-11-19 Marcus Ramberg refactored to leave synopsis to the top, and move the...
2006-11-19 Jesse Sheidlower typo in Chained docs
2006-11-19 Marcus Ramberg deprecate Catalyst::Base (left for compability reasons)
2006-11-17 Jonathan Rockway applying a documentation fix regarding file uploads...
2006-11-17 Jonathan Rockway applying upload fix patch from Carl Franks (see message...
2006-11-15 Ash Berlin Make sure '?' are encoded in path parts for uri_for
2006-11-13 Marcus Ramberg preapre for 006
2006-11-13 Marcus Ramberg reduce cost by cloning URI objects
2006-11-12 Christian Hansen Fixed a CGI header bug
2006-11-10 Christian-Rolf Grün Minor docfixes for FreeBSD and PPM install directions
2006-11-08 Brian Cassidy fix undef values in params sent to uri_with() and uri_for()
2006-11-07 Marcus Ramberg prepare for release.
2006-11-07 Jonathan Rockway svk-commitBGCdt.tmp
2006-11-07 Jonathan Rockway svk-commitBGCdt.tmp
2006-11-07 Andy Grundman Moved IE workarounds to be only in the HTTP engine
2006-11-06 David Kamholz tweak debug output slightly
2006-11-04 David Kamholz rework $c->stats to cooperate with new subrequest plugin
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-20 Jonathan Rockway Moving Catalyst::Manual from Catalyst-Runtime to Cataly...
2006-10-19 David Kamholz clean up Catalyst::Utils and fix a couple bugs in it...
2006-10-18 Jonathan Rockway fixing $req->action doc bug
2006-10-18 Kieren Diment fixed a couple of typos
2006-10-18 Andy Grundman The POE engine is called HTTP::POE. Not sure why,...
2006-10-18 Kieren Diment added -daemonise patch from Ton Voon
2006-10-18 Marcus Ramberg added deployment to 5.7.1 roadmap
2006-10-11 Marcus Ramberg update roadmap
2006-10-11 Marcus Ramberg patch from kane
2006-10-11 Marcus Ramberg current_view patch.
2006-10-03 Kieren Diment fixed doc misinformation Catalyst::Component is th...
2006-09-30 Kennedy Clark Add README pointing people to the new tutorial location...
2006-09-28 Jess Robinson Applied patch from Ton Voon, using Catalyst::Test witho...
2006-09-27 Jonathan Rockway moving the Tutorial.pod to the new location, as well
2006-09-27 Jonathan Rockway removing old tutorial; it's now in Task-Catalyst-Tutorial
2006-09-26 Gavin Henry Fixed 'the this' mistake.
2006-09-24 Kieren Diment minor doc patch from kiki
2006-09-23 Kennedy Clark Add quick directions for testing the tutorial final...
2006-09-22 Kieren Diment changed a bunch of instructions to open files in editor...
2006-09-21 Kennedy Clark Updates for 5.7003
2006-09-21 Kennedy Clark Fix typos in Tutorial/AdvancedCRUD.pod
next