index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version string for 2.5 release.
2.5
Graham.Dumpleton
2009-05-11
1
-1
/
+1
*
Remove isatty from log object. This was wrong defined as attribute instead of
Graham.Dumpleton
2009-05-11
1
-7
/
+0
*
On MacOS X, where there is a .a file in config directory, that would normally
Graham.Dumpleton
2009-04-14
3
-1422
/
+950
*
Update version string to 2.4 for final release.
2.4
Graham.Dumpleton
2009-04-10
1
-1
/
+1
*
Change version string to 2.4c2 (second release candidate). Revert change to
2.4c2
Graham.Dumpleton
2009-04-04
3
-10
/
+10
*
Fix version string for 1.4 release candidate 1 to match existing tagging
2.4c1
Graham.Dumpleton
2009-03-31
1
-1
/
+1
*
Update version string for 2.4 release candidate 1.
2.4rc1
Graham.Dumpleton
2009-03-31
1
-1
/
+1
*
Backport changed to ensure that LOGNAME, USER and USERNAME are updated in
Graham.Dumpleton
2009-03-20
1
-0
/
+65
*
Backport all the configure script updates. See issue #107, #115, #136.
Graham.Dumpleton
2009-03-20
2
-61
/
+103
*
Backport making process group and application group information available
Graham.Dumpleton
2009-03-20
1
-0
/
+10
*
Backport addition of mod_wsgi.version attribute to WSGI environment. See
Graham.Dumpleton
2009-03-20
1
-0
/
+7
*
Backport reordering of sys.path to ensure new directories are first in
Graham.Dumpleton
2009-03-17
1
-7
/
+58
*
Ensure that scoreboard closed in daemon processes. Backported from 3.0.
Graham.Dumpleton
2009-03-17
1
-0
/
+8
*
Drop use of error-notes. Protect against format tags in error messages.
Graham.Dumpleton
2009-03-17
1
-2
/
+1
*
Protect against decrementing reference count on NULL pointer.
Graham.Dumpleton
2009-03-17
1
-3
/
+3
*
Backport fix from 3.0 which avoids crash when wrong path used to
Graham.Dumpleton
2009-03-16
1
-0
/
+3
*
Backport of changes to make Log object more file like. See issue #82.
Graham.Dumpleton
2009-03-16
1
-12
/
+45
*
Backport check for embedded newline in response header name and value. See
Graham.Dumpleton
2009-03-16
1
-0
/
+7
*
Backport from 3.0 fix to avoid crash when User/Group not set before the
Graham.Dumpleton
2009-03-16
1
-0
/
+31
*
Backport fix for excessive meory use when using read()/readline() with no
Graham.Dumpleton
2009-03-07
2
-8
/
+10
*
Reimplement mechanism for detecting signals sent to shutdown daemon mode
Graham.Dumpleton
2009-02-21
1
-18
/
+27
*
Insert flush bucket to ensure that file referenced by wsgi.file_wrapper is
Graham.Dumpleton
2009-02-14
1
-0
/
+3
*
Incorrect argument to apr_stat(). On UNIX this actually makes no difference
Graham.Dumpleton
2009-01-19
1
-3
/
+3
*
Fix bug whereby POST requests where 100-continue was expected by client would
Graham.Dumpleton
2009-01-03
1
-0
/
+8
*
Backport fix which results in Python interpreter being correctly destroyed
Graham.Dumpleton
2008-12-27
1
-5
/
+42
*
Use cmd->pool instead of cmd->temp_pool. Could have resulted in corruption of
Graham.Dumpleton
2008-12-18
1
-13
/
+13
*
Daemon mode not supported on Windows.
Graham.Dumpleton
2008-08-29
1
-2
/
+4
*
Forgot version number update.
Graham.Dumpleton
2008-08-23
1
-1
/
+1
*
First argument to setproctitle() should be format string. Incorrect NULL
2.3
Graham.Dumpleton
2008-08-23
1
-3
/
+6
*
Update version string for 2.2 release.
2.2
Graham.Dumpleton
2008-08-22
1
-1
/
+1
*
Fix problem whereby wsgi.file_wrapper on Windows and Apache 1.3 would truncate
Graham.Dumpleton
2008-08-22
1
-1
/
+1
*
Fix listener socket naming. Fix leaking of listener socket graceful restart.
Graham.Dumpleton
2008-08-11
1
-31
/
+80
*
Unlink stale listener sockets. Backported from 3.0.
Graham.Dumpleton
2008-08-06
1
-0
/
+12
*
Use setproctitle() on BSD boxes.
Graham.Dumpleton
2008-08-06
1
-0
/
+4
*
Fix Apache child process crash when using WSGIImportScript and mod_python
Graham.Dumpleton
2008-07-17
1
-8
/
+3
*
Update version string/numbers.
Graham.Dumpleton
2008-07-08
1
-2
/
+2
*
Returning None from WSGI application causes process to crash.
2.1
Graham.Dumpleton
2008-06-18
1
-1
/
+1
*
Possible fix for virtual host error logging going missing or ending up in main
Graham.Dumpleton
2008-05-12
1
-1
/
+1
*
Fix version information in mod_wsgi 2.X branch.
Graham.Dumpleton
2008-04-11
1
-3
/
+3
*
Create a branch for ongoing mod_wsgi 2.X development.
Graham.Dumpleton
2008-04-11
0
-0
/
+0
*
Tag version 2.0 of mod_wsgi.
Graham.Dumpleton
2008-03-20
0
-0
/
+0
*
Update version string for release of version 2.0 of mod_wsgi.
2.0
Graham.Dumpleton
2008-03-20
1
-1
/
+1
*
Update version string to 2.0c5 for release.
2.0c5
Graham.Dumpleton
2008-03-13
1
-1
/
+1
*
Add extra notes about 'apxs2', Apache dev packages and special SUSE Linux
Graham.Dumpleton
2008-03-13
1
-7
/
+21
*
Size of StreamObject calculated wrongly from InputObject.
Graham.Dumpleton
2008-03-09
1
-1
/
+1
*
Update comment about why sendfile() not working in daemon mode to note that
Graham.Dumpleton
2008-03-07
1
-3
/
+3
*
Enable sendfile extensions when using embedded mode as only daemon mode
Graham.Dumpleton
2008-03-07
1
-6
/
+9
*
Disable attempt to use sendfile on platforms that supposedly support it.
Graham.Dumpleton
2008-03-07
1
-0
/
+6
*
Remove redundant code for trying to optimise pipes supplied via
Graham.Dumpleton
2008-03-06
1
-43
/
+0
*
Move scanning of response headers for content length until very last moment
Graham.Dumpleton
2008-03-06
1
-21
/
+21
[next]