summaryrefslogtreecommitdiff
path: root/flup
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in scgi servers that occurs when SCRIPT_NAME is missing.Allan Saddi2009-06-051-1/+1
* 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-292-0/+5
* Let all the active requests to finish before quittingAnand Chitipothu2009-05-293-27/+55
* Import Paste factories (and dependencies...) from PasteScriptAllan Saddi2009-05-188-42/+117
* 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-024-9/+15
* Merge Tommi Virtanen's "single server" (sequential server)Allan Saddi2009-02-022-0/+323
* 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-113-6/+6
* Add support for setting umask for UNIX domain sockets fromAllan Saddi2008-08-201-0/+2
* Add support for configuring UNIX domain sockets (for servers thatAllan Saddi2008-07-231-1/+5
* Revise previous patch for compatibility with pre-2.5 Python.Allan Saddi2008-07-223-10/+23
* Attempt to deduce missing PATH_INFO and/or QUERY_STRING fromAllan Saddi2008-07-223-10/+25
* Remove publisher and middleware packages. Add cgi server for completeness.1.0Allan Saddi2007-06-0514-2838/+71
* Fix readline implementations so size argument is checkedAllan Saddi2007-09-102-6/+6
* Prevent ThreadPool inconsistences if an exception is actually raised.Allan Saddi2007-07-141-1/+6
* Fix fcgi_fork so it can run on Solaris.Allan Saddi2007-05-171-3/+6
* Catch and ignore EPIPE when flushing the streams and ending the request.Allan Saddi2007-05-111-2/+6
* Fix eunuchs import issue.Allan Saddi2007-01-231-1/+1
* Support gzip compression of XHTML pages using theAllan Saddi2007-01-101-1/+1
* Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/Allan Saddi2007-01-023-20/+37
* Back out previous commit. PATH_INFO is still not setAllan Saddi2006-12-293-37/+20
* Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.Allan Saddi2006-12-293-20/+37
* Fix problem in session.py seen when optimization is on.Allan Saddi2006-12-131-5/+5
* Fix problem when optimizing.Allan Saddi2006-12-131-1/+3
* Update servers to default to an empty QUERY_STRING ifAllan Saddi2006-12-0510-6/+26
* Update gzip.py by updating docstrings and renamingAllan Saddi2006-12-051-73/+100
* Change intra-package imports into absolute imports.Allan Saddi2006-12-0214-30/+30
* Add forceCookieOutput attribute to SessionService toAllan Saddi2006-12-021-1/+5
* Don't attempt to install signal handlers under WindowsAllan Saddi2006-11-271-1/+5
* Don't bother with connection debug stuff when dealing with UNIX sockets.Allan Saddi2006-11-251-4/+6
* Experimental support for SCGI over UNIX domain sockets.Allan Saddi2006-11-254-22/+71
* Add FCGIApp and SCGIApp from sandbox.Allan Saddi2006-11-243-0/+635
* Change mime-type matching algorithm in GzipMiddleware.Allan Saddi2006-11-191-4/+9
* Add cookieAttributes to SessionService to make it easierAllan Saddi2006-11-111-1/+6
* Add support for FastCGI roles other than FCGI_RESPONDER.Allan Saddi2006-08-282-5/+7
* What was I thinking?Allan Saddi2006-08-021-1/+1
* Add cookieExpiration keyword to SessionService /Allan Saddi2006-08-021-1/+5
* Set close-on-exec flag on all server sockets.Allan Saddi2006-06-272-0/+30
* Stop ignoring EPIPE exceptions.Allan Saddi2006-06-183-44/+44
* Added umask keyword parameter to fcgi and fcgi_fork,Allan Saddi2006-05-183-4/+18
* Fix illusive problem with AJP implementation.Allan Saddi2006-05-041-2/+2
* Catch a strange FieldStorage case.Allan Saddi2006-04-061-14/+15
* Add maxRequests option to PreforkServer.Allan Saddi2006-03-221-1/+13
* Add paste.server_factory-compliant factories and respectiveAllan Saddi2006-02-2410-33/+117
* Don't eat ImportErrors in ImportingModuleResolvers.Allan Saddi2006-01-151-4/+1
* Improve Windows compatibility by conditionally installingAllan Saddi2006-01-052-12/+22
* Fix socket leak in eunuchs socketpair() wrapper.Allan Saddi2005-12-191-1/+4