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
*
Merge branch 'release/4.6.5'
4.6.5
Graham Dumpleton
2018-10-22
9
-64
/
+282
|
\
|
*
Use /dev/null for mime types if no system mime types file can be found.
Graham Dumpleton
2018-10-22
2
-1
/
+4
|
*
Use /var/tmp directory for temporary server root directory on macOS.
Graham Dumpleton
2018-10-22
2
-5
/
+16
|
*
Add special support for using mod_wsgi-express with shiv variant of a zipapp.
Graham Dumpleton
2018-10-22
2
-0
/
+31
|
*
Static files in document root not accessing when WSGI application mounted at ...
Graham Dumpleton
2018-06-29
2
-8
/
+19
|
*
Add release notes files for 4.6.5.
Graham Dumpleton
2018-06-29
2
-0
/
+8
|
*
Update docs for Apache 2.4 access control.
Graham Dumpleton
2018-06-29
3
-48
/
+153
|
*
Add docs on WSGIChunkedRequest directive.
Graham Dumpleton
2018-06-29
2
-0
/
+49
|
*
Increment version to 4.6.5.
Graham Dumpleton
2018-06-29
1
-2
/
+2
|
/
*
Merge branch 'release/4.6.4'
4.6.4
Graham Dumpleton
2018-04-03
6
-4
/
+45
|
\
|
*
Fix issues with undefined wsgi_daemon_process when compiling for Windows.
Graham Dumpleton
2018-04-03
1
-2
/
+11
|
*
Fix compile time issue in Windows with wsgi_daemon_process being undefined.
Graham Dumpleton
2018-04-02
2
-0
/
+10
|
*
Python config directory can have platform name in it.
Graham Dumpleton
2018-04-02
2
-0
/
+14
|
*
Increment version to 4.6.4.
Graham Dumpleton
2018-04-02
3
-2
/
+10
|
/
*
Merge branch 'release/4.6.3'
4.6.3
Graham Dumpleton
2018-03-26
6
-6
/
+48
|
\
|
*
Import Django WSGI application as module not script file path so relative imp...
Graham Dumpleton
2018-03-26
2
-2
/
+13
|
*
Fix compilation error on Windows with undefined symbol.
Graham Dumpleton
2018-03-14
2
-0
/
+7
|
*
Default value in help string for queue timeout didn't match code, which used ...
Graham Dumpleton
2018-03-14
1
-1
/
+1
|
*
Use alternative to PyFrame_GetLineNumber() so still compiles with Python 2.6 ...
Graham Dumpleton
2018-03-05
2
-1
/
+17
|
*
Increment version to 4.6.3.
Graham Dumpleton
2018-03-05
3
-2
/
+10
|
/
*
Merge branch 'release/4.6.2'
4.6.2
Graham Dumpleton
2018-03-04
4
-2
/
+19
|
\
|
*
Details of Python exception not logged when error occurs parsing Python scrip...
Graham Dumpleton
2018-03-04
2
-0
/
+9
|
*
Increment version to 4.6.2.
Graham Dumpleton
2018-03-04
3
-2
/
+10
|
/
*
Merge branch 'release/4.6.1'
4.6.1
Graham Dumpleton
2018-03-04
4
-10
/
+28
|
\
|
*
APR 1.4.X doesn't have apr_hash_this_key().
Graham Dumpleton
2018-03-04
2
-8
/
+15
|
*
Increment version to 4.6.1.
Graham Dumpleton
2018-03-04
3
-2
/
+13
|
/
*
Merge branch 'release/4.6.0'
4.6.0
Graham Dumpleton
2018-03-04
42
-234
/
+1083
|
\
|
*
Add classifier for Python 3.6.
Graham Dumpleton
2018-03-04
1
-0
/
+1
|
*
Merge branch 'develop' of github.com:GrahamDumpleton/mod_wsgi into develop
Graham Dumpleton
2018-03-04
1
-6
/
+6
|
|
\
|
|
*
Merge pull request #265 from RobLui/patch-1
Graham Dumpleton
2018-02-16
1
-6
/
+6
|
|
|
\
|
|
|
*
Spelling corrections
Robbert
2018-02-14
1
-6
/
+6
|
|
|
/
|
*
|
Correct test script after request data dropped from event handler params.
Graham Dumpleton
2018-03-04
1
-2
/
+2
|
|
/
|
*
Revert passing request_data as argument to events.
Graham Dumpleton
2018-02-08
3
-5
/
+8
|
*
Pass shutdown reason with process_stopping event.
Graham Dumpleton
2018-02-08
4
-4
/
+29
|
*
Add --cpu-time-limit option to mod_wsgi-express.
Graham Dumpleton
2018-02-08
2
-0
/
+13
|
*
Publish process stopping event before waiting for active requests to finish.
Graham Dumpleton
2018-02-08
4
-10
/
+69
|
*
Variable only needed in main code file.
Graham Dumpleton
2018-02-08
3
-2
/
+1
|
*
Enhance test script for event subscriptions.
Graham Dumpleton
2018-02-08
1
-5
/
+20
|
*
Fix reference counting issues.
Graham Dumpleton
2018-02-08
1
-5
/
+5
|
*
Track per request data objects in global dictionary keyed by Apache request ID.
Graham Dumpleton
2018-02-08
6
-3
/
+61
|
*
Pass per request data object as argument to event handlers.
Graham Dumpleton
2018-02-08
3
-0
/
+22
|
*
Thread ID in stack traces was truncated to 32 bits.
Graham Dumpleton
2018-02-08
2
-4
/
+8
|
*
Display function definition line number rather that executing line number.
Graham Dumpleton
2018-02-07
2
-1
/
+6
|
*
Include actual isatty check still when using --isatty option.
Graham Dumpleton
2018-02-06
2
-2
/
+2
|
*
Add acknowledgement for solution to HTTP response code issue on connection ab...
Graham Dumpleton
2018-01-31
1
-0
/
+4
|
*
Switch version to 4.6.0.
Graham Dumpleton
2018-01-24
3
-9
/
+10
|
*
Add special mode to daemon processes triggered by setting threads to 0, for r...
Graham Dumpleton
2018-01-24
5
-33
/
+190
|
*
Fix Apache parent process crash when default lazy initialisation mode had bee...
Graham Dumpleton
2018-01-23
2
-2
/
+14
|
*
Default to using directory specified by TMPDIR environment variable before us...
Graham Dumpleton
2018-01-23
2
-3
/
+19
|
*
Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...
Graham Dumpleton
2018-01-23
3
-7
/
+83
[next]