summaryrefslogtreecommitdiff
path: root/flup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move custom 404 code out of resolvers and wholly into Publisher.Allan Saddi2005-12-178-28/+17
* Add higher-level 404 error page support.Allan Saddi2005-12-168-7/+21
* Fix issue with FCGI_GET_VALUES handling.Allan Saddi2005-11-281-1/+1
* When running under Python < 2.4, attempt to use socketpair()Allan Saddi2005-11-181-0/+16
* Python 2.3 doesn't define socket.SHUT_WR, which affectedAllan Saddi2005-09-081-0/+4
* Ensure session identifiers only contain ASCII characters whenAllan Saddi2005-07-031-1/+1
* Cleanly close connection socket to avoid sending a TCP RST toAllan Saddi2005-06-131-1/+12
* Take scriptName from the WSGI_SCRIPT_NAME environment variableAllan Saddi2005-05-312-10/+24
* Update test/example code. (No use binding *:8009 if allowedServers doesn'tAllan Saddi2005-05-182-2/+2
* Change default allowedServers for ajp and scgi to ['127.0.0.1'].Allan Saddi2005-05-182-4/+19
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-189-25/+29
* Fix wsgi.multiprocess for scgi_fork. (Set to True.)Allan Saddi2005-05-182-4/+8
* Prevent possible deadlock related to DiskSessionStore locking.Allan Saddi2005-05-151-26/+35
* Convert decorators for compatibility.Allan Saddi2005-05-141-2/+2
* Ensure SessionStore.checkOutSession() never returns an invalidated Session.Allan Saddi2005-04-231-3/+9
* 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