documention for cpan release
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
2016-04-01 Matthew Horsfall Fix file uploads with utf8 form field names. RT#113486
2015-05-28 Gerda Shank when finalizing body after earlier write use unencoded_...
2015-03-25 John Napiorkowski fix for bug around evil query params and docs
2015-02-16 Aristotle Pagaltzis reuse mixed-values hash logic from Hash::MultiValue
2015-02-16 Aristotle Pagaltzis stop using cached Hash::MultiValue from env
2015-01-07 John Napiorkowski if a response is from an external psgi app, donot doubl...
2015-01-06 John Napiorkowski Merge branch 'master' into holland
2014-12-26 John Napiorkowski changes so that we skip encoding under programmatic...
2014-11-25 John Napiorkowski merged from master
2014-11-25 John Napiorkowski actually use the new keywords
2014-11-25 John Napiorkowski fixed how upload info is added to parameters
2014-11-24 John Napiorkowski more unicode fixes
2014-11-19 John Napiorkowski make the env in Engine weak so that its request scoped 5.90077
2014-08-09 Henry Van Styn Revert changes made to Engine.pm in 1ef7eeb (5.90070)
2014-08-09 Ferruccio Zamuner Added italian translation of default error.
2014-06-28 John Napiorkowski removed a bit more PSGI::Engine backcompat
2014-06-10 John Napiorkowski removed old PSGI Engine backcompat
2014-01-24 John Napiorkowski more docs
2014-01-21 John Napiorkowski document deprecations, refactor finalize body a bit
2014-01-06 John Napiorkowski make an empty body [] not [undef]
2013-12-30 John Napiorkowski updated changes and versions, commented on deprecations...
2013-12-30 John Napiorkowski set body io-handle as the PSGI spec requires, and handl...
2013-12-21 John Napiorkowski first pass at not streaming via the catalyst app, but...
2013-12-09 Ricardo Signes fix some minor Pod formating errors
2013-11-05 John Napiorkowski make write_fh predicate 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 more plack compat
2013-10-18 John Napiorkowski first pass at making Catalyst act enough like PSGI...
2013-06-12 Chisel Fix typo in Catalyst::Engine confess()
2013-05-17 John Napiorkowski finished first go at better control over closing writer
2013-05-13 John Napiorkowski another go at better async support
2013-05-02 John Napiorkowski basic support for delayed writes/async with docs
2013-03-07 Andreas Marienborg First stab at a solution
2013-01-04 Matt S Trout make Catalyst::Engine and Catalyst::Base immutable
2012-08-16 John Napiorkowski patch to make prepare_parameters not be both a builder...
2012-06-30 Tomas Doran Fix ->finalize_headers getting called twice. RT#78090
2012-06-25 Andrew Rodland Fix CPAN RT#76179
2012-03-06 Tomas Doran Unpossible, but people keep seeing it
2012-02-14 Tomas Doran Fix the debug page, how did that slip through?
2012-01-22 Tomas Doran Revert "And another trivial doc fix"
2012-01-22 Tomas Doran Revert "The latter part of that doc doesn't apply in...
2012-01-22 Tomas Doran Merge remote branch 'origin/no_state_in_engine'
2011-12-11 Tomas Doran The latter part of that doc doesn't apply in master...
2011-12-11 Tomas Doran And another trivial doc fix
2011-12-11 Tomas Doran Trivial doc fix
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 Move write and finalize_headers into response object
2011-10-31 Tomas Doran Put prepare_connection back as Engine::PSGI uses it
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-27 Tomas Doran Similarly, we don't need finalize_read
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-25 Tomas Doran Store the script options in the engine.
2011-09-12 Dave Rolsky Remove "where {1}" from subtype declarations.
2011-09-02 Tomas Doran Name the type to make errors more obvious
2011-07-24 Tomas Doran Add _set_env writer to non-PSGI Catalyst
2011-07-24 Tomas Doran Merge master into psgi branch
2011-07-21 Andrew Rodland Fix the errors in finalize_headers when running on...
2011-07-21 John Napiorkowski now better support for legacy psgi (Catalyst::Engine...
2011-07-15 Tomas Doran Make that a warning when in debug mode
2011-07-15 Brian Phillips skip setting cookies that can't be created successfully
2011-05-15 Florian Ragwitz Merge branch 'master' into psgi
2011-05-12 Justin Hunter fix some typos
2011-03-27 Tomas Doran (t0m) Pass script options into auto loader
2011-03-27 Tomas Doran Retrieve args for old scripts so FCGI --listen works
2011-03-27 Florian Ragwitz De-uglify a comment
2011-03-02 Florian Ragwitz Load middlewares where they're actually used
2011-03-01 Florian Ragwitz Rename Engine::Loader to EngineLoader
2011-01-31 Tomas Doran Fix Engine::Stomp with psgi
2011-01-23 Florian Ragwitz Merge branch 'master' into psgi
2011-01-19 Tomas Doran Additional notes and cleanup
2010-12-05 Florian Ragwitz Separate raw psgi app and wrapped psgi app
2010-12-03 Florian Ragwitz Don't build the psgi app twice
2010-08-16 Tomas Doran Merge 'trunk' into 'psgi'
2010-07-28 Tomas Doran Entirely the wrong branch, idiot. Remove r13417
2010-07-28 Tomas Doran Merge 'trunk' into 'rt58057'
2010-07-23 Tomas Doran I know hobbs has a patch to add a load of these, but...
2010-07-09 Andrew Rodland Try harder to make finalize_error encoding-safe.
2010-05-24 Tomas Doran Add in the REDIRECT_URL handling from trunk and the...
2010-05-24 Tomas Doran Start making the path handling like it is in trunk...
2010-05-24 Tomas Doran Merge trunk into here, fix tests to pass again with...
2010-04-13 Tomas Doran Fix RT#41442 so that temporary files are always, always...
2010-04-13 Tomas Doran Fix spelling errors - RT#54335
2010-03-26 Florian Ragwitz Make sure to construct Upload objects properly, even...
2010-03-08 Tomas Doran Don't break the calling convention for the run method...
2010-01-16 Florian Ragwitz We still need to figure out how to not break mod_perl...
2010-01-14 Tomas Doran Doc fixes, get a bit nearer to working with mod_perl...
2010-01-14 Florian Ragwitz Merge branch 'master' into psgi
2010-01-14 Florian Ragwitz Make build_psgi_app public and add MyApp->psgi_app.
2010-01-11 Tomas Doran Move everything back out into the scriptrole, allow...
2010-01-11 Florian Ragwitz Canonicalize the url becuse we're building it from...
2010-01-10 Florian Ragwitz At least pass the port param to _run_psgi_app to get...
2010-01-10 Florian Ragwitz Start supporting running behind reverse proxies again.
next