summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added sockTimeout option for prefork serverHEADmasterVelko Ivanov2012-02-231-2/+13
|
* Fix bug that occurs when an unknown FastCGI record type is seen.Allan Saddi2011-06-061-1/+1
|
* Fix fcgi_single. #61Allan Saddi2011-04-222-1/+5
|
* Add threadpool options to Paste factories. #59Allan Saddi2011-04-042-6/+35
|
* When deriving PATH_INFO from REQUEST_URI, take SCRIPT_NAME into account.Allan Saddi2011-02-193-2/+12
|
* Use HTTP status code 500 for error pages.Allan Saddi2011-01-114-6/+17
|
* Don't try to restore signal handlers if they weren't installed inAllan Saddi2010-10-142-1/+7
| | | | the first place. #54
* Improvements to *_app._getConnection methods suggested byAllan Saddi2010-10-053-4/+17
| | | | Andrej A Antonov. Thanks!
* Be sure thread is imported since we reference thread.error.Allan Saddi2010-05-251-0/+1
|
* avoid socket.fromfd AttributeError on win32 if cgi is forced, give helpful ↵Allan Saddi2010-02-201-15/+28
| | | | | | exception for fcgi (by Thomas Waldmann, via moinmoin, changesets 49f8dd576950, 661057dc4d09)
* Fix for FastCGI CGI-mode which was broken by timeout feature.Allan Saddi2010-02-171-0/+1
|
* A fix to the previous memory leak fix.Allan Saddi2010-02-161-1/+1
|
* Fix memory leak in threadpool.Allan Saddi2010-02-121-0/+1
|
* If start_new_thread fails, ensure the FastCGI request is properly closed.Allan Saddi2010-02-121-1/+4
|
* add minSpare, maxSpare, maxChildren and maxRequests options to paste server ↵olt2010-02-121-6/+40
| | | | factories
* Cancel alarm before restoring old SIGALRM handler. #43Allan Saddi2009-11-044-0/+4
|
* Exit gracefully if a thread cannot be started when adding a new job. #42Allan Saddi2009-10-272-1/+9
|
* fixed an issue where sending the parent a USR1 when a child is in an ↵David Stanek2009-10-211-1/+4
| | | | infinite loop crashes the parent.
* Add configurable timeout (default: no timeout) to be used when theAllan Saddi2009-10-2110-18/+91
| | | | WSGI application is called. Only applies to forked servers!
* Restore check of the absolute number of children against maxSpare andAllan Saddi2009-08-171-2/+6
| | | | document rationale.
* fix fork bomb and check number of children against minSpare not maxSpareJon Nelson2009-08-171-1/+6
|
* Ensure docs are included in sdist. Allow building of docs from setuptools.Allan Saddi2009-07-162-0/+7
|
* Don't break on platforms without SIGUSR1 (e.g. Windows).Allan Saddi2009-07-151-2/+4
|
* Adding initial support for purging child processes in a safe way using SIGUSR1.David Stanek2009-07-161-4/+29
|
* split out the docs somewhatJon Nelson2009-07-0617-141/+139
|
* add docs subdirJon Nelson2009-07-063-0/+443
|
* tweak for docs building with SphinxJon Nelson2009-07-065-161/+191
|
* Don't use NoDefault for ajp's scriptName -- it always must be specified sinceAllan Saddi2009-06-121-1/+1
| | | | there's no (standard) way to deduce it.
* change debug to default to FalseJon Nelson2009-06-1212-30/+64
| | | | | for paste entry points, get debug from local_conf, then global_conf, then just use False
* Bump version, configure setuptools for snapshots.Allan Saddi2009-06-082-1/+4
|
* Fix bug in scgi servers that occurs when SCRIPT_NAME is missing.Allan Saddi2009-06-052-1/+6
|
* Use old API for daemon flag, for compatibility with Python < 2.6.Allan Saddi2009-05-291-1/+1
|
* Ensure ThreadPool threads are daemon threads.Allan Saddi2009-05-291-0/+1
|
* Call ThreadPool.shutdown() from threaded scgi server as well.Allan Saddi2009-05-293-0/+10
| | | | Make note of why it isn't called in ajp.
* Let all the active requests to finish before quittingAnand Chitipothu2009-05-293-27/+55
|
* 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
|