catagits/Catalyst-Runtime.git
2015-01-08 Alexander Hartmaier whitespace fixes in Upgrading.pod
2015-01-08 Alexander Hartmaier fix Catalyst::ActionRole::Scheme docs
2015-01-08 Alexander Hartmaier fix whitespace in the new UTF8 doc
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 Mark Ellis added links to UTF8 docs in delta and upgrading
2015-01-07 John Napiorkowski up version for pending release
2015-01-07 John Napiorkowski correct documentation on the Scheme actionrole
2015-01-07 John Napiorkowski new document reviewing catalyst UTF8 changes
2015-01-07 John Napiorkowski tests and donot let you change encoding too late into...
2015-01-07 John Napiorkowski if we change encoding on $c after asking for a write_fh...
2015-01-07 John Napiorkowski more test cases
2015-01-07 John Napiorkowski exclude a test that fails on windows pointlessly
2015-01-07 John Napiorkowski fixed test fail on windows (/ versus \)
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2015-01-07 Alexander Hartmaier fix typos in Changes back to version 5.60
2015-01-06 John Napiorkowski fixed changes
2015-01-06 John Napiorkowski Merge branch 'master' into holland
2015-01-05 John Napiorkowski more docs
2015-01-02 John Napiorkowski fix broken test case, update copyright date 5.90079
2015-01-02 John Napiorkowski removed unneeded dependency that was causing test fails
2015-01-02 John Napiorkowski documentation and up version
2015-01-02 John Napiorkowski removed unneeded dependency that was causing test fails
2014-12-31 John Napiorkowski removed updated file
2014-12-31 John Napiorkowski more release docs updates, and fixed some config options;
2014-12-31 John Napiorkowski merged and resolved conflicts from stable
2014-12-31 John Napiorkowski inc version for release 45.90078 5.90078
2014-12-31 John Napiorkowski removed outdated roadmap
2014-12-31 John Napiorkowski Merge branch 'master' of https://github.com/davewood...
2014-12-31 John Napiorkowski docs and new test cases
2014-12-31 David Schmidt refactor HTTP exception check
2014-12-31 David Schmidt rm whitespace, fix typo, add contributor
2014-12-30 John Napiorkowski Merge branch 'davewood-master'
2014-12-30 John Napiorkowski Merge branch 'master' of https://github.com/davewood...
2014-12-30 John Napiorkowski Merge branch 'sergeyromanov-patch-1'
2014-12-30 David Schmidt backcompat http-exception handling by middleware
2014-12-26 John Napiorkowski starting to prep release version info
2014-12-26 John Napiorkowski test new method
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-17 Sergey Romanov rename Pod heading (TITLE -> NAME)
2014-12-10 John Napiorkowski a few extra url generation tests
2014-12-03 John Napiorkowski fixed test that failed on older perl 5.90079_003
2014-12-03 John Napiorkowski do not run tests that fail when debug mode is active
2014-12-02 John Napiorkowski fixed typo 5.90079_002
2014-12-02 John Napiorkowski cute manifest skip... 5.90079_001
2014-12-02 John Napiorkowski fix typo
2014-12-02 John Napiorkowski add these deps so that people can use th ws and wss...
2014-12-02 John Napiorkowski start making people use new URI since we have a patch...
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2014-12-02 John Napiorkowski proxy object for the PSGI writer
2014-12-02 John Napiorkowski remove some debugging logic
2014-12-02 John Napiorkowski more utf8 tests and fixes
2014-12-02 John Napiorkowski get passing tests
2014-12-01 John Napiorkowski troubling test results
2014-12-01 John Napiorkowski failing test
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-11-25 John Napiorkowski merged from master
2014-11-25 John Napiorkowski make the new encoding stuff work with ash multivalue...
2014-11-25 John Napiorkowski more unicode tests
2014-11-25 John Napiorkowski actually use the new keywords
2014-11-25 John Napiorkowski remove a test case I do not think is valid
2014-11-25 John Napiorkowski fixed how upload info is added to parameters
2014-11-24 John Napiorkowski more unicode fixes
2014-11-24 John Napiorkowski fix unicode in chain and path parts + debug console
2014-11-19 John Napiorkowski make the env in Engine weak so that its request scoped 5.90077
2014-11-14 John Napiorkowski remove mistaken file 5.90076
2014-11-13 John Napiorkowski make the httpexception filter more choosey
2014-10-30 John Napiorkowski use Encode, and some minor code optimization
2014-10-29 John Napiorkowski first go at make uri_for utf8 correct
2014-10-29 John Napiorkowski proposed new test
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-10-03 John Napiorkowski merged master changes
2014-10-01 John Napiorkowski update version and changes for release
2014-10-01 John Napiorkowski Merge branch 'valy23-patch-1'
2014-10-01 John Napiorkowski change changes
2014-10-01 valy23 Added minimum requested version of Carp to Makefile.pl
2014-09-26 John Napiorkowski remove is_utf8
2014-09-26 John Napiorkowski evolve the stash middleware a bit. add a test case...
2014-09-26 John Napiorkowski as_psgi and to_app
2014-09-26 John Napiorkowski to_app alias
2014-09-23 John Napiorkowski up version for pending release
2014-09-23 John Napiorkowski do not decode values that are undefined
2014-09-23 John Napiorkowski merged conflicts
2014-09-23 John Napiorkowski updated changelog
2014-09-23 John Napiorkowski test case for param regression
2014-09-23 John Napiorkowski Merge branch 'nerdstrike-master'
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-08-12 Arthur Axel... Allow the term_width to be regenerated
2014-08-10 Henry Van Styn prep for release - 5.90071 5.90071
2014-08-10 Henry Van Styn undo 310c2a3 ('change default log level to info') ...
2014-08-10 Henry Van Styn Travis: preliminary reverse dependency testing
2014-08-09 Henry Van Styn Tests passing again (temp/fix - "leak_count")
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.
next