set new version for release
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Response.pm
2015-07-22 John Napiorkowski fixed bug with last_error
2015-05-28 Gerda Shank when finalizing body after earlier write use unencoded_...
2015-04-17 John Napiorkowski since _context is a weak ref it can go out of scope...
2015-01-10 John Napiorkowski fixed another regression
2015-01-07 John Napiorkowski more doc tweaks 5.90079_008
2015-01-07 John Napiorkowski docs and ready for release testing
2015-01-07 John Napiorkowski if a response is from an external psgi app, donot doubl...
2015-01-07 John Napiorkowski if we change encoding on $c after asking for a write_fh...
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2014-12-31 John Napiorkowski more release docs updates, and fixed some config options;
2014-12-26 John Napiorkowski changes so that we skip encoding under programmatic...
2014-12-18 John Napiorkowski more tests for utf8 and docs
2014-12-02 John Napiorkowski proxy object for the PSGI writer
2014-11-25 John Napiorkowski donot encode write unless the content type is one of...
2014-11-25 John Napiorkowski moved the new redirect test to a place where it doesnt...
2014-11-25 John Napiorkowski allow the redirect method to accept a URI style object...
2014-09-26 John Napiorkowski as_psgi and to_app
2014-07-14 Marco Pessotto Replaced the Catalyst::Utils proof of concept with...
2014-01-21 John Napiorkowski warn if modifying headers afer finalizing them
2014-01-21 John Napiorkowski document deprecations, refactor finalize body a bit
2013-12-21 John Napiorkowski first pass at not streaming via the catalyst app, but...
2013-12-18 Alexander Hartmaier fixed t/author/spelling.t in lib/Catalyst/Response.pm 5.90052
2013-12-18 Neil Lunn Change documentation to explain the effects of using...
2013-12-18 Neil Lunn Documentation fix for Catalyst::Response::from_psgi_res...
2013-11-05 John Napiorkowski make write_fh predicate private
2013-10-18 John Napiorkowski from psgi res tests working
2013-10-18 John Napiorkowski first pass $res->from_psgi_response
2013-06-12 John Napiorkowski minor code reformat
2013-05-21 John Napiorkowski let you not finalize a request when you wish to jailbre...
2013-05-13 John Napiorkowski another go at better async support
2012-06-30 Tomas Doran Fix ->finalize_headers getting called twice. RT#78090
2012-06-25 Andrew Rodland Fix CPAN RT#76179
2011-11-03 Tomas Doran Fix docs in Response, fix Pod tests
2011-10-31 Tomas Doran The response no longer needs the context
2011-10-31 Tomas Doran Move write and finalize_headers into response object
2011-10-27 Tomas Doran We have always prepared the write, this can just go...
2011-10-25 Tomas Doran Move all request state out of the engine into Request...
2011-10-05 Tomas Doran Clarify use of uri_for further. RT#57011
2011-10-04 Tomas Doran Make default body reponses for 302s W3C compliant....
2011-05-16 Dagfinn Ilmari Man... Append $\ in Catalyst::Response->print
2011-02-14 Tomas Doran Fix body predicate bug/back compat issue
2010-12-16 Tomas Doran Make response body able to be undef to allow RenderView...
2009-11-24 Tomas Doran Trivial Pod fixes
2009-11-14 Tomas Doran Pod patch
2009-08-12 Florian Ragwitz Fix POD refering to CGI::Cookie. We're using CGI::Simpl...
2009-06-30 Tomas Doran Core fix for warnings due to undef body as per fix...
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-31 KMX C::Engine - added support for HTTPOnly flag on cookies...
2009-03-25 Hans Dieter Pearcey add Catalyst::Response->code
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-09-08 Marcus Ramberg Support print for Catalyst::Request
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-20 Kieren Diment improvements to redirect doc
2008-07-17 Brian Cassidy tiny doc update
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-05-07 Brian Cassidy POD: IO::FileHandle => IO::Handle (RT #35690)
2007-04-16 Marcus Ramberg Doc fix
2006-08-17 Jesse Sheidlower fixed cookie-param list POD in C::Res
2006-03-10 Marcus Ramberg prepared for release.
2006-03-02 Marcus Ramberg change to use a 301 for redirects.
2005-12-29 Yuval Kogman doc pointer from content_type
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Andy Grundman Response.pm doc update
2005-11-03 Yuval Kogman Document the format of the parameters to be passed...
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-04-26 Christian Hansen Added otional status to $c->response->redirect
2005-04-23 Sebastian Riedel Reverted chansens changes
2005-04-23 Christian Hansen Added body_ref and body_length and minor optimization...
2005-04-16 Christian Hansen Fixed Request/Response body
2005-04-16 Christian Hansen Fixed MP19 uploads. Added request/response body. Added...
2005-04-07 Marcus Ramberg revised documentation for 5.0
2005-03-29 Christian Hansen Removing C::E::CGI::NPH
2005-03-28 Christian Hansen Document C::Request and C::Response
2005-03-26 Christian Hansen added convinient accessors to C::Request and C::Response
2005-03-21 Andrew Ford minor doc changes
2005-02-28 Marcus Ramberg initial import of catalyst.