little things in Catalyst.pm
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
2007-11-09 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
2007-10-17 Andy Grundman Revert Engine.pm change from yesterday
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
2007-09-13 Tatsuhiko Miyagawa fix the bug Catalyst::Engine double decodes %2b back...
2007-08-22 Andy Grundman Fixed bug in HTTP engine where writes could fail with...
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
2007-08-03 Andy Grundman Added req->query_keywords method
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-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-02-28 Andy Grundman Improved performance and stability of built-in HTTP...
2007-02-23 Andy Grundman Improve performance by skipping body processing if...
2006-11-17 Jonathan Rockway applying upload fix patch from Carl Franks (see message...
2006-11-07 Andy Grundman Moved IE workarounds to be only in the HTTP engine
2006-10-25 Andy Grundman Avoid 'print on closed filehandle' warnings from IE
2006-06-24 Yuval Kogman Avoid dying when $c->ref->body is a ref but not an...
2006-05-28 Yuval Kogman More comprehensive cookie tests + the ability to specif...
2006-05-26 Matt S Trout Swapped out CGI::Cookie for CGI::Simple::Cookie, dumped...
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2006-05-19 Marcus Ramberg updated log format
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-04-28 Brian Cassidy no, really, add it.
2006-04-28 Brian Cassidy added french version of "please come back later"
2006-04-05 Matt S Trout warning fix from fireartist
2006-03-30 Marcus Ramberg applied patch to allow a tmpdir setting.
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-01-28 Matt S Trout - Updated POST upload handling patch from miyagawa
2005-12-30 Yuval Kogman make pre tags in the error page wrap instead of scroll...
2005-12-07 Sebastian Riedel Switched to 500 status for exceptions
2005-12-07 Sebastian Riedel Switched to 500 status for exceptions
2005-11-29 Sebastian Riedel Fixed debug screen
2005-11-29 Sebastian Riedel Removed scrollbar from debug screen
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-08 Andy Grundman Fixed streaming write from a filehandle to stop writing...
2005-11-02 Andy Grundman Applied more xhtml tweaks from LTJake
2005-11-02 Andy Grundman Committed LTJake's XHTML patch for debug screen
2005-11-02 Andy Grundman Removed a couple warn calls
2005-11-02 Sebastian Riedel Added JavaScript to debug screen, to show and hide...
2005-11-01 Yuval Kogman Add dump_these method to Catalyst, which returns the...
2005-10-20 Andy Grundman Close ->res->body if it's a handle
2005-10-20 Sebastian Riedel Added support for IO::Handle in $c->res->body
2005-10-12 Andy Grundman Dropped URI::Query, put back old query code, moved...
2005-10-11 Andy Grundman Added upload parameters back into req->params
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Added prepare_body_chunk method for upload progress...
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-26 Andy Grundman Backed out memory leak workaround, bumped Text::ASCIITa...
2005-09-23 Andy Grundman Added temporary workaround for debug memory leak in...
2005-07-05 Sebastian Riedel Fixed $Data::Dumper::Terse
2005-06-23 Christian Hansen Improved rendering error messages in $c->finalize_error
2005-06-21 Christian Hansen Moved logic from Catalyst::import() to Catalyst::Setup...
2005-06-21 Christian Hansen Moved all setup methods to Catalyst::Setup
2005-06-20 Christian Hansen Fixed table debug output
2005-06-20 Christian Hansen Fixed table debug messages to be more portable
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-10 Sebastian Riedel Added $c->detach for non returning forwards
2005-05-31 Christian Hansen Fixed HTTP/1.1 issues
2005-05-28 Christian Hansen added $log->is_(debug|info|warn|error|fatal)
2005-05-27 Christian Hansen added support for non Catalyst::Base components
2005-05-26 Christian Hansen use || 0 instead
2005-05-26 Christian Hansen Updated Changes
2005-05-26 Christian Hansen Fixed memory leak
2005-05-24 Christian Hansen Fixed: don't autmoatically resolve hostnames
2005-05-18 Marcus Ramberg fixed pod errors.
2005-05-17 Christian Hansen Minor performance tweaks, added $c->request->user
2005-05-05 Christian Hansen Added SpeedyCGI, partly fixed HTTP::Daemon
2005-05-03 Sebastian Riedel Added deep recursion detection
2005-04-29 Christian Hansen Reverting back to old behavior for components
2005-04-28 Christian Hansen Fixed preserve component order for instantiation
2005-04-27 Christian Hansen Added support for non C::Base components to live in...
2005-04-27 Jesse Sheidlower minor typos in new Mason.pm
2005-04-27 Christian Hansen Fixed config in C::Base and stash in C::Engine
2005-04-25 Christian Hansen Fixed uninitialized warnings with HTTP::Daemon
2005-04-24 Christian Hansen Added $c-req->protocol and $c->req->secure
2005-04-23 Sebastian Riedel Reverted chansens changes
2005-04-23 Christian Hansen Added body_ref and body_length and minor optimization...
2005-04-22 Christian Hansen Fixed: benchmark reporting on Win32 (Matt S Trout)
2005-04-21 Christian Hansen Fixed C::E::CGI to allow reuse of CGI.pm object
2005-04-20 Christian Hansen Fixed debug log, sort params before output
2005-04-19 Christian Hansen Applied HTTP.pm patch from Andy Grundman <andy@hybridiz...
2005-04-18 Sebastian Riedel Fixed $self, maybe
2005-04-18 Marcus Ramberg updated: Added docs for 2 missing functions
2005-04-17 Christian Hansen Renamed to to be consistent
2005-04-16 Christian Hansen Fixed Request/Response body
2005-04-16 Christian Hansen Fixed MP19 uploads. Added request/response body. Added...
2005-04-16 Sebastian Riedel Added Catalyst::Utils
2005-04-16 Christian Hansen added $c->prepare_input and $c->req->input
2005-04-16 Sebastian Riedel Added advanced attributes handling
2005-04-14 Sebastian Riedel die on error
2005-04-14 Sebastian Riedel some code cleanup
2005-04-14 Sebastian Riedel fixed absolute forward in root and cleaned tables
2005-04-10 Sebastian Riedel removed code from logs
2005-04-10 Sebastian Riedel i want some kick ass tests for this :)
2005-04-10 Sebastian Riedel dispatcher sounds better
2005-04-10 Sebastian Riedel split engine in engine and dispatcher, so chansen makes...
next