summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | WSGI application is called. Only applies to forked servers!
* 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
| | | | Make note of why it isn't called in ajp.
* 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
| | | | programmatically force CGI behavior.
* Merge Tommi Virtanen's "single server" (sequential server)Allan Saddi2009-02-021-0/+5
| | | | patch.
* 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
| | | | passing in non-string header names and/or values.
* Add support for setting umask for UNIX domain sockets fromAllan Saddi2008-08-201-0/+6
| | | | paste.server_factory implementations.
* Add support for configuring UNIX domain sockets (for servers thatAllan Saddi2008-07-231-0/+6
| | | | support them) in the paste.server_factory implementations.
* 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
| | | | REQUEST_URI, if present.
* 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
| | | | | earlier. (transplanted from f1cc536d3f42ce695e4401ad729eec1985803579)
* 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
| | | | | correct MIME type.
* Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/Allan Saddi2007-01-021-3/+0
| | | | | PATH_INFO correctly when using SCGIMount (vs. SCGIHandler/SCGIServer).
* Back out previous commit. PATH_INFO is still not setAllan Saddi2006-12-291-0/+3
| | | | | correctly by mod_scgi.
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-291-34/+38
| | | | | | Modern versions of mod_scgi correctly set SCRIPT_NAME & PATH_INFO.
* 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
| | | | | | | not present in the environ. Update gzip.py: compresslevel -> compress_level
* Update gzip.py by updating docstrings and renamingAllan Saddi2006-12-051-0/+7
| | | | | | classes/methods/functions to better follow Python naming conventions.
* Change intra-package imports into absolute imports.Allan Saddi2006-12-021-0/+4
|
* Add forceCookieOutput attribute to SessionService toAllan Saddi2006-12-021-0/+5
| | | | | force Set-Cookie output for the current request.
* Update setup script.Allan Saddi2006-12-011-0/+4
|
* Don't attempt to install signal handlers under WindowsAllan Saddi2006-11-271-0/+5
| | | | | to improve compatibility.
* 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
| | | | | | Strip parameters (e.g. "encoding") and accept a list of regexps. By default, compress 'text/.*' mime-types.
* Add cookieAttributes to SessionService to make it easierAllan Saddi2006-11-111-0/+5
| | | | | to customize the generated cookie's attributes.
* 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
| | | | | SessionMiddleware to adjust the session cookie's expiration.
* 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
| | | | | for use when binding to a UNIX socket.
* 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
| | | | | | egg entry points. Add debug option to servers, which is True by default.
* Don't eat ImportErrors in ImportingModuleResolvers.Allan Saddi2006-01-151-0/+7
|
* Improve Windows compatibility by conditionally installingAllan Saddi2006-01-051-0/+6
| | | | | SIGHUP handler.
* 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
|