Merge branch 'master' into psgi
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Server.pm
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-08-16 Tomas Doran Merge 'trunk' into 'psgi'
2010-06-22 Jesse Sheidlower Fixed typo
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
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 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-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 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-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 added documentation, surely needs refining
2009-07-15 Devin Austin -d and --debug work for me
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
2009-07-11 Devin Austin removed default => 0s
2009-07-11 Devin Austin removed debug warn
2009-07-11 Devin Austin removed "broken" commetn
2009-07-11 Devin Austin removed all required => 0
2009-07-11 Devin Austin fixed Catalyst::Script::Server so app doesn't have...
2009-07-10 Devin Austin removed except meta stuff since we're using autoclean
2009-07-04 Devin Austin added namespace::autoclean to all the helper classes
2009-07-04 Devin Austin Updated testapp_server
2009-07-04 Devin Austin follow_symlinks has short option
2009-07-04 Devin Austin restart regex has a short option
2009-07-04 Devin Austin restart_delay HAZ OPSHUN
2009-07-04 Devin Austin restart has short option
2009-07-04 Devin Austin background now has a short opshun
2009-07-04 Devin Austin changed pf => pid
2009-07-04 Devin Austin doez haz keepalive short opt
2009-07-04 Devin Austin doez haz pidfile short opt
2009-07-04 Devin Austin listen now has a short option
2009-07-04 Devin Austin fork now has a short option
2009-07-04 Devin Austin help option now has a short option
2009-06-30 Devin Austin fixed Server
2009-06-28 Tomas Doran Kind of, sort of make the server work, except it doesn't
2009-06-25 Devin Austin poked at t/start_dev_server.t
2009-06-25 Devin Austin fixed Server and testapp_server.pl. Test still wonky
2009-06-25 Devin Austin pulled crap out of testapp_server
2009-06-24 Devin Austin initial script commit