| age |
author |
description |
| Thu, 23 Feb 2012 15:13:09 +0200 |
Velko Ivanov |
Added sockTimeout option for prefork serverdefault tip |
| Mon, 06 Jun 2011 18:29:07 -0700 |
Allan Saddi |
Fix bug that occurs when an unknown FastCGI record type is seen. |
| Fri, 22 Apr 2011 16:21:10 -0700 |
Allan Saddi |
Fix fcgi_single. #61 |
| Mon, 04 Apr 2011 23:02:16 -0700 |
Allan Saddi |
Add threadpool options to Paste factories. #59 |
| Sat, 19 Feb 2011 00:16:45 -0800 |
Allan Saddi |
When deriving PATH_INFO from REQUEST_URI, take SCRIPT_NAME into account. |
| Tue, 11 Jan 2011 10:43:06 -0800 |
Allan Saddi |
Use HTTP status code 500 for error pages. |
| Thu, 14 Oct 2010 16:33:20 -0700 |
Allan Saddi |
Don't try to restore signal handlers if they weren't installed in |
| Tue, 05 Oct 2010 12:07:37 -0700 |
Allan Saddi |
Improvements to *_app._getConnection methods suggested by |
| Tue, 25 May 2010 11:09:06 -0700 |
Allan Saddi |
Be sure thread is imported since we reference thread.error. |
| Sat, 20 Feb 2010 08:33:12 -0800 |
Allan Saddi |
avoid socket.fromfd AttributeError on win32 if cgi is forced, give helpful exception for fcgi |
| Wed, 17 Feb 2010 12:10:25 -0800 |
Allan Saddi |
Fix for FastCGI CGI-mode which was broken by timeout feature. |
| Tue, 16 Feb 2010 23:24:32 -0800 |
Allan Saddi |
A fix to the previous memory leak fix. |
| Fri, 12 Feb 2010 10:58:43 -0800 |
Allan Saddi |
Fix memory leak in threadpool. |
| Fri, 12 Feb 2010 10:53:36 -0800 |
Allan Saddi |
If start_new_thread fails, ensure the FastCGI request is properly closed. |
| Fri, 12 Feb 2010 15:25:11 +0100 |
olt |
add minSpare, maxSpare, maxChildren and maxRequests options to paste server factories |
| Wed, 04 Nov 2009 08:46:14 -0800 |
Allan Saddi |
Cancel alarm before restoring old SIGALRM handler. #43 |
| Tue, 27 Oct 2009 09:24:05 -0700 |
Allan Saddi |
Exit gracefully if a thread cannot be started when adding a new job. #42 |
| Wed, 21 Oct 2009 14:31:37 -0400 |
David Stanek |
fixed an issue where sending the parent a USR1 when a child is in an infinite loop crashes the parent. |
| Wed, 21 Oct 2009 09:29:33 -0700 |
Allan Saddi |
Add configurable timeout (default: no timeout) to be used when the |
| Mon, 17 Aug 2009 12:42:43 -0700 |
Allan Saddi |
Restore check of the absolute number of children against maxSpare and |
| Mon, 17 Aug 2009 13:46:42 -0500 |
Jon Nelson |
fix fork bomb and check number of children against minSpare not maxSpare |
| Thu, 16 Jul 2009 10:01:15 -0700 |
Allan Saddi |
Ensure docs are included in sdist. Allow building of docs from setuptools. |
| Wed, 15 Jul 2009 22:23:06 -0700 |
Allan Saddi |
Don't break on platforms without SIGUSR1 (e.g. Windows). |
| Thu, 16 Jul 2009 00:27:09 -0400 |
David Stanek |
Adding initial support for purging child processes in a safe way using SIGUSR1. |
| Mon, 06 Jul 2009 19:30:49 -0500 |
Jon Nelson |
split out the docs somewhat |
| Mon, 06 Jul 2009 11:24:37 -0500 |
Jon Nelson |
add docs subdir |
| Mon, 06 Jul 2009 11:21:26 -0500 |
Jon Nelson |
tweak for docs building with Sphinx |
| Fri, 12 Jun 2009 16:07:45 -0700 |
Allan Saddi |
Don't use NoDefault for ajp's scriptName -- it always must be specified since |
| Fri, 12 Jun 2009 13:58:50 -0500 |
Jon Nelson |
change debug to default to False |
| Mon, 08 Jun 2009 10:28:30 -0700 |
Allan Saddi |
Bump version, configure setuptools for snapshots. |
| Fri, 05 Jun 2009 09:31:26 -0700 |
Allan Saddi |
Fix bug in scgi servers that occurs when SCRIPT_NAME is missing. |
| Fri, 29 May 2009 10:55:06 -0700 |
Allan Saddi |
Use old API for daemon flag, for compatibility with Python < 2.6. |
| Fri, 29 May 2009 10:26:04 -0700 |
Allan Saddi |
Ensure ThreadPool threads are daemon threads. |
| Fri, 29 May 2009 10:04:54 -0700 |
Allan Saddi |
Call ThreadPool.shutdown() from threaded scgi server as well. |
| Fri, 29 May 2009 19:49:45 +0530 |
Anand Chitipothu |
Let all the active requests to finish before quitting |
| Tue, 26 May 2009 07:57:46 -0700 |
Allan Saddi |
Added tag 1.0.2 for changeset c6ea54fea750 |
| Tue, 26 May 2009 07:57:30 -0700 |
Allan Saddi |
Prepare for 1.0.2.1.0.2 |
| Mon, 18 May 2009 16:01:13 -0700 |
Allan Saddi |
Import Paste factories (and dependencies...) from PasteScript |
| Mon, 04 May 2009 13:33:39 -0700 |
Allan Saddi |
Be tolerant of EAGAIN when sending messages to parent process. |
| Mon, 02 Feb 2009 23:55:25 -0800 |
Allan Saddi |
Add forceCGI keyword argument to FastCGI servers to |
| Mon, 02 Feb 2009 23:34:31 -0800 |
Allan Saddi |
Merge Tommi Virtanen's "single server" (sequential server) |
| Wed, 03 Dec 2008 10:43:53 -0800 |
Allan Saddi |
Update ez_setup.py. |
| Fri, 26 Sep 2008 08:01:37 -0700 |
Allan Saddi |
Forgot to update ChangeLog. |
| Fri, 26 Sep 2008 07:59:47 -0700 |
Allan Saddi |
Re-seed random module after each fork. |
| Thu, 11 Sep 2008 12:28:52 -0700 |
Allan Saddi |
Add an indication as to which header fails assertion when |
| Wed, 20 Aug 2008 09:16:56 -0700 |
Allan Saddi |
Add support for setting umask for UNIX domain sockets from |
| Wed, 23 Jul 2008 22:51:59 -0700 |
Allan Saddi |
Add support for configuring UNIX domain sockets (for servers that |
| Tue, 22 Jul 2008 11:47:43 -0700 |
Allan Saddi |
Added tag 1.0 for changeset 6a1a1235936b |
| Tue, 22 Jul 2008 11:13:24 -0700 |
Allan Saddi |
Added tag 1.0.1 for changeset 115fd353fe14 |
| Tue, 22 Jul 2008 11:12:52 -0700 |
Allan Saddi |
Prepare for 1.0.1.1.0.1 |
| Tue, 22 Jul 2008 09:53:30 -0700 |
Allan Saddi |
Revise previous patch for compatibility with pre-2.5 Python. |
| Tue, 22 Jul 2008 07:43:45 -0700 |
Allan Saddi |
Attempt to deduce missing PATH_INFO and/or QUERY_STRING from |
| Tue, 05 Jun 2007 09:42:39 -0700 |
Allan Saddi |
Remove publisher and middleware packages. Add cgi server for completeness.1.0 |
| Mon, 10 Sep 2007 15:56:44 -0700 |
Allan Saddi |
Fix readline implementations so size argument is checked |
| 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. |