Put prepare_connection back as Engine::PSGI uses it
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
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.
2010-01-10 Tomas Doran Use Plack::Loader and push the running of plack back...
2010-01-10 Tomas Doran Delete code. 64 => 48 subtests failed
2010-01-09 Florian Ragwitz Clear up the response callback and the writer object...
2010-01-09 Florian Ragwitz Don't pass $ctx down to read().
2010-01-09 Florian Ragwitz No, don't warn in the log. clients being retarded don...
2010-01-09 Florian Ragwitz Let read_chunk read from psgi.input.
2010-01-09 Florian Ragwitz Clear the request env after finishing a request.
2010-01-09 Florian Ragwitz Tell the writer object when we're done.
2010-01-09 Florian Ragwitz Work towards supporting psgi.
2010-01-06 Florian Ragwitz Clarify comment.
2009-12-18 Tomas Doran Fix RT#52898, __MOP__ removal breaking debug screen...
2009-12-03 Tomas Doran I can't stand the over-long debug screens any more...
2009-12-01 Tomas Doran Fix bug in Catalyst::Engine which could cause it to...
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-21 Florian Ragwitz Do what we want instead of exiting a sub via last.
2009-08-21 Florian Ragwitz DOH! do more than one read, if necessary.
2009-08-16 Florian Ragwitz Do at least one (possibly empty) write when reading...
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-05-21 Tomas Doran Document 'env' attribute. kmx++
2009-05-21 Tomas Doran Fix ->engine->env for the second time. I shouldn't...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Don't load Scalar::Util. It isn't used directly.
2009-02-08 Florian Ragwitz Only use the imported version of Scalar::Util::blessed...
2009-02-08 Florian Ragwitz Remove imported symbols after compile time in Catalyst...
2009-02-02 Florian Ragwitz Fix various doc typoes.
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-13 Marcus Ramberg Add ru/ua translations
2008-12-27 Tomas Doran Replace {_body} instance access with calls to _body...
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-05 Andy Grundman If write() is passed an undef value to write, just...
2008-10-31 Jay Hannah POD typo corrected.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-06 Marcus Ramberg Add pt translation of error msg
2008-06-30 Brian Cassidy authors cleanup
2008-06-24 Brian Cassidy remove 0-length query string components so warnings...
2008-06-23 Brian Cassidy Update HTTP::Body dep so that the uploadtmp config...
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi Remove use of overload
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 eliminate usage of each() on hashes we don't own, since...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
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...
next