summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add paste.server_factory-compliant factories and respectiveAllan Saddi2006-02-241-0/+8
* Don't eat ImportErrors in ImportingModuleResolvers.Allan Saddi2006-01-151-0/+7
* Improve Windows compatibility by conditionally installingAllan Saddi2006-01-051-0/+6
* Fix socket leak in eunuchs socketpair() wrapper.Allan Saddi2005-12-191-0/+5
* Move custom 404 code out of resolvers and wholly into Publisher.Allan Saddi2005-12-171-1/+4
* Updated ChangeLog.Allan Saddi2005-12-171-1/+2
* Add higher-level 404 error page support.Allan Saddi2005-12-161-0/+5
* Fix issue with FCGI_GET_VALUES handling.Allan Saddi2005-11-281-0/+5
* When running under Python < 2.4, attempt to use socketpair()Allan Saddi2005-11-181-0/+5
* Python 2.3 doesn't define socket.SHUT_WR, which affectedAllan Saddi2005-09-081-0/+8
* Ensure session identifiers only contain ASCII characters whenAllan Saddi2005-07-031-0/+6
* Cleanly close connection socket to avoid sending a TCP RST toAllan Saddi2005-06-131-0/+5
* Take scriptName from the WSGI_SCRIPT_NAME environment variableAllan Saddi2005-05-311-0/+7
* Change default allowedServers for ajp and scgi to ['127.0.0.1'].Allan Saddi2005-05-181-0/+3
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-181-0/+2
* Fix wsgi.multiprocess for scgi_fork. (Set to True.)Allan Saddi2005-05-181-0/+4
* Prevent possible deadlock related to DiskSessionStore locking.Allan Saddi2005-05-151-0/+6
* Convert decorators for compatibility.Allan Saddi2005-05-141-0/+5