update distar url
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
2018-11-27 Alexander Hartmaier required doesn't make sense with default
2018-11-27 Alexander Hartmaier log warnings when hostname resolving fails
2018-11-27 Alexander Hartmaier fix $c->req->hostname empty for IPv6 clients (RT#75731)
2018-04-13 Graham Knop whitespace cleanup
2018-01-16 Jay Hannah Merge branch 'pr/157' into release-candidates/rc-5...
2018-01-03 LNATION remove my tab
2018-01-03 LNATION make the missing data handler exception slightly more...
2017-01-30 Peter Mottram Add support for HTTP PATCH for body_data
2015-10-29 John Napiorkowski Merge branch 'check_return_of_write_to_psgi_input'...
2015-07-24 John Napiorkowski update version info
2015-06-06 Bill Moseley Die in engine if prepare_body writing to psgi.input...
2015-02-23 John Napiorkowski when a POST supplies content encoding, dont assume...
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2015-01-02 John Napiorkowski documentation and up version
2014-12-31 John Napiorkowski merged and resolved conflicts from stable
2014-12-31 John Napiorkowski docs and new test cases
2014-11-25 John Napiorkowski merged from master
2014-11-25 John Napiorkowski make the new encoding stuff work with ash multivalue...
2014-11-24 John Napiorkowski more unicode fixes
2014-10-29 John Napiorkowski first go at make uri_for utf8 correct
2014-10-06 John Napiorkowski tweak the docs and announce depracation
2014-10-06 John Napiorkowski first go at documentation patch for known param exploit
2014-09-23 Kieron Taylor Bugfix in Request.pm
2014-09-15 John Napiorkowski better warnings when code is stupid and calls ->params... 5.90072
2014-02-06 John Napiorkowski basic docs for env in req
2013-11-07 John Napiorkowski make sure env exists before tryint to access it to...
2013-11-05 John Napiorkowski make predicate on env private
2013-11-05 John Napiorkowski make predicate on io_fh private
2013-10-23 John Napiorkowski removed plack.request keys
2013-10-18 John Napiorkowski let you use Hash::MultiValue everywhere if you like it
2013-10-18 John Napiorkowski preliminary support for io-asyn
2013-10-18 John Napiorkowski more plack compat
2013-10-18 John Napiorkowski first pass at making Catalyst act enough like PSGI...
2013-10-17 John Napiorkowski changed the way test dumping a request works
2013-09-20 John Napiorkowski actually document the new request body_data method
2013-08-20 John Napiorkowski first pass at data handlers
2013-06-12 John Napiorkowski fix broken tests
2013-05-21 John Napiorkowski let you not finalize a request when you wish to jailbre...
2013-05-16 Jesse Updated docs for $req->secure to reflect what modern...
2012-08-16 John Napiorkowski patch to make prepare_parameters not be both a builder...
2012-05-24 Gerda Shank fix body_parameters is undef when no params
2012-05-15 Alexander Hartmaier Work around Moose bug RT#7536 which breaks Catalyst...
2012-05-05 Tomas Doran Fix documentation for the 'secure' method in Catalyst...
2012-03-13 Brian Phillips prevent body_params from being reset on each access
2011-11-17 Tomas Doran Pod spelling
2011-11-03 Tomas Doran Fix docs in Response, fix Pod tests
2011-11-03 Tomas Doran Sort out the Request docs
2011-11-01 Tomas Doran Start re-arranging and fixing docs. remove docs for...
2011-10-31 Tomas Doran Stop the request needing the context, just pass in...
2011-10-28 Tomas Doran Do moar, moving headers and cookies. This breaks engine...
2011-10-28 Tomas Doran Move prepare_connection, and it's lies documentation...
2011-10-28 Tomas Doran Move prepare_parametrs to be the builder.
2011-10-28 Tomas Doran Move preparing the body into the request, almost works.
2011-10-28 Tomas Doran Move actual reading into request
2011-10-27 Tomas Doran Move read_chunk to the request
2011-10-25 Tomas Doran Move all request state out of the engine into Request...
2011-10-21 Tomas Doran Make method call be italic in docs
2011-10-21 Alexander Hartmaier more spelling fixes
2011-10-21 Alexander Hartmaier fixed spelling errors
2011-10-21 Tomas Doran Make method call be italic in docs
2011-10-21 Tomas Doran Merge spelling test
2011-10-12 Oskari Okko Ojala Documentation to ->hostname on how to get the hostname...
2011-07-29 Alexander Hartmaier more spelling fixes
2011-07-29 Alexander Hartmaier fixed spelling errors
2011-06-09 Caleb Cushing give an example for $c->request->path
2011-05-12 Justin Hunter fix some typos
2011-04-12 Florian Ragwitz A failing reverse lookup doesn't imply it's a local...
2009-12-06 Florian Ragwitz Undocument $request->user.
2009-11-14 Tomas Doran Pod fixes re RT#51489
2009-11-09 Florian Ragwitz Make request->body fail when used as a writer.
2009-10-29 Tomas Doran Make URI a link to make it super obvious
2009-10-15 Andrew Rodland Give people a pointer to chase if they're looking for...
2009-08-27 Dan Dascalescu POD addition: $c->req->body returns a string or a File...
2009-08-12 Florian Ragwitz Fix POD refering to CGI::Cookie. We're using CGI::Simpl...
2009-07-17 Dan Dascalescu Hyperlinked POD entry for Catalysy::Request->args
2009-07-08 Tomas Doran More ->config fixes + Changelog
2009-06-30 Cory G Watson Add new uri_with mode for appending.
2009-06-16 Andrew Rodland Doc patch warning of C<< $c->req->param >>'s fuzzy...
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-26 Rafael Kitover update C::Req docs to reflect that args get automatical...
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-15 Tomas Doran Fix on demand parsing of ->req->parameters
2009-05-01 Florian Ragwitz Clarify limitations of $request->base and $request...
2009-04-20 Tomas Doran Bugfix for 5.8 regression found in C::C::DBIC::API
2009-02-21 Tomas Doran EWRONGBRANCH Back out -r9378:9377.
2009-02-21 Tomas Doran Add patch from dwc to warn about c->req->user deprecation
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Clean IO::Socket imports from Catalyst::Request.
2009-02-05 Florian Ragwitz Clarify that request arguments aren't unescaped automat...
2009-02-02 Florian Ragwitz Fix various doc typoes.
2008-12-29 Tomas Doran Make Catalyst::Engine::Apaches tests pass.
2008-12-27 Tomas Doran Replace {_body} instance access with calls to _body...
2008-12-27 Tomas Doran Fix the return value of Catalyst::Request's body method...
2008-12-27 Tomas Doran Fix C::Request disparity between _body and body accesso...
2008-12-09 Tomas Doran Remove crap
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-04 Tomas Doran Fix the SmartURI recursion using a predicate and un...
2008-12-03 Tomas Doran Fix for Catalyst::Action::REST
2008-11-30 Marcus Ramberg Lazy resolution of hostname
next