| age |
author |
description |
| Mon, 26 Mar 2012 09:51:40 -0700 |
Allan Saddi |
Merge from Python 2.x branch.default tip |
| Thu, 23 Feb 2012 15:13:09 +0200 |
Velko Ivanov |
Added sockTimeout option for prefork server |
| Mon, 31 Oct 2011 15:32:55 +0200 |
Velko Ivanov |
Fix for syntax error (python3 specific, came with merge) |
| Mon, 31 Oct 2011 15:20:16 +0200 |
Velko Ivanov |
Merged flup repo up to 120:8d52f88effa3 (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. |
| Mon, 31 Oct 2011 14:59:32 +0200 |
Velko Ivanov |
Merged flup repo up to 103:00a660fd9cb4 |
| 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, 31 Oct 2011 14:51:28 +0200 |
Velko Ivanov |
Merged flup repo up to 97:9720ce76a209 |
| 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 |
| Mon, 31 Oct 2011 14:45:14 +0200 |
Velko Ivanov |
Merged flup repo 93:c3894d7dd583 |
| Mon, 31 Oct 2011 14:41:14 +0200 |
Velko Ivanov |
Merged flup repo up to 92:6f5a117c31cc |
| 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. |
| Tue, 25 Oct 2011 13:09:08 +0300 |
Velko Ivanov |
Python 3.2 fixes - e.errno becomes e.args[0] |
| Tue, 25 Oct 2011 12:12:29 +0300 |
Velko Ivanov |
Fixes for python3.2; |
| Wed, 03 Nov 2010 22:00:25 -0700 |
Allan Saddi |
Some fixes to get forking fcgi working with Python 3.1. |
| Fri, 29 May 2009 10:43:28 -0700 |
Allan Saddi |
Merge from flup-server. |
| 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 |
| Fri, 15 May 2009 20:09:51 -0700 |
Allan Saddi |
Merge from flup-server. |
| 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) |
| Fri, 05 Dec 2008 16:43:28 -0800 |
Allan Saddi |
Committed with debug flag on. |
| Fri, 05 Dec 2008 16:41:55 -0800 |
Allan Saddi |
Fix up socket exception handling. Get FastCGI modules running. |
| Fri, 05 Dec 2008 15:55:22 -0800 |
Allan Saddi |
Fix up SCGI server/client. |
| Thu, 04 Dec 2008 13:55:03 -0800 |
Allan Saddi |
Support strings from application. |
| Thu, 04 Dec 2008 13:47:17 -0800 |
Allan Saddi |
Actually, environ keys and values must be strings. |
| Thu, 04 Dec 2008 13:37:09 -0800 |
Allan Saddi |
Initial work on porting AJP server to Python 3.0. Still unsure of environ |
| Thu, 04 Dec 2008 09:55:21 -0800 |
Allan Saddi |
Initial pass through 2to3. |