1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add daemonizing support. More... over 16 years ago
Use OS-defined macros to get signum and exit status. More... over 16 years ago
Don't assume EINTR for OSError. More... over 16 years ago
Print exceptions to stderr. More... over 16 years ago
Add license headers to all source files. More... over 16 years ago
Python 2.4 compatibility - README More... almost 17 years ago
Python 2.4 compatibility More... almost 17 years ago
Moving stuff in src for buildout sake. More... almost 17 years ago
Added tag 0.8.10 for changeset 1ea6e8b32d6d More... about 17 years ago
prepare for 0.8.10 More... about 17 years ago
whoops, I hadn't merged the changes from 0.8.9 More... about 17 years ago
When spawning starts up, add the current working directory to sys.path if it is not already there. Also, when calculating the PYTHONPATH to give to the child from sys.path, remove any path which does not exist, preventing setuptools DistributionNotFound errors. More... about 17 years ago
bump version to 0.8.10pre More... about 17 years ago
If there is an entry in svn:externals that doesn't exist, just ignore it and continue instead of dying horribly. More... about 17 years ago
Added tag 0.8.9 for changeset 1ba7b448bc74 More... about 17 years ago
Prepare for 0.8.9: Minor release which provides compatibility with running servers which are using 0.8.7. With 0.8.8, any running servers which are upgraded from 0.8.7->0.8.8 will crash with a KeyError and need to be restarted manually. More... about 17 years ago
Added tag 0.8.8 for changeset 4ceb202551dc More... about 17 years ago
update release notes and docs, bump version to 0.8.8 More... about 17 years ago
Use sys.executable and -m when starting child processes or restarting to maximize chances of using the right environment. Clean up the log messages that are displayed at startup and add --verbose mode which shows the detailed dictionary of configuration on startup/restart, defaulting to off. Clean up the help messages. More... about 17 years ago
Add a --max-age option which can be used to restart children after a specified time limit has expired. More... about 17 years ago
Add an option to limit the amount of memory spawning will use. If the process group goes over this limit, the controller gets a SIGHUP causing all the children to restart and hopefully some memory to be freed up. Also cleaned up the way the command lines look in ps More... about 17 years ago
Add coverage-gathering using figleaf if started with --coverage More... about 17 years ago
Correctly extract the exit code and clear up the logline a bit More... about 17 years ago
add access-log-file command line option More... about 17 years ago
back to 0.9pre More... about 17 years ago
Added tag 0.8.7 for changeset 58e352fc790a More... about 17 years ago
prepare for 0.8.7 More... about 17 years ago
If we can't import the wsgi app, panic. If we can't fork a child process (out of memory), panic. Add an exponential backoff to the controller's panic restart. Before spawning would restart as fast as possible; now it backs off the time between restarts. More... about 17 years ago
1) Check to see if the controller is still alive, and if not, just exit. 2) Don't hold on to the web port at all in the reloader_svn process. More... about 17 years ago
Fix a file descriptor leak which would eventually make the controller run out of file descriptors if it restarted enough times (thousands of times). Now the number of file descriptors stays constant no matter how many times the controller restarts. Also, I simplified restarting and removed the need for override_args which was causing subtle bugs whenever the server wasn't started by executing the command line spawn script. More... about 17 years ago