summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added umask keyword parameter to fcgi and fcgi_fork,Allan Saddi2006-05-184-4/+23
| | | | | for use when binding to a UNIX socket.
* 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
| | | | | | egg entry points. Add debug option to servers, which is True by default.
* Don't eat ImportErrors in ImportingModuleResolvers.Allan Saddi2006-01-152-4/+8
|
* Improve Windows compatibility by conditionally installingAllan Saddi2006-01-053-12/+28
| | | | | SIGHUP handler.
* 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
| | | | | from eunuchs module.
* Python 2.3 doesn't define socket.SHUT_WR, which affectedAllan Saddi2005-09-082-0/+12
| | | | | the closing of the FastCGI socket with the server.
* 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
| | | | | using a non-ASCII locale.
* Cleanly close connection socket to avoid sending a TCP RST toAllan Saddi2005-06-132-1/+17
| | | | | the web server. (fcgi_base)
* Take scriptName from the WSGI_SCRIPT_NAME environment variableAllan Saddi2005-05-313-10/+31
| | | | | | | passed from the web server, if present. Check if scriptName is None, and if so, don't modify SCRIPT_NAME & PATH_INFO. For better compatibility with cgi2scgi. (scgi_base)
* Update test/example code. (No use binding *:8009 if allowedServers doesn'tAllan Saddi2005-05-182-2/+2
| | | | | allow an external connection.)
* Change default allowedServers for ajp and scgi to ['127.0.0.1'].Allan Saddi2005-05-183-4/+22
| | | | | | Accept PATH_INFO from environment for scgi servers, in case cgi2scgi is being used.
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-1810-25/+31
| | | | | Allow it to be changed by keyword argument.
* 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
| | | | | | Add logic to SessionStore so that it will block if attempting to check out a Session that's already been checked out.
* 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
|
* Update copyrights. Some modules were created long ago, some weren't.Allan Saddi2005-04-155-5/+5
|
* Forgot to set svn:keywords.Allan Saddi2005-04-151-0/+3
|
* Don't need a package for publisher.Allan Saddi2005-04-152-2/+0
|
* Add NoDefault.Allan Saddi2005-04-153-0/+9
|
* Add publisher stuff to package.Allan Saddi2005-04-1511-2/+1427
|
* Checkpoint commit.Allan Saddi2005-04-1511-5028/+2759
|
* flup package, first cut.Allan Saddi2005-04-1515-0/+7744
|
* Add flup project, random Python modules developed from flup project.Allan Saddi2005-04-150-0/+0