flup

log

age author description
2007-09-10 Allan Saddi Fix readline implementations so size argument is checkeddefault tip
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
2006-12-02 Allan Saddi Change intra-package imports into absolute imports.
2006-12-02 Allan Saddi Add forceCookieOutput attribute to SessionService to
2006-12-01 Allan Saddi Update setup script.
2006-11-27 Allan Saddi Don't attempt to install signal handlers under Windows
2006-11-25 Allan Saddi Add *_thread egg entry-point aliases.
2006-11-25 Allan Saddi Don't bother with connection debug stuff when dealing with UNIX sockets.
2006-11-25 Allan Saddi Forgot to update ChangeLog with last commit.
2006-11-25 Allan Saddi Experimental support for SCGI over UNIX domain sockets.
2006-11-24 Allan Saddi Add FCGIApp and SCGIApp from sandbox.
2006-11-19 Allan Saddi Change mime-type matching algorithm in GzipMiddleware.
2006-11-11 Allan Saddi Add cookieAttributes to SessionService to make it easier
2006-08-28 Allan Saddi Add support for FastCGI roles other than FCGI_RESPONDER.
2006-08-02 Allan Saddi What was I thinking?
2006-08-02 Allan Saddi Add cookieExpiration keyword to SessionService /
2006-06-27 Allan Saddi Set close-on-exec flag on all server sockets.
2006-06-18 Allan Saddi Stop ignoring EPIPE exceptions.
2006-05-18 Allan Saddi Added umask keyword parameter to fcgi and fcgi_fork,
2006-05-04 Allan Saddi Fix illusive problem with AJP implementation.
2006-04-06 Allan Saddi Catch a strange FieldStorage case.
2006-03-22 Allan Saddi Add maxRequests option to PreforkServer.
2006-02-24 Allan Saddi Add paste.server_factory-compliant factories and respective
2006-01-15 Allan Saddi Don't eat ImportErrors in ImportingModuleResolvers.
2006-01-05 Allan Saddi Improve Windows compatibility by conditionally installing
2005-12-19 Allan Saddi Fix socket leak in eunuchs socketpair() wrapper.
2005-12-17 Allan Saddi Move custom 404 code out of resolvers and wholly into Publisher.
2005-12-17 Allan Saddi Updated ChangeLog.
2005-12-17 Allan Saddi Switch to setuptools for egg support.
2005-12-16 Allan Saddi Add higher-level 404 error page support.
2005-11-28 Allan Saddi Fix issue with FCGI_GET_VALUES handling.
2005-11-18 Allan Saddi When running under Python < 2.4, attempt to use socketpair()
2005-09-08 Allan Saddi Python 2.3 doesn't define socket.SHUT_WR, which affected
2005-07-15 Allan Saddi Be sure to include ChangeLog in source distribution.
2005-07-15 Allan Saddi Add setup script.
2005-07-03 Allan Saddi Ensure session identifiers only contain ASCII characters when
2005-06-13 Allan Saddi Cleanly close connection socket to avoid sending a TCP RST to
2005-05-31 Allan Saddi Take scriptName from the WSGI_SCRIPT_NAME environment variable
2005-05-18 Allan Saddi Update test/example code. (No use binding *:8009 if allowedServers doesn't
2005-05-18 Allan Saddi Change default allowedServers for ajp and scgi to ['127.0.0.1'].
2005-05-18 Allan Saddi Change threaded servers so wsgi.multiprocess is False by default.
2005-05-18 Allan Saddi Fix wsgi.multiprocess for scgi_fork. (Set to True.)
2005-05-15 Allan Saddi Prevent possible deadlock related to DiskSessionStore locking.
2005-05-14 Allan Saddi Convert decorators for compatibility.
2005-04-23 Allan Saddi Ensure SessionStore.checkOutSession() never returns an invalidated Session.
2005-04-16 Allan Saddi Forgot to update the subclasses.