| age |
author |
description |
| Mon, 10 Sep 2007 15:56:44 -0700 |
Allan Saddi |
Fix readline implementations so size argument is checkeddefault tip |
| Mon, 10 Sep 2007 15:49:47 -0700 |
Allan Saddi |
Don't need MANIFEST with hg plugin for setuptools. Remove download URL. |
| Tue, 05 Jun 2007 10:01:55 -0700 |
Allan Saddi |
Fix up package/egg building. |
| Sat, 14 Jul 2007 09:18:04 -0700 |
Allan Saddi |
Update ez_setup.py |
| Sat, 14 Jul 2007 09:16:42 -0700 |
Allan Saddi |
Prevent ThreadPool inconsistences if an exception is actually raised. |
| Thu, 17 May 2007 16:08:05 +0000 |
Allan Saddi |
Fix fcgi_fork so it can run on Solaris. |
| Fri, 11 May 2007 16:52:04 +0000 |
Allan Saddi |
Catch and ignore EPIPE when flushing the streams and ending the request. |
| Tue, 23 Jan 2007 00:05:00 +0000 |
Allan Saddi |
Fix eunuchs import issue. |
| Wed, 10 Jan 2007 18:19:00 +0000 |
Allan Saddi |
Support gzip compression of XHTML pages using the |
| Tue, 02 Jan 2007 22:15:05 +0000 |
Allan Saddi |
Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/ |
| Fri, 29 Dec 2006 18:27:02 +0000 |
Allan Saddi |
Back out previous commit. PATH_INFO is still not set |
| Fri, 29 Dec 2006 18:13:03 +0000 |
Allan Saddi |
Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base. |
| Wed, 13 Dec 2006 16:24:01 +0000 |
Allan Saddi |
Fix problem in session.py seen when optimization is on. |
| Wed, 13 Dec 2006 16:19:02 +0000 |
Allan Saddi |
Fix problem when optimizing. |
| Tue, 05 Dec 2006 22:11:04 +0000 |
Allan Saddi |
Update servers to default to an empty QUERY_STRING if |
| Tue, 05 Dec 2006 22:01:00 +0000 |
Allan Saddi |
Update gzip.py by updating docstrings and renaming |
| Sat, 02 Dec 2006 23:26:01 +0000 |
Allan Saddi |
Change intra-package imports into absolute imports. |
| Sat, 02 Dec 2006 19:40:02 +0000 |
Allan Saddi |
Add forceCookieOutput attribute to SessionService to |
| Fri, 01 Dec 2006 21:49:00 +0000 |
Allan Saddi |
Update setup script. |
| Mon, 27 Nov 2006 06:30:01 +0000 |
Allan Saddi |
Don't attempt to install signal handlers under Windows |
| Sat, 25 Nov 2006 07:01:03 +0000 |
Allan Saddi |
Add *_thread egg entry-point aliases. |
| Sat, 25 Nov 2006 02:08:05 +0000 |
Allan Saddi |
Don't bother with connection debug stuff when dealing with UNIX sockets. |
| Sat, 25 Nov 2006 02:01:03 +0000 |
Allan Saddi |
Forgot to update ChangeLog with last commit. |
| Sat, 25 Nov 2006 02:00:02 +0000 |
Allan Saddi |
Experimental support for SCGI over UNIX domain sockets. |
| Fri, 24 Nov 2006 23:02:05 +0000 |
Allan Saddi |
Add FCGIApp and SCGIApp from sandbox. |
| Sun, 19 Nov 2006 17:34:03 +0000 |
Allan Saddi |
Change mime-type matching algorithm in GzipMiddleware. |
| Sat, 11 Nov 2006 00:38:02 +0000 |
Allan Saddi |
Add cookieAttributes to SessionService to make it easier |
| Mon, 28 Aug 2006 16:45:05 +0000 |
Allan Saddi |
Add support for FastCGI roles other than FCGI_RESPONDER. |
| Wed, 02 Aug 2006 19:08:02 +0000 |
Allan Saddi |
What was I thinking? |
| Wed, 02 Aug 2006 18:04:04 +0000 |
Allan Saddi |
Add cookieExpiration keyword to SessionService / |
| Tue, 27 Jun 2006 18:53:04 +0000 |
Allan Saddi |
Set close-on-exec flag on all server sockets. |
| Sun, 18 Jun 2006 16:04:04 +0000 |
Allan Saddi |
Stop ignoring EPIPE exceptions. |
| Thu, 18 May 2006 16:31:01 +0000 |
Allan Saddi |
Added umask keyword parameter to fcgi and fcgi_fork, |
| Thu, 04 May 2006 01:49:04 +0000 |
Allan Saddi |
Fix illusive problem with AJP implementation. |
| Thu, 06 Apr 2006 23:05:05 +0000 |
Allan Saddi |
Catch a strange FieldStorage case. |
| Wed, 22 Mar 2006 00:43:02 +0000 |
Allan Saddi |
Add maxRequests option to PreforkServer. |
| Fri, 24 Feb 2006 00:16:01 +0000 |
Allan Saddi |
Add paste.server_factory-compliant factories and respective |
| Sun, 15 Jan 2006 18:20:03 +0000 |
Allan Saddi |
Don't eat ImportErrors in ImportingModuleResolvers. |
| Thu, 05 Jan 2006 20:42:02 +0000 |
Allan Saddi |
Improve Windows compatibility by conditionally installing |
| Mon, 19 Dec 2005 20:49:05 +0000 |
Allan Saddi |
Fix socket leak in eunuchs socketpair() wrapper. |
| Sat, 17 Dec 2005 00:58:01 +0000 |
Allan Saddi |
Move custom 404 code out of resolvers and wholly into Publisher. |
| Sat, 17 Dec 2005 00:23:03 +0000 |
Allan Saddi |
Updated ChangeLog. |
| Sat, 17 Dec 2005 00:20:03 +0000 |
Allan Saddi |
Switch to setuptools for egg support. |
| Fri, 16 Dec 2005 17:29:00 +0000 |
Allan Saddi |
Add higher-level 404 error page support. |
| Mon, 28 Nov 2005 17:16:04 +0000 |
Allan Saddi |
Fix issue with FCGI_GET_VALUES handling. |
| Fri, 18 Nov 2005 22:41:03 +0000 |
Allan Saddi |
When running under Python < 2.4, attempt to use socketpair() |
| Thu, 08 Sep 2005 01:31:01 +0000 |
Allan Saddi |
Python 2.3 doesn't define socket.SHUT_WR, which affected |
| Fri, 15 Jul 2005 16:27:00 +0000 |
Allan Saddi |
Be sure to include ChangeLog in source distribution. |
| Fri, 15 Jul 2005 16:20:03 +0000 |
Allan Saddi |
Add setup script. |
| Sun, 03 Jul 2005 18:16:02 +0000 |
Allan Saddi |
Ensure session identifiers only contain ASCII characters when |
| Mon, 13 Jun 2005 06:10:01 +0000 |
Allan Saddi |
Cleanly close connection socket to avoid sending a TCP RST to |
| Tue, 31 May 2005 22:37:04 +0000 |
Allan Saddi |
Take scriptName from the WSGI_SCRIPT_NAME environment variable |
| Wed, 18 May 2005 23:26:01 +0000 |
Allan Saddi |
Update test/example code. (No use binding *:8009 if allowedServers doesn't |
| Wed, 18 May 2005 23:13:01 +0000 |
Allan Saddi |
Change default allowedServers for ajp and scgi to ['127.0.0.1']. |
| Wed, 18 May 2005 19:59:02 +0000 |
Allan Saddi |
Change threaded servers so wsgi.multiprocess is False by default. |
| Wed, 18 May 2005 10:11:02 +0000 |
Allan Saddi |
Fix wsgi.multiprocess for scgi_fork. (Set to True.) |
| Sun, 15 May 2005 07:33:02 +0000 |
Allan Saddi |
Prevent possible deadlock related to DiskSessionStore locking. |
| Sat, 14 May 2005 10:45:03 +0000 |
Allan Saddi |
Convert decorators for compatibility. |
| Sat, 23 Apr 2005 09:46:05 +0000 |
Allan Saddi |
Ensure SessionStore.checkOutSession() never returns an invalidated Session. |
| Sat, 16 Apr 2005 09:53:04 +0000 |
Allan Saddi |
Forgot to update the subclasses. |