summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix fcgi_single. #61Allan Saddi2011-04-221-0/+4
* Add threadpool options to Paste factories. #59Allan Saddi2011-04-041-0/+4
* When deriving PATH_INFO from REQUEST_URI, take SCRIPT_NAME into account.Allan Saddi2011-02-191-0/+4
* Use HTTP status code 500 for error pages.Allan Saddi2011-01-111-0/+5
* Don't try to restore signal handlers if they weren't installed inAllan Saddi2010-10-141-0/+5
* Improvements to *_app._getConnection methods suggested byAllan Saddi2010-10-051-0/+5
* Exit gracefully if a thread cannot be started when adding a new job. #42Allan Saddi2009-10-271-0/+5
* Add configurable timeout (default: no timeout) to be used when theAllan Saddi2009-10-211-0/+5
* Fix bug in scgi servers that occurs when SCRIPT_NAME is missing.Allan Saddi2009-06-051-0/+5
* Call ThreadPool.shutdown() from threaded scgi server as well.Allan Saddi2009-05-291-0/+5
* Prepare for 1.0.2.1.0.2Allan Saddi2009-05-261-0/+4
* Import Paste factories (and dependencies...) from PasteScriptAllan Saddi2009-05-181-0/+8
* Add forceCGI keyword argument to FastCGI servers toAllan Saddi2009-02-021-0/+3
* Merge Tommi Virtanen's "single server" (sequential server)Allan Saddi2009-02-021-0/+5
* Update ez_setup.py.Allan Saddi2008-12-031-0/+4
* Forgot to update ChangeLog.Allan Saddi2008-09-261-0/+4
* Add an indication as to which header fails assertion whenAllan Saddi2008-09-111-0/+5
* Add support for setting umask for UNIX domain sockets fromAllan Saddi2008-08-201-0/+6
* Add support for configuring UNIX domain sockets (for servers thatAllan Saddi2008-07-231-0/+6
* Prepare for 1.0.1.1.0.1Allan Saddi2008-07-221-0/+2
* Attempt to deduce missing PATH_INFO and/or QUERY_STRING fromAllan Saddi2008-07-221-0/+5
* Remove publisher and middleware packages. Add cgi server for completeness.1.0Allan Saddi2007-06-051-4/+5
* Fix readline implementations so size argument is checkedAllan Saddi2007-09-101-0/+5
* Prevent ThreadPool inconsistences if an exception is actually raised.Allan Saddi2007-07-141-0/+5
* Fix fcgi_fork so it can run on Solaris.Allan Saddi2007-05-171-0/+5
* Fix eunuchs import issue.Allan Saddi2007-01-231-0/+4
* Support gzip compression of XHTML pages using theAllan Saddi2007-01-101-0/+5
* Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/Allan Saddi2007-01-021-3/+0
* Back out previous commit. PATH_INFO is still not setAllan Saddi2006-12-291-0/+3
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-291-34/+38
* Fix problem in session.py seen when optimization is on.Allan Saddi2006-12-131-0/+4
* Update servers to default to an empty QUERY_STRING ifAllan Saddi2006-12-051-0/+5
* Update gzip.py by updating docstrings and renamingAllan Saddi2006-12-051-0/+7
* Change intra-package imports into absolute imports.Allan Saddi2006-12-021-0/+4
* Add forceCookieOutput attribute to SessionService toAllan Saddi2006-12-021-0/+5
* Update setup script.Allan Saddi2006-12-011-0/+4
* Don't attempt to install signal handlers under WindowsAllan Saddi2006-11-271-0/+5
* Add *_thread egg entry-point aliases.Allan Saddi2006-11-251-0/+2
* Forgot to update ChangeLog with last commit.Allan Saddi2006-11-251-0/+3
* Add FCGIApp and SCGIApp from sandbox.Allan Saddi2006-11-241-0/+6
* Change mime-type matching algorithm in GzipMiddleware.Allan Saddi2006-11-191-0/+6
* Add cookieAttributes to SessionService to make it easierAllan Saddi2006-11-111-0/+5
* Add support for FastCGI roles other than FCGI_RESPONDER.Allan Saddi2006-08-281-0/+5
* Add cookieExpiration keyword to SessionService /Allan Saddi2006-08-021-0/+6
* Set close-on-exec flag on all server sockets.Allan Saddi2006-06-271-0/+5
* Stop ignoring EPIPE exceptions.Allan Saddi2006-06-181-0/+11
* Added umask keyword parameter to fcgi and fcgi_fork,Allan Saddi2006-05-181-0/+5
* Fix illusive problem with AJP implementation.Allan Saddi2006-05-041-0/+6
* Catch a strange FieldStorage case.Allan Saddi2006-04-061-0/+5
* Add maxRequests option to PreforkServer.Allan Saddi2006-03-221-0/+5