update distar url
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script /
2018-04-13 Graham Knop drop namespace::autoclean
2014-07-14 Laufeyjarson Add 'lazy' to two parameters to let the constructor...
2013-10-18 John Napiorkowski fixed silly warning (bokutin++)
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2013-01-05 Karen Etheridge work with MooseX::Getopt 0.48 by using the new public...
2013-01-04 Tomas Doran Revert "work with MooseX::Getopt 0.48 by using the...
2012-12-27 Karen Etheridge work with MooseX::Getopt 0.48 by using the new public...
2012-11-12 Tomas Doran Remove MX::Types
2012-03-02 Tomas Doran Fix for closing fds with --background
2011-10-25 Tomas Doran Store the script options in the engine.
2011-10-24 Tomas Doran Bug fix for require dieing as make_immutable doesn...
2011-10-21 Tomas Doran Docs
2011-09-21 Dave Rolsky Simplify complex ternary expression
2011-09-12 Dave Rolsky Remove "where {1}" from subtype declarations.
2011-07-25 Andrew Rodland Pass options into Handler::FastCGI under preferred...
2011-07-24 Tomas Doran Clean handling of --pid and --background up a bit
2011-07-18 Tomas Doran Write out the pid file after double fork.
2011-07-18 Tomas Doran Fix background option
2011-07-18 Tomas Doran Hacking the server script
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
2011-02-23 Tomas Doran Pass the extra restart options
2011-02-22 Dhaval Dhanani removed duplicate parameters in return value of _restar...
2011-02-22 Dhaval Dhanani added more parameters in return value of _restarter_args
2011-02-22 Tomas Doran Patch to make restarter class configurable / settable...
2011-01-24 Andrew Rodland Beat the args handling in Script::FastCGI into working...
2010-12-05 Florian Ragwitz After startup, tell where the server is listening
2010-12-05 Florian Ragwitz Merge remote branch 'svn/trunk' into psgi
2010-12-05 Tomas Doran Rename --title to --proc_title as that makes more sense...
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-03 Eskild Hustvedt Added a --title parameter to fastcgi script, sets proce...
2010-08-26 Tomas Doran Unify options, get rid of -h which only worked on the...
2010-08-23 Brian Cassidy Fix two warnings:
2010-08-16 Tomas Doran Merge 'trunk' into 'psgi'
2010-06-22 Jesse Sheidlower Fixed typo
2010-05-24 Tomas Doran Merge trunk into here, fix tests to pass again with...
2010-05-22 Tomas Doran Mech tests branch
2010-04-13 Tomas Doran Trivial test feature, fixes RT#53653
2010-01-14 Florian Ragwitz Fix the fcgi script tests.
2010-01-14 Florian Ragwitz Merge branch 'master' into psgi
2010-01-12 Tomas Doran Do the right thing with FCGI args, the hostname and...
2010-01-11 Tomas Doran Move everything back out into the scriptrole, allow...
2010-01-09 Tomas Doran Correctly pass argv option into Catalyst::Engine::HTTP
2010-01-09 Tomas Doran Don't screw over people using --detach, <sigh>
2009-12-15 Tomas Doran Bug fix for issue reported on the mailing list by Toby...
2009-12-11 Tomas Doran Unfuck that as well
2009-12-10 Tomas Doran Fix RT#52630
2009-12-09 Tomas Doran And more tests and fixing for the same thing
2009-12-09 Tomas Doran Fixes port environment, RT#52604
2009-12-08 Tomas Doran Fix tests from r12252, add comments to make the behavio...
2009-12-08 Dave Rolsky Don't default to localhost for --host
2009-12-06 Dave Rolsky fix pod for Server script so options match actual attr...
2009-12-06 Dave Rolsky Add restartdirectory as alias for restart_directory...
2009-11-29 Florian Ragwitz Tidy things up a little and fix pod usage.
2009-11-29 Florian Ragwitz Less trailing whitespace.
2009-11-29 Florian Ragwitz Remove useless lexical.
2009-11-29 Florian Ragwitz Port numbers need to be > 0.
2009-11-29 Florian Ragwitz Tidy up some attr definitions.
2009-11-29 Florian Ragwitz Properly validate restart regexen.
2009-11-29 Florian Ragwitz Make follow_symlinks more consistent with the other...
2009-11-26 Tomas Doran Factor restarter arg assembly out into it's own routine...
2009-11-26 Tomas Doran Fix up docs
2009-11-26 Tomas Doran Tidy up help and TODO tests
2009-11-25 Tomas Doran Fix big bug in test
2009-11-24 Tomas Doran Add tests for the create script and fix the bugs that...
2009-11-23 Tomas Doran And do that in a way which actually works
2009-11-23 Tomas Doran Chomp trailing space
2009-11-23 Tomas Doran Fix duplicate short options issue
2009-11-20 Tomas Doran Fix script_test.pl
2009-11-19 Tomas Doran Unified help display, at the cost of having lost the...
2009-11-18 Tomas Doran Beat somewhat into shape by comparing the old and new...
2009-11-06 Devin Austin unfucked test server options and made test pass f'real...
2009-10-05 Tomas Doran And start the app correctly(ish) under the restarter...
2009-09-05 Tomas Doran Documentation dinks
2009-09-05 Tomas Doran Default run methods not required, can be provided by...
2009-09-05 Tomas Doran Fix CGI script
2009-09-05 Tomas Doran Fix FastCGI script
2009-09-05 Tomas Doran Fix passing correct key, re-add getopt trait as this...
2009-09-02 Tomas Doran Factor stuff out into a script role, clean up all the...
2009-09-02 Tomas Doran Remove DBIC deploy script, this should not be in core...
2009-08-04 Devin Austin removed MooseX::Command::* stuff for now
2009-07-17 Devin Austin added MX::Types::Moose, cleaned up moar
2009-07-17 Devin Austin added MX::Types::Moose
2009-07-17 Devin Austin fasterized
2009-07-17 Devin Austin added documentation
2009-07-17 Devin Austin cleaned up
2009-07-17 Devin Austin removed -except => qw[meta]
2009-07-17 Devin Austin added documentation, surely needs refining
2009-07-17 Devin Austin don't need -except => [ qw(meta) ] with autoclean
2009-07-17 Devin Austin untarded and added documentation
2009-07-16 Devin Austin added Deploy prototype
2009-07-15 Devin Austin -d and --debug work for me
2009-07-12 Tomas Doran And unfuck so the app name is passed properly
2009-07-12 Tomas Doran Too slow
2009-07-11 Dave Rolsky Get the restarter running
2009-07-11 Tomas Doran Strip trailing spaces
2009-07-11 Devin Austin cleaned up sub runner
2009-07-11 Devin Austin fixed follow_symlinks option in restarter code
2009-07-11 Devin Austin added restarter code
2009-07-11 Devin Austin fasterized
2009-07-11 Devin Austin added debug option
next