0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Docstring and usage() tweakage. Add TODO list. More... about 22 years ago
A daemon manager. Not quite done, but this is a checkpoint checkin so I can continue working from home. More... about 22 years ago
Due to the way get_signal_name() was coded, it was possible that SIGHUP was reported as SIG_IGN. Fix this by requiring signal names not to start with "SIG_". More... about 22 years ago
Add missing log level to pstamp() call. More... about 22 years ago
Improved logging. More... about 22 years ago
Don't be so wimpy about testing for core dumps. It's s & 0x80, except when os.WCOREDUMP exists. More... over 22 years ago
Applying presentation patches from Guido. More... over 22 years ago
Dumb bug in zdaemon fixed in which it would try to kill process numbers 1, 2, 3, 10, 12, and 15 when it caught a signal related to any of these signal numbers. ;-) Instead, it actually tries now to kill its child process with the same signal. More... over 22 years ago
Clean up indentation and trailing whitespace. More... over 22 years ago
Changed signal handler code. More... over 22 years ago
Cleaned up Daemon: More... over 22 years ago
Remove pass_signals_to_process in favor of calling SignalPasser one-at-a-time in zdaemon. More... over 22 years ago
These patches provide clean signal handling and logfile rotation to Zope. More... over 22 years ago
Move the detailed logging about an exited process to a helper function. More... over 22 years ago
Don't run any zdaemon tests unless the platform has setsid(). More... over 22 years ago
Use the os module instead of the posix module. More... over 22 years ago
Add zdaemon.tests to the list of install packages in setup(). More... over 22 years ago
Improve error reporting when child exits or is killed by a signal. More... over 22 years ago
merge toby-daemon-file-close-branch: closing stdin/stdout/stderr when run as a daemon More... almost 23 years ago
Upgrade to ZPL 2.0 (merge) More... almost 23 years ago
License file update More... about 23 years ago
Initial revision More... over 23 years ago