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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Calculate fallback Django base directory from top level module of settings mo...
Graham Dumpleton
2016-08-25
1
-2
/
+4
*
Drop nargs=1 when converting to argparse as forces into a list.
Graham Dumpleton
2016-08-23
1
-0
/
+3
*
Convert optparse to argparse for Django 1.10+ in mod_wsgi-express Django mana...
Graham Dumpleton
2016-08-19
1
-1
/
+47
*
Use Apache 2.4 directives for access control to fix precedence issues with ol...
Graham Dumpleton
2016-08-18
1
-0
/
+51
*
Fix possible loss of error return code when reading input due to incompatible...
Graham Dumpleton
2016-08-18
1
-3
/
+3
*
Added startup timeout to combat problem with Django initialisation not being ...
Graham Dumpleton
2016-08-17
3
-2
/
+69
*
Fix crashes in associating stdout/stderr with a request on Python 3.
Graham Dumpleton
2016-08-16
7
-111
/
+118
*
Increment version to 4.5.6.
Graham Dumpleton
2016-08-16
1
-2
/
+2
*
Reverted association of stdout/stderr with request due to process crashes und...
Graham Dumpleton
2016-08-16
1
-0
/
+10
*
Acquire reference to ensure log object not destroyed while using it.
Graham Dumpleton
2016-08-15
1
-10
/
+45
*
Must not forward on flush() and close() for log object as will crash under Py...
Graham Dumpleton
2016-08-15
1
-14
/
+0
*
Increment version to 4.5.5.
Graham Dumpleton
2016-08-15
1
-2
/
+2
*
Ensure that remote client port setup in daemon mode process so available to f...
Graham Dumpleton
2016-08-07
1
-0
/
+4
*
Route logging for a request to sys.stdout/sys.stderr back via wsgi.errors so ...
Graham Dumpleton
2016-08-06
6
-5
/
+74
*
Pass connection and request IDs across to daemon process and set in per reque...
Graham Dumpleton
2016-08-05
1
-1
/
+36
*
Add ability to specify error log format with mod_wsgi-express.
Graham Dumpleton
2016-08-05
1
-0
/
+12
*
Increment version to 4.5.4.
Graham Dumpleton
2016-08-05
1
-2
/
+2
*
Ensure that startup messages are flushed so they appear in logs immediately.
Graham Dumpleton
2016-06-23
1
-0
/
+2
*
Increment version to 4.5.3.
Graham Dumpleton
2016-06-23
1
-2
/
+2
*
Add hidden --verbose-debugging flag to mod_wsgi-express.
Graham Dumpleton
2016-04-14
1
-0
/
+10
*
Need conditional check to deal with when no additional path defined, else Apa...
Graham Dumpleton
2016-04-13
1
-0
/
+4
*
Python path not set correctly when using --debug-mode option with mod_wsgi-ex...
Graham Dumpleton
2016-04-13
1
-0
/
+1
*
Increment version to 4.5.2.
Graham Dumpleton
2016-04-13
1
-2
/
+2
*
Fix generation of per request CPU times in event data.
Graham Dumpleton
2016-04-05
1
-1
/
+1
*
Increment version to 4.5.1.
Graham Dumpleton
2016-04-05
1
-2
/
+2
*
Merge branch 'develop' into feature/request-metrics
feature/request-metrics
Graham Dumpleton
2016-03-31
1
-3
/
+3
|
\
|
*
Increment version to 4.5.0.
Graham Dumpleton
2016-03-31
1
-3
/
+3
*
|
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2016-03-31
28
-37
/
+86
|
\
\
|
|
/
|
*
Add support for SSL certificate chains.
Graham Dumpleton
2016-02-22
1
-0
/
+20
|
*
Increment version to 4.4.23.
Graham Dumpleton
2016-02-22
1
-2
/
+2
|
*
Update copyright year.
Graham Dumpleton
2016-01-22
26
-26
/
+26
|
*
Add support for providing rewrite rules when using mod_wsgi-express.
Graham Dumpleton
2016-01-13
1
-4
/
+26
|
*
Add sys.path and sys.prefix output to embedded version of WSGI test script.
Graham Dumpleton
2015-12-10
1
-0
/
+4
|
*
Dropping trailing slash on URL alias target when not supposed to. #104
Graham Dumpleton
2015-12-10
1
-5
/
+8
*
|
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2015-11-21
2
-22
/
+12
|
\
\
|
|
/
|
*
Request timeout stack traces not showing filename/name on Python 3.
Graham Dumpleton
2015-11-11
1
-20
/
+10
|
*
Increment version to 4.4.22.
Graham Dumpleton
2015-11-11
1
-2
/
+2
*
|
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2015-11-04
6
-44
/
+270
|
\
\
|
|
/
|
*
Add --entry-point to mod_wsgi-express as more explicit way of identifying fil...
Graham Dumpleton
2015-10-22
1
-0
/
+15
|
*
Add environ WSGI test application as part of installed mod_wsgi-express package.
Graham Dumpleton
2015-10-22
1
-0
/
+107
|
*
Automatically enable debug mode when options such as --enable-debugger are used.
Graham Dumpleton
2015-10-22
1
-0
/
+5
|
*
Increment version to 4.4.21.
Graham Dumpleton
2015-10-22
1
-2
/
+2
|
*
Fix post mortem debugger for exception when yielding items or in close().
Graham Dumpleton
2015-10-20
1
-2
/
+2
|
*
Increment version to 4.4.20.
Graham Dumpleton
2015-10-20
1
-2
/
+2
|
*
Don't attempt to set environment variables when no password entry for user ID.
Graham Dumpleton
2015-10-12
1
-12
/
+16
|
*
Increment version to 4.4.19.
Graham Dumpleton
2015-10-12
1
-2
/
+2
|
*
Use #nnn as default group name if no password entry for user ID which mod_wsg...
Graham Dumpleton
2015-10-12
1
-4
/
+12
|
*
Increment version to 4.4.18.
Graham Dumpleton
2015-10-12
1
-2
/
+2
|
*
Use #nnn as default user name if no password entry for user ID which mod_wsgi...
Graham Dumpleton
2015-10-11
1
-1
/
+4
|
*
Increment version to 4.4.17.
Graham Dumpleton
2015-10-11
1
-2
/
+2
[next]