summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 1.0.2 for changeset c6ea54fea750baserock/morphAllan Saddi2009-05-260-0/+0
|
* Prepare for 1.0.2.1.0.2Allan Saddi2009-05-262-1/+5
|
* Import Paste factories (and dependencies...) from PasteScriptAllan Saddi2009-05-1810-52/+135
|
* Be tolerant of EAGAIN when sending messages to parent process.Allan Saddi2009-05-041-13/+18
|
* Add forceCGI keyword argument to FastCGI servers toAllan Saddi2009-02-025-9/+18
| | | | programmatically force CGI behavior.
* Merge Tommi Virtanen's "single server" (sequential server)Allan Saddi2009-02-023-0/+328
| | | | patch.
* Update ez_setup.py.Allan Saddi2008-12-032-28/+77
|
* Forgot to update ChangeLog.Allan Saddi2008-09-261-0/+4
|
* Re-seed random module after each fork.Allan Saddi2008-09-261-1/+15
|
* Add an indication as to which header fails assertion whenAllan Saddi2008-09-114-6/+11
| | | | passing in non-string header names and/or values.
* Add support for setting umask for UNIX domain sockets fromAllan Saddi2008-08-202-0/+8
| | | | paste.server_factory implementations.
* Add support for configuring UNIX domain sockets (for servers thatAllan Saddi2008-07-232-1/+11
| | | | support them) in the paste.server_factory implementations.
* Added tag 1.0 for changeset 6a1a1235936bAllan Saddi2008-07-220-0/+0
|
* Added tag 1.0.1 for changeset 115fd353fe14Allan Saddi2008-07-220-0/+0
|
* Prepare for 1.0.1.1.0.1Allan Saddi2008-07-222-1/+3
|
* Revise previous patch for compatibility with pre-2.5 Python.Allan Saddi2008-07-223-10/+23
|
* Attempt to deduce missing PATH_INFO and/or QUERY_STRING fromAllan Saddi2008-07-224-10/+30
| | | | REQUEST_URI, if present.
* Remove publisher and middleware packages. Add cgi server for completeness.1.0Allan Saddi2007-06-0516-2845/+79
|
* Fix readline implementations so size argument is checkedAllan Saddi2007-09-103-6/+11
| | | | | earlier. (transplanted from f1cc536d3f42ce695e4401ad729eec1985803579)
* Don't need MANIFEST with hg plugin for setuptools. Remove download URL.Allan Saddi2007-09-102-4/+1
|
* Fix up package/egg building.Allan Saddi2007-06-053-4/+6
|
* Update ez_setup.pyAllan Saddi2007-07-141-1/+10
|
* Prevent ThreadPool inconsistences if an exception is actually raised.Allan Saddi2007-07-143-1/+14
|
* Fix fcgi_fork so it can run on Solaris.Allan Saddi2007-05-172-3/+11
|
* Catch and ignore EPIPE when flushing the streams and ending the request.Allan Saddi2007-05-111-2/+6
|
* Fix eunuchs import issue.Allan Saddi2007-01-232-1/+5
|
* Support gzip compression of XHTML pages using theAllan Saddi2007-01-102-1/+6
| | | | | correct MIME type.
* Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/Allan Saddi2007-01-024-23/+37
| | | | | PATH_INFO correctly when using SCGIMount (vs. SCGIHandler/SCGIServer).
* Back out previous commit. PATH_INFO is still not setAllan Saddi2006-12-294-37/+23
| | | | | correctly by mod_scgi.
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-294-54/+75
| | | | | | Modern versions of mod_scgi correctly set SCRIPT_NAME & PATH_INFO.
* Fix problem in session.py seen when optimization is on.Allan Saddi2006-12-132-5/+9
|
* Fix problem when optimizing.Allan Saddi2006-12-131-1/+3
|
* Update servers to default to an empty QUERY_STRING ifAllan Saddi2006-12-0511-6/+31
| | | | | | | not present in the environ. Update gzip.py: compresslevel -> compress_level
* Update gzip.py by updating docstrings and renamingAllan Saddi2006-12-052-73/+107
| | | | | | classes/methods/functions to better follow Python naming conventions.
* Change intra-package imports into absolute imports.Allan Saddi2006-12-0216-31/+34
|
* Add forceCookieOutput attribute to SessionService toAllan Saddi2006-12-022-1/+10
| | | | | force Set-Cookie output for the current request.
* Update setup script.Allan Saddi2006-12-014-29/+269
|
* Don't attempt to install signal handlers under WindowsAllan Saddi2006-11-272-1/+10
| | | | | to improve compatibility.
* Add *_thread egg entry-point aliases.Allan Saddi2006-11-252-0/+5
|
* Don't bother with connection debug stuff when dealing with UNIX sockets.Allan Saddi2006-11-251-4/+6
|
* Forgot to update ChangeLog with last commit.Allan Saddi2006-11-251-0/+3
|
* Experimental support for SCGI over UNIX domain sockets.Allan Saddi2006-11-254-22/+71
|
* Add FCGIApp and SCGIApp from sandbox.Allan Saddi2006-11-245-1/+643
|
* Change mime-type matching algorithm in GzipMiddleware.Allan Saddi2006-11-192-4/+15
| | | | | | 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-112-1/+11
| | | | | to customize the generated cookie's attributes.
* Add support for FastCGI roles other than FCGI_RESPONDER.Allan Saddi2006-08-283-5/+12
|
* What was I thinking?Allan Saddi2006-08-021-1/+1
|
* Add cookieExpiration keyword to SessionService /Allan Saddi2006-08-022-1/+11
| | | | | SessionMiddleware to adjust the session cookie's expiration.
* Set close-on-exec flag on all server sockets.Allan Saddi2006-06-273-0/+35
|
* Stop ignoring EPIPE exceptions.Allan Saddi2006-06-184-44/+55
|