0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[rt.cpan.org #115760] Salvatore Bonaccorso fixed a typo in the manual page. More... almost 8 years ago
Carsten Kahlmeier noticed that File::Pid is no longer a dependency, removed from the list. More... almost 9 years ago
test suite cleanup, now shuts down daemon when it's done. More... over 9 years ago
release 0.21 More... about 10 years ago
Makefile.PL dies now if we're on Windows, because it's not suported ([rt.cpan.org #81980]) More... about 10 years ago
Added -g option to switch to specified group when started as root More... about 10 years ago
fixed Changes More... over 10 years ago
readme update More... over 10 years ago
[rt.cpan.org #61428] Fixed bug in detach() which no longer attempts to write to a non-existing pid file. More... over 10 years ago
Added documentation on Log4perl configuration (https://rt.cpan.org/Ticket/Display.html?id=89632) More... over 10 years ago
Applied patch for -T support by Vadim Troshchinskiy <[email protected]> More... over 10 years ago
[rt.cpan.org #86762] Peter noticed that App::Daemon's fork() check was incorrect. Fixed. More... almost 11 years ago
[rt.cpan.org #75931] Fixed previous release to actually work with Proc::ProcessTable missing. More... over 11 years ago
[rt.cpan.org #75931] To address problems with Proc::ProcessTable on some platforms, changed process_is_running() to use POSIX methods only. Proc::ProcessTable is now optional and only required when using process_running_by_name(). More... over 11 years ago
Release 0.16 More... over 11 years ago
[rt.cpan.org #44462] forked children now don't remove the master's pid file anymore when they exit. Thanks to Felix Ostmann and Vadim Troshchinskiy for proposing the fix. More... over 11 years ago
[rt.cpan.org #75219] Umask is now set to 0 to allow OS calls to provide their own permission masks and not to depend on the umask of the caller. More... about 12 years ago
Release 0.14 More... over 12 years ago
[RT 72835] Patch by Peter to fix 'restart'. More... over 12 years ago
License fixed More... almost 13 years ago
Release 0.13 More... almost 13 years ago
[rt.cpan.org #69561] not setting umask anymore and added explanation to the docs about the default pid/log file locations More... almost 13 years ago
[rt.cpan.org #69561] umask is set to 0133 now (was 0) to give newly created files by the daemon rw-r--r-- permissions by default. More... almost 13 years ago
[rt.cpan.org #69561] default log and pid files are now in the current directory, not in /tmp by default because of security concerns. More... almost 13 years ago
0.12 Release More... almost 13 years ago
using SIGTERM now instead of SIGINT to terminate a process More... almost 13 years ago
Using licensizer to fill in license info More... almost 13 years ago
* 'stop' now verifies if the process is still up, and retries $App::Daemon::kill_retries times (defaults to 3) times, with 1-second sleeps in between. More... almost 13 years ago
Per suggestion by Brian Pitts, 'status' now doesn't write to the logfile. More... almost 13 years ago
Merge pull request #1 from mstratman/master More... almost 13 years ago