Create branch register_actions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP / Restarter.pm
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-06-30 Brian Cassidy authors cleanup
2007-09-14 Brian Cassidy restarting engine fixes from willert
2006-05-17 Matt S Trout added restart directory option to test server
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Sebastian Riedel Fixed the fork and restart bug
2005-11-10 Sebastian Riedel Fixed typo
2005-11-10 Sebastian Riedel Added warning, restart doesn't work together with fork
2005-11-08 Sebastian Riedel Fixed some typos
2005-11-08 Sebastian Riedel Updated built in server to restart on win32
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...