summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure session identifiers only contain ASCII characters whenAllan Saddi2005-07-032-1/+7
* Cleanly close connection socket to avoid sending a TCP RST toAllan Saddi2005-06-132-1/+17
* Take scriptName from the WSGI_SCRIPT_NAME environment variableAllan Saddi2005-05-313-10/+31
* 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-183-4/+22
* Change threaded servers so wsgi.multiprocess is False by default.Allan Saddi2005-05-1810-25/+31
* 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
* 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