summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update links to web site documentation.Graham.Dumpleton2007-07-151-8/+10
* Clarify context that WSGIScriptAlias directive can be used.Graham.Dumpleton2007-07-151-4/+4
* Normalise exception details supplied with start_response().Graham.Dumpleton2007-07-141-0/+12
* Enabled output buckets for Win32 platform again.Graham.Dumpleton2007-07-121-2/+0
* Only create output bucket brigade if required and let it be automaticallyGraham.Dumpleton2007-07-121-23/+35
* Disable use of bucket brigade for writing response content on Win32 untilGraham.Dumpleton2007-07-111-4/+10
* If LimitRequestBody is defined in Apache configuration then it is necessaryGraham.Dumpleton2007-07-111-0/+20
* On Windows, 'environ' is a magic macro which expands to a function call.Graham.Dumpleton2007-07-111-29/+29
* Eliminate unused variables and code which was generating warnings whenGraham.Dumpleton2007-07-081-61/+4
* Move variable declarations to begining of block else old C compilers complain.Graham.Dumpleton2007-07-081-3/+3
* Not consistantly checking the correct preprocessor definition for enablingGraham.Dumpleton2007-07-072-8/+12
* Add post write check to see if connection was aborted by client so that suchGraham.Dumpleton2007-07-051-2/+17
* Reinstate use of bucket brigade, but only use it with Apache 2.X when outputGraham.Dumpleton2007-07-051-18/+49
* Disable use of bucket code as not dealing properly with case where outputGraham.Dumpleton2007-07-041-1/+2
* Not detecting client connection being closed when streaming data. Also useGraham.Dumpleton2007-07-041-3/+49
* Release Python GIL around calls to Apache log functions to avoid lockingGraham.Dumpleton2007-07-031-4/+48
* Fix typo.Graham.Dumpleton2007-07-021-1/+1
* When adding WSGI application response headers to Apache request headers,Graham.Dumpleton2007-07-011-2/+3
* Highlight better what online documentation exists.Graham.Dumpleton2007-07-011-22/+49
* Don't perform restart of Python in main Apache process as Python leaks tooGraham.Dumpleton2007-06-291-0/+10
* Set EOL style to native on all files in repository.Graham.Dumpleton2007-06-230-0/+0
* Add new top level README file. Set files to ignore on new mod_wsgiGraham.Dumpleton2007-06-230-0/+0
* Move mod_wsgi source code into a mod_wsgi subdirectory of trunk to allowGraham.Dumpleton2007-06-237-0/+9890