summaryrefslogtreecommitdiff
path: root/flup/server/fcgi_base.py
Commit message (Expand)AuthorAgeFilesLines
* Stop ignoring EPIPE exceptions.Allan Saddi2006-06-181-12/+14
* Added umask keyword parameter to fcgi and fcgi_fork,Allan Saddi2006-05-181-2/+14
* Add paste.server_factory-compliant factories and respectiveAllan Saddi2006-02-241-5/+19
* Fix issue with FCGI_GET_VALUES handling.Allan Saddi2005-11-281-1/+1
* Python 2.3 doesn't define socket.SHUT_WR, which affectedAllan Saddi2005-09-081-0/+4
* Cleanly close connection socket to avoid sending a TCP RST toAllan Saddi2005-06-131-1/+12
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-181-8/+5
* Checkpoint commit.Allan Saddi2005-04-151-0/+1128