flup-server

log

age author description
2 weeks ago Allan Saddi avoid socket.fromfd AttributeError on win32 if cgi is forced, give helpful exception for fcgidefault tip
3 weeks ago Allan Saddi Fix for FastCGI CGI-mode which was broken by timeout feature.
3 weeks ago Allan Saddi A fix to the previous memory leak fix.
3 weeks ago Allan Saddi Fix memory leak in threadpool.
3 weeks ago Allan Saddi If start_new_thread fails, ensure the FastCGI request is properly closed.
3 weeks ago olt add minSpare, maxSpare, maxChildren and maxRequests options to paste server factories
4 months ago Allan Saddi Cancel alarm before restoring old SIGALRM handler. #43
4 months ago Allan Saddi Exit gracefully if a thread cannot be started when adding a new job. #42
4 months ago David Stanek fixed an issue where sending the parent a USR1 when a child is in an infinite loop crashes the parent.
4 months ago Allan Saddi Add configurable timeout (default: no timeout) to be used when the
6 months ago Allan Saddi Restore check of the absolute number of children against maxSpare and
6 months ago Jon Nelson fix fork bomb and check number of children against minSpare not maxSpare
7 months ago Allan Saddi Ensure docs are included in sdist. Allow building of docs from setuptools.
7 months ago Allan Saddi Don't break on platforms without SIGUSR1 (e.g. Windows).
7 months ago David Stanek Adding initial support for purging child processes in a safe way using SIGUSR1.
8 months ago Jon Nelson split out the docs somewhat
8 months ago Jon Nelson add docs subdir
8 months ago Jon Nelson tweak for docs building with Sphinx
9 months ago Allan Saddi Don't use NoDefault for ajp's scriptName -- it always must be specified since
9 months ago Jon Nelson change debug to default to False
9 months ago Allan Saddi Bump version, configure setuptools for snapshots.
9 months ago Allan Saddi Fix bug in scgi servers that occurs when SCRIPT_NAME is missing.
9 months ago Allan Saddi Use old API for daemon flag, for compatibility with Python < 2.6.
9 months ago Allan Saddi Ensure ThreadPool threads are daemon threads.
9 months ago Allan Saddi Call ThreadPool.shutdown() from threaded scgi server as well.
9 months ago Anand Chitipothu Let all the active requests to finish before quitting
9 months ago Allan Saddi Added tag 1.0.2 for changeset c6ea54fea750
9 months ago Allan Saddi Prepare for 1.0.2.1.0.2
9 months ago Allan Saddi Import Paste factories (and dependencies...) from PasteScript
10 months ago Allan Saddi Be tolerant of EAGAIN when sending messages to parent process.
13 months ago Allan Saddi Add forceCGI keyword argument to FastCGI servers to
13 months ago Allan Saddi Merge Tommi Virtanen's "single server" (sequential server)
15 months ago Allan Saddi Update ez_setup.py.
17 months ago Allan Saddi Forgot to update ChangeLog.
17 months ago Allan Saddi Re-seed random module after each fork.
18 months ago Allan Saddi Add an indication as to which header fails assertion when
18 months ago Allan Saddi Add support for setting umask for UNIX domain sockets from
19 months ago Allan Saddi Add support for configuring UNIX domain sockets (for servers that
19 months ago Allan Saddi Added tag 1.0 for changeset 6a1a1235936b
19 months ago Allan Saddi Added tag 1.0.1 for changeset 115fd353fe14
19 months ago Allan Saddi Prepare for 1.0.1.1.0.1
19 months ago Allan Saddi Revise previous patch for compatibility with pre-2.5 Python.
19 months ago Allan Saddi Attempt to deduce missing PATH_INFO and/or QUERY_STRING from
2007-06-05 Allan Saddi Remove publisher and middleware packages. Add cgi server for completeness.1.0
2007-09-10 Allan Saddi Fix readline implementations so size argument is checked
2007-09-10 Allan Saddi Don't need MANIFEST with hg plugin for setuptools. Remove download URL.
2007-06-05 Allan Saddi Fix up package/egg building.
2007-07-14 Allan Saddi Update ez_setup.py
2007-07-14 Allan Saddi Prevent ThreadPool inconsistences if an exception is actually raised.
2007-05-17 Allan Saddi Fix fcgi_fork so it can run on Solaris.
2007-05-11 Allan Saddi Catch and ignore EPIPE when flushing the streams and ending the request.
2007-01-23 Allan Saddi Fix eunuchs import issue.
2007-01-10 Allan Saddi Support gzip compression of XHTML pages using the
2007-01-02 Allan Saddi Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/
2006-12-29 Allan Saddi Back out previous commit. PATH_INFO is still not set
2006-12-29 Allan Saddi Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.
2006-12-13 Allan Saddi Fix problem in session.py seen when optimization is on.
2006-12-13 Allan Saddi Fix problem when optimizing.
2006-12-05 Allan Saddi Update servers to default to an empty QUERY_STRING if
2006-12-05 Allan Saddi Update gzip.py by updating docstrings and renaming