summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version string for mod_wsgi 2.8 release.2.8stable/2.XGraham.Dumpleton2009-11-251-1/+1
* Update version string to 2.8-BRANCH. Prefix compiler arguments supplied throughGraham.Dumpleton2009-11-233-7/+19
* Update version string to just 2.7 for release of mod_wsgi 2.7.2.7Graham.Dumpleton2009-11-211-1/+1
* Don't ignore CFLAGS defined in environment of configure script.Graham.Dumpleton2009-11-012-4/+6
* Update version information to correspond to 2.7-BRANCH. Move timeout on socketGraham.Dumpleton2009-10-151-5/+8
* Update version string for 2.6 release.2.6Graham.Dumpleton2009-09-301-1/+1
* Eliminate compiler warning about type mismatch for %d format specificer.Graham.Dumpleton2009-09-251-1/+1
* Don't try and auto guess whether should link with framework or library whenGraham.Dumpleton2009-09-252-945/+1427
* Fix bug for Python 2.X where 'print' of objects against log wouldn't seeGraham.Dumpleton2009-07-041-1/+36
* Decrement of reference count on NULL pointer.Graham.Dumpleton2009-06-151-1/+0
* Backport of check for header files when determining Apache version. SeeGraham.Dumpleton2009-05-222-12/+38
* Only use -L/-l on MacOS X if Python 2.6 or later.Graham.Dumpleton2009-05-222-1388/+898
* Restore -Wl, option prefix on MacOS X.Graham.Dumpleton2009-05-123-893/+1389
* 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