gitmo/MooseX-Daemonize.git
2013-05-13 Karen Etheridge MooseX-Daemonize-0.18 v0.18
2013-05-13 Karen Etheridge use data in git to automate more release-time tasks
2013-05-13 Karen Etheridge changelog for this fix
2013-05-13 Chisel Wright RT#85229 - wait longer for processes to die, when needed
2013-04-28 Karen Etheridge fix pod error
2013-04-28 Karen Etheridge add missing prereq
2013-04-21 Karen Etheridge changelog v0.17
2013-04-21 Karen Etheridge add some metadata
2013-04-20 Karen Etheridge make this dist uninstallable on windows
2013-04-20 Karen Etheridge convert to Dist::Zilla, with a minimal config
2013-04-20 Karen Etheridge ignore more files
2013-04-20 Karen Etheridge fix version in pod
2013-04-15 Karen Etheridge prep for release 0.16 v0.16
2013-04-15 Karen Etheridge normalize dates in changelog
2013-04-15 Karen Etheridge you gotta have a plan
2013-04-15 Karen Etheridge use strictures in all tests
2013-04-15 Karen Etheridge remove useless shebangs from tests
2013-04-15 Karen Etheridge convert uses of Test::Exception to Test::Fatal
2013-04-15 Karen Etheridge add documentation fields for public attrs (RT#54295)
2013-04-15 Karen Etheridge document the basedir attribute (defaults to /) - RT...
2013-04-15 Karen Etheridge add missing dependency on Test::Exception (RT#70382)
2013-04-15 Karen Etheridge changelog for last patch
2013-04-15 Jonathan Sailor empty commit to add contributor information for last...
2013-04-15 Karen Etheridge apply patch from RT#79169 - missing dependency on File...
2013-04-15 Karen Etheridge changelog for last patch
2013-04-15 Michael Schwern empty commit to add contributor information for last...
2013-04-15 Karen Etheridge apply patch from RT#76523 - remove use of internal...
2013-04-14 Karen Etheridge MI auto_repository plugin no longer exists; set reposit...
2012-05-31 Michael Reddick fix day 0.15
2012-05-31 Michael Reddick fix version in pod
2012-05-31 Michael Reddick changing all versions to 0.15
2012-05-30 Michael Reddick bump the version to 0.14
2012-05-30 Michael Reddick Merge branch 'create-pidbase-dir'
2012-05-30 Michael Reddick add a warning section to the pod that this isnt recomme... create-pidbase-dir
2012-05-22 Michael Reddick add Daemon::Control to SEE ALSO
2012-05-22 Michael Reddick create pidbase directory if it doesnt exist
2011-07-06 Stevan Little adding docs, updating version, updating copyright,...
2010-07-11 Stevan Little manifest skip fixed
2010-07-11 Stevan Little whoops
2010-07-11 Stevan Little 0.11 release
2010-04-17 Stevan Little 0.10 release
2009-10-05 Chris Prather clean stuff up for a 0.09 release
2009-10-05 Dave Rolsky s/no_plan => 1/'no_plan'/g
2008-09-07 Stevan Little 0.08
2008-09-07 Stevan Little 0.08
2008-06-22 Yuval Kogman demand Module::Install 0.75
2008-06-18 Yuval Kogman changelog
2008-06-18 Yuval Kogman more tempdir for robustness
2008-06-18 Yuval Kogman use tempdir, not cwd in tests
2008-05-25 Stevan Little 0.07
2008-05-25 Stevan Little 0.07
2008-02-21 Yuval Kogman convert the usage of OK and ERROR to method calls and...
2008-01-28 Brandon L Black poe test pidfile fixups, and make default pidbase an...
2008-01-07 Ash Berlin POE signal test
2007-12-22 Stevan Little got tall the stuff
2007-12-20 Brandon L Black minor nit: add newline to pidfile contents, so "cat... 0_06
2007-12-20 Brandon L Black only remove pidfile in the stop() function on successfu...
2007-12-19 Stevan Little cleaning up stuff
2007-12-19 Stevan Little cleaning up stuff
2007-12-19 Brandon L Black fix up sigint / stop() stuff. stop() stops a different...
2007-12-19 Stevan Little bunch of stuff
2007-12-18 Stevan Little adding some overloading
2007-12-05 Stevan Little foo
2007-12-05 Stevan Little tweaking for FCGI stuff
2007-12-03 Stevan Little some additional cleanup
2007-12-03 Stevan Little okay,.. I think this is ready for release
2007-12-03 Stevan Little okay,.. I think this is ready for release
2007-12-03 Stevan Little withpidfile should write its pidfile :)
2007-12-03 Stevan Little fixing changes
2007-12-03 Stevan Little removed signal handling, cause it was not very useful...
2007-12-03 Stevan Little ok,.. more tests and stuff
2007-12-02 Stevan Little okay NOW I think Core is done
2007-12-01 Stevan Little MooseX::Daemonize::Core i think is done
2007-12-01 Stevan Little MooseX::Daemonize::Core i think is done
2007-11-30 Stevan Little moving the Pid file stuff out into a role, and make...
2007-11-30 Stevan Little come basic changes;
2007-11-30 Stevan Little no more Proc::Daemon
2007-11-30 Stevan Little removing handles for pidfile, we need to make this...
2007-11-29 Stevan Little rollin, rollin, rollin on the river
2007-11-29 Stevan Little Adding PidFile implementation and making Daemonize...
2007-11-17 Ash Berlin They be paying me
2007-11-17 Ash Berlin Fix logic in _kill
2007-11-11 Ash Berlin Fix perlcritic test so it doesn't bomb if Perl::Critic...
2007-09-26 Chris Prather remove File::Slurp as we don't need it
2007-09-19 Chris Prather patch stuff up for releasing
2007-09-11 Chris Prather updated manifest 0.02
2007-09-11 Chris Prather document is_daemon
2007-09-11 Chris Prather add a lab directory
2007-07-26 Chris Prather remove File::Flock and File::Slurp infavor of File...
2007-07-17 Chris Prather Add future ideas file
2007-07-10 Chris Prather last cleanup before 0.01 release
2007-07-10 Chris Prather fix a critic test 0.01
2007-07-08 Chris Prather add basedir attribute
2007-07-06 Chris Prather fix a critic test
2007-07-03 Chris Prather better reporting
2007-06-26 Chris Prather change the kill sleeps to sleep just a little bit longe...
2007-06-26 Chris Prather got 01.filecreate.t passing ...
2007-05-22 Chris Prather Adding Cogwheel, a Moose wrapped Sprocket
2007-05-21 Chris Prather new Test::MX::D::Testable role for subclassing children...
2007-05-18 Chris Prather add Test::MooseX::Daemonize
next