summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version string for 2.5 release.2.5Graham.Dumpleton2009-05-111-1/+1
* Remove isatty from log object. This was wrong defined as attribute instead ofGraham.Dumpleton2009-05-111-7/+0
* On MacOS X, where there is a .a file in config directory, that would normallyGraham.Dumpleton2009-04-143-1422/+950
* Update version string to 2.4 for final release.2.4Graham.Dumpleton2009-04-101-1/+1
* Change version string to 2.4c2 (second release candidate). Revert change to2.4c2Graham.Dumpleton2009-04-043-10/+10
* Fix version string for 1.4 release candidate 1 to match existing tagging2.4c1Graham.Dumpleton2009-03-311-1/+1
* Update version string for 2.4 release candidate 1.2.4rc1Graham.Dumpleton2009-03-311-1/+1
* Backport changed to ensure that LOGNAME, USER and USERNAME are updated inGraham.Dumpleton2009-03-201-0/+65
* Backport all the configure script updates. See issue #107, #115, #136.Graham.Dumpleton2009-03-202-61/+103
* Backport making process group and application group information availableGraham.Dumpleton2009-03-201-0/+10
* Backport addition of mod_wsgi.version attribute to WSGI environment. SeeGraham.Dumpleton2009-03-201-0/+7
* Backport reordering of sys.path to ensure new directories are first inGraham.Dumpleton2009-03-171-7/+58
* Ensure that scoreboard closed in daemon processes. Backported from 3.0.Graham.Dumpleton2009-03-171-0/+8
* Drop use of error-notes. Protect against format tags in error messages.Graham.Dumpleton2009-03-171-2/+1
* Protect against decrementing reference count on NULL pointer.Graham.Dumpleton2009-03-171-3/+3
* Backport fix from 3.0 which avoids crash when wrong path used toGraham.Dumpleton2009-03-161-0/+3
* Backport of changes to make Log object more file like. See issue #82.Graham.Dumpleton2009-03-161-12/+45
* Backport check for embedded newline in response header name and value. SeeGraham.Dumpleton2009-03-161-0/+7
* Backport from 3.0 fix to avoid crash when User/Group not set before theGraham.Dumpleton2009-03-161-0/+31
* Backport fix for excessive meory use when using read()/readline() with noGraham.Dumpleton2009-03-072-8/+10
* Reimplement mechanism for detecting signals sent to shutdown daemon modeGraham.Dumpleton2009-02-211-18/+27
* Insert flush bucket to ensure that file referenced by wsgi.file_wrapper isGraham.Dumpleton2009-02-141-0/+3
* Incorrect argument to apr_stat(). On UNIX this actually makes no differenceGraham.Dumpleton2009-01-191-3/+3
* Fix bug whereby POST requests where 100-continue was expected by client wouldGraham.Dumpleton2009-01-031-0/+8
* Backport fix which results in Python interpreter being correctly destroyedGraham.Dumpleton2008-12-271-5/+42
* Use cmd->pool instead of cmd->temp_pool. Could have resulted in corruption ofGraham.Dumpleton2008-12-181-13/+13
* Daemon mode not supported on Windows.Graham.Dumpleton2008-08-291-2/+4
* Forgot version number update.Graham.Dumpleton2008-08-231-1/+1
* First argument to setproctitle() should be format string. Incorrect NULL2.3Graham.Dumpleton2008-08-231-3/+6
* Update version string for 2.2 release.2.2Graham.Dumpleton2008-08-221-1/+1
* Fix problem whereby wsgi.file_wrapper on Windows and Apache 1.3 would truncateGraham.Dumpleton2008-08-221-1/+1
* Fix listener socket naming. Fix leaking of listener socket graceful restart.Graham.Dumpleton2008-08-111-31/+80
* Unlink stale listener sockets. Backported from 3.0.Graham.Dumpleton2008-08-061-0/+12
* Use setproctitle() on BSD boxes.Graham.Dumpleton2008-08-061-0/+4
* Fix Apache child process crash when using WSGIImportScript and mod_pythonGraham.Dumpleton2008-07-171-8/+3
* Update version string/numbers.Graham.Dumpleton2008-07-081-2/+2
* Returning None from WSGI application causes process to crash.2.1Graham.Dumpleton2008-06-181-1/+1
* Possible fix for virtual host error logging going missing or ending up in mainGraham.Dumpleton2008-05-121-1/+1
* Fix version information in mod_wsgi 2.X branch.Graham.Dumpleton2008-04-111-3/+3
* Create a branch for ongoing mod_wsgi 2.X development.Graham.Dumpleton2008-04-110-0/+0
* Tag version 2.0 of mod_wsgi.Graham.Dumpleton2008-03-200-0/+0
* Update version string for release of version 2.0 of mod_wsgi.2.0Graham.Dumpleton2008-03-201-1/+1
* Update version string to 2.0c5 for release.2.0c5Graham.Dumpleton2008-03-131-1/+1
* Add extra notes about 'apxs2', Apache dev packages and special SUSE LinuxGraham.Dumpleton2008-03-131-7/+21
* Size of StreamObject calculated wrongly from InputObject.Graham.Dumpleton2008-03-091-1/+1
* Update comment about why sendfile() not working in daemon mode to note thatGraham.Dumpleton2008-03-071-3/+3
* Enable sendfile extensions when using embedded mode as only daemon modeGraham.Dumpleton2008-03-071-6/+9
* Disable attempt to use sendfile on platforms that supposedly support it.Graham.Dumpleton2008-03-071-0/+6
* Remove redundant code for trying to optimise pipes supplied viaGraham.Dumpleton2008-03-061-43/+0
* Move scanning of response headers for content length until very last momentGraham.Dumpleton2008-03-061-21/+21