openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Z
zdaemon
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 14 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Docstring and usage() tweakage. Add TODO list.
Guido van Rossum
More...
about 22 years ago
A daemon manager. Not quite done, but this is a checkpoint checkin so I can continue working from home.
Guido van Rossum
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_".
Guido van Rossum
More...
about 22 years ago
Add missing log level to pstamp() call.
Jeremy Hylton
More...
about 22 years ago
Improved logging.
Jeremy Hylton
More...
about 22 years ago
Don't be so wimpy about testing for core dumps. It's s & 0x80, except when os.WCOREDUMP exists.
Guido van Rossum
More...
over 22 years ago
Applying presentation patches from Guido.
Chris McDonough
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.
Chris McDonough
More...
over 22 years ago
Clean up indentation and trailing whitespace.
Martijn Pieters
More...
over 22 years ago
Changed signal handler code.
Chris McDonough
More...
over 22 years ago
Cleaned up Daemon:
Chris McDonough
More...
over 22 years ago
Remove pass_signals_to_process in favor of calling SignalPasser one-at-a-time in zdaemon.
Chris McDonough
More...
over 22 years ago
These patches provide clean signal handling and logfile rotation to Zope.
Chris McDonough
More...
over 22 years ago
Move the detailed logging about an exited process to a helper function.
Jeremy Hylton
More...
over 22 years ago
Don't run any zdaemon tests unless the platform has setsid().
Jeremy Hylton
More...
over 22 years ago
Use the os module instead of the posix module.
Jeremy Hylton
More...
over 22 years ago
Add zdaemon.tests to the list of install packages in setup().
Jeremy Hylton
More...
over 22 years ago
Improve error reporting when child exits or is killed by a signal.
Jeremy Hylton
More...
over 22 years ago
merge toby-daemon-file-close-branch: closing stdin/stdout/stderr when run as a daemon
Toby Dickenson
More...
almost 23 years ago
Upgrade to ZPL 2.0 (merge)
Guido van Rossum
More...
almost 23 years ago
License file update
[email protected]
More...
about 23 years ago
Initial revision
Shane Hathaway
More...
over 23 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree