summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-294-54/+75
* 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
* Update gzip.py by updating docstrings and renamingAllan Saddi2006-12-052-73/+107
* Change intra-package imports into absolute imports.Allan Saddi2006-12-0216-31/+34
* Add forceCookieOutput attribute to SessionService toAllan Saddi2006-12-022-1/+10
* Update setup script.Allan Saddi2006-12-014-29/+269
* Don't attempt to install signal handlers under WindowsAllan Saddi2006-11-272-1/+10
* 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
* Add cookieAttributes to SessionService to make it easierAllan Saddi2006-11-112-1/+11
* 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
* 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
* Added umask keyword parameter to fcgi and fcgi_fork,Allan Saddi2006-05-184-4/+23
* Fix illusive problem with AJP implementation.Allan Saddi2006-05-042-2/+8
* Catch a strange FieldStorage case.Allan Saddi2006-04-062-14/+20
* Add maxRequests option to PreforkServer.Allan Saddi2006-03-222-1/+18
* Add paste.server_factory-compliant factories and respectiveAllan Saddi2006-02-2412-34/+138
* Don't eat ImportErrors in ImportingModuleResolvers.Allan Saddi2006-01-152-4/+8
* Improve Windows compatibility by conditionally installingAllan Saddi2006-01-053-12/+28
* Fix socket leak in eunuchs socketpair() wrapper.Allan Saddi2005-12-192-1/+9
* Move custom 404 code out of resolvers and wholly into Publisher.Allan Saddi2005-12-179-29/+21
* Updated ChangeLog.Allan Saddi2005-12-171-1/+2
* Switch to setuptools for egg support.Allan Saddi2005-12-171-1/+4
* Add higher-level 404 error page support.Allan Saddi2005-12-169-7/+26
* Fix issue with FCGI_GET_VALUES handling.Allan Saddi2005-11-282-1/+6
* When running under Python < 2.4, attempt to use socketpair()Allan Saddi2005-11-182-0/+21
* Python 2.3 doesn't define socket.SHUT_WR, which affectedAllan Saddi2005-09-082-0/+12
* Be sure to include ChangeLog in source distribution.Allan Saddi2005-07-151-0/+1
* Add setup script.Allan Saddi2005-07-151-0/+11
* Ensure session identifiers only contain ASCII characters whenAllan Saddi2005-07-032-1/+7
* Cleanly close connection socket to avoid sending a TCP RST toAllan Saddi2005-06-132-1/+17
* Take scriptName from the WSGI_SCRIPT_NAME environment variableAllan Saddi2005-05-313-10/+31
* Update test/example code. (No use binding *:8009 if allowedServers doesn'tAllan Saddi2005-05-182-2/+2
* Change default allowedServers for ajp and scgi to ['127.0.0.1'].Allan Saddi2005-05-183-4/+22
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-1810-25/+31
* Fix wsgi.multiprocess for scgi_fork. (Set to True.)Allan Saddi2005-05-183-4/+12
* Prevent possible deadlock related to DiskSessionStore locking.Allan Saddi2005-05-152-26/+41
* Convert decorators for compatibility.Allan Saddi2005-05-142-2/+7
* Ensure SessionStore.checkOutSession() never returns an invalidated Session.Allan Saddi2005-04-232-3/+15
* Forgot to update the subclasses.Allan Saddi2005-04-162-4/+16
* mod_scgi doesn't pass in PATH_INFO. Deduce from SCRIPT_NAME.Allan Saddi2005-04-161-1/+20