passing tests again
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request /
2015-02-23 John Napiorkowski when a POST supplies content encoding, dont assume...
2014-12-26 John Napiorkowski changes so that we skip encoding under programmatic...
2011-10-21 Alexander Hartmaier more spelling fixes
2011-07-29 Alexander Hartmaier more spelling fixes
2011-05-15 Florian Ragwitz Merge branch 'master' into psgi
2011-05-03 John Napiorkowski first attempt at a patch to enable compatibility with...
2011-04-14 Florian Ragwitz Unbreak the pod-coverage tests
2011-02-15 Tomas Doran Fix 5.80 bug which causes slurp to fail if called multi...
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-02-19 Florian Ragwitz Create branch register_actions.
2009-01-24 Kieren Diment documentation improvement
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-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
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 whitespace changes for attributes
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-06-20 Brian Cassidy remove a confusing and duplicate bit of documentation
2006-04-24 Marcus Ramberg lala
2006-04-13 Yuval Kogman docs for upload dir config param
2006-03-30 Marcus Ramberg applied patch to allow a tmpdir setting.
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Andy Grundman Upload.pm docs
2005-10-10 Andy Grundman Missed some changes, merged again from r1019
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-05-18 Marcus Ramberg fixed pod errors.
2005-04-27 Jesse Sheidlower minor typos in new Mason.pm
2005-04-24 Christian Hansen Added $upload->slurp and tests
2005-04-18 Marcus Ramberg updated: Added docs for 2 missing functions
2005-04-13 Christian Hansen fixed warnings in tests
2005-04-11 Christian Hansen rename $upload->link to $upload->link_to and $upload...
2005-04-11 Christian Hansen added a copy method to C::R::Upload and updated Cookbook
2005-04-10 Christian Hansen Cookbook patch from vilts
2005-04-10 Christian Hansen s/O_RDWR/O_RDONLY/
2005-04-10 Christian Hansen Added Catalyst::Request::Upload