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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert passing request_data as argument to events.
Graham Dumpleton
2018-02-08
2
-0
/
+8
*
Pass shutdown reason with process_stopping event.
Graham Dumpleton
2018-02-08
3
-4
/
+26
*
Add --cpu-time-limit option to mod_wsgi-express.
Graham Dumpleton
2018-02-08
1
-0
/
+9
*
Publish process stopping event before waiting for active requests to finish.
Graham Dumpleton
2018-02-08
3
-10
/
+62
*
Variable only needed in main code file.
Graham Dumpleton
2018-02-08
3
-2
/
+1
*
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
5
-3
/
+58
*
Pass per request data object as argument to event handlers.
Graham Dumpleton
2018-02-08
2
-0
/
+17
*
Thread ID in stack traces was truncated to 32 bits.
Graham Dumpleton
2018-02-08
1
-4
/
+4
*
Display function definition line number rather that executing line number.
Graham Dumpleton
2018-02-07
1
-1
/
+1
*
Include actual isatty check still when using --isatty option.
Graham Dumpleton
2018-02-06
2
-2
/
+2
*
Switch version to 4.6.0.
Graham Dumpleton
2018-01-24
1
-3
/
+3
*
Add special mode to daemon processes triggered by setting threads to 0, for r...
Graham Dumpleton
2018-01-24
3
-33
/
+152
*
Fix Apache parent process crash when default lazy initialisation mode had bee...
Graham Dumpleton
2018-01-23
1
-2
/
+4
*
Default to using directory specified by TMPDIR environment variable before us...
Graham Dumpleton
2018-01-23
1
-3
/
+7
*
Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...
Graham Dumpleton
2018-01-23
2
-4
/
+65
*
Don't automatically host static files with runmodwsgi if WhiteNoise middlewar...
Graham Dumpleton
2018-01-23
1
-16
/
+22
*
Fix up reference counting and logging in access, authentication, authorizatio...
Graham Dumpleton
2018-01-22
1
-68
/
+122
*
Add --socket-prefix option to mod_wsgi-express.
Graham Dumpleton
2018-01-21
1
-0
/
+12
*
Log warnings about where daemon socket path is truncated.
Graham Dumpleton
2018-01-21
1
-2
/
+11
*
Forgot to re-enable socket rotation for mod_wsgi-express after validating cha...
Graham Dumpleton
2018-01-21
1
-1
/
+1
*
Ensure log original WSGI application HTTP response code rather than 500 when ...
Graham Dumpleton
2018-01-21
1
-8
/
+72
*
Added support for using process-group and application-group with WSGIScriptAl...
Graham Dumpleton
2018-01-18
1
-3
/
+11
*
Add option for disabling daemon socket rotation on restarts. Disabled by defa...
Graham Dumpleton
2018-01-18
5
-3
/
+41
*
Compress responses of type application/json when enabled.
Graham Dumpleton
2018-01-09
1
-0
/
+1
*
Update copyright year.
Graham Dumpleton
2018-01-09
27
-27
/
+27
*
Increment version to 4.5.25.
Graham Dumpleton
2018-01-02
1
-2
/
+2
*
Add documentation for Solaris environ size fix when using daemon mode.
Graham Dumpleton
2017-12-15
1
-0
/
+1
*
Merge pull request #247 from pyhalov/nvec-nonnegative
Graham Dumpleton
2017-12-15
1
-4
/
+7
|
\
|
*
When size_t is unsigned loop in mod_uwsgi can never end
Alexander Pyhalov
2017-11-24
1
-4
/
+7
*
|
Increment version to 4.5.24.
Graham Dumpleton
2017-12-15
1
-2
/
+2
*
|
Increment version to 4.5.23.
Graham Dumpleton
2017-12-13
1
-2
/
+2
|
/
*
Symbol will not be defined on Windows when daemon mode not available.
Graham Dumpleton
2017-11-19
1
-0
/
+2
*
Increment version to 4.5.22.
Graham Dumpleton
2017-11-19
1
-2
/
+2
*
Use real lock around interpreter destruction to avoid potential race conditio...
Graham Dumpleton
2017-11-14
4
-2
/
+23
*
Add wsgi.input_terminated flag to WSGI environ dictionary.
Graham Dumpleton
2017-11-14
1
-0
/
+2
*
Increment version to 4.5.21.
Graham Dumpleton
2017-11-14
1
-2
/
+2
*
Increment version to 4.5.20.
Graham Dumpleton
2017-10-03
1
-2
/
+2
*
Allow --working-directory option to override calculated directory when using ...
Graham Dumpleton
2017-10-01
1
-12
/
+15
*
Increment version to 4.5.19.
Graham Dumpleton
2017-10-01
1
-2
/
+2
*
If target of --url-alias not present, assume it will be a directory.
Graham Dumpleton
2017-08-29
1
-1
/
+1
*
Increment version to 4.5.18.
Graham Dumpleton
2017-08-29
1
-2
/
+2
*
Fix --allow-override breaking --url-alias in mod_wsgi-express.
Graham Dumpleton
2017-07-07
1
-1
/
+2
*
Increment version to 4.5.17.
Graham Dumpleton
2017-07-07
1
-2
/
+2
*
Fix pre-loading into daemon process in different virtual host.
Graham Dumpleton
2017-07-07
1
-2
/
+42
*
Add --allow-override option for mod_wsgi-express.
Graham Dumpleton
2017-07-02
1
-0
/
+16
*
The startup-timeout feature was not working at all due to prior incorrect fix...
Graham Dumpleton
2017-05-08
1
-2
/
+7
*
Add support for WSGIDontWriteBytecode in Python 3.3 and later.
Graham Dumpleton
2017-05-08
2
-1
/
+9
*
Increment version to 4.5.16.
Graham Dumpleton
2017-05-08
1
-2
/
+2
*
Use long long if available for readline() as well.
Graham Dumpleton
2017-02-13
1
-1
/
+10
[next]