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.5.6'
4.5.6
Graham Dumpleton
2016-09-02
14
-124
/
+368
|
\
|
*
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
|
*
Add release notes for Django management command fix for mod_wsgi-express.
Graham Dumpleton
2016-08-19
1
-0
/
+8
|
*
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
2
-0
/
+59
|
*
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
4
-2
/
+98
|
*
Enhance checks for logging messages via stdout.
Graham Dumpleton
2016-08-16
1
-3
/
+6
|
*
Add release notes for 4.5.6.
Graham Dumpleton
2016-08-16
2
-0
/
+17
|
*
Fix crashes in associating stdout/stderr with a request on Python 3.
Graham Dumpleton
2016-08-16
8
-114
/
+124
|
*
Increment version to 4.5.6.
Graham Dumpleton
2016-08-16
1
-2
/
+2
|
/
*
Merge branch 'release/4.5.5'
4.5.5
Graham Dumpleton
2016-08-16
4
-26
/
+74
|
\
|
*
Reverted association of stdout/stderr with request due to process crashes und...
Graham Dumpleton
2016-08-16
2
-8
/
+17
|
*
Acquire reference to ensure log object not destroyed while using it.
Graham Dumpleton
2016-08-15
1
-10
/
+45
|
*
Documentation for Python 3 print() regression.
Graham Dumpleton
2016-08-15
2
-0
/
+18
|
*
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
|
/
*
Merge branch 'release/4.5.4'
4.5.4
Graham Dumpleton
2016-08-12
14
-8
/
+342
|
\
|
*
Add log messages to environ test.
Graham Dumpleton
2016-08-12
1
-0
/
+4
|
*
Ensure that remote client port setup in daemon mode process so available to f...
Graham Dumpleton
2016-08-07
2
-0
/
+9
|
*
Route logging for a request to sys.stdout/sys.stderr back via wsgi.errors so ...
Graham Dumpleton
2016-08-06
7
-5
/
+86
|
*
Pass connection and request IDs across to daemon process and set in per reque...
Graham Dumpleton
2016-08-05
2
-1
/
+50
|
*
Add ability to specify error log format with mod_wsgi-express.
Graham Dumpleton
2016-08-05
2
-0
/
+18
|
*
Add release notes file for 4.5.4.
Graham Dumpleton
2016-08-05
2
-0
/
+8
|
*
Increment version to 4.5.4.
Graham Dumpleton
2016-08-05
1
-2
/
+2
|
*
Link in installation docs for MacOS X.
Graham Dumpleton
2016-07-26
1
-0
/
+1
|
*
Add new docs on installing mod_wsgi on MacOS X.
Graham Dumpleton
2016-07-26
2
-0
/
+164
|
/
*
Merge branch 'release/4.5.3'
4.5.3
Graham Dumpleton
2016-06-23
4
-2
/
+17
|
\
|
*
Ensure that startup messages are flushed so they appear in logs immediately.
Graham Dumpleton
2016-06-23
2
-0
/
+7
|
*
Add release notes page for 4.5.3.
Graham Dumpleton
2016-06-23
2
-0
/
+8
|
*
Increment version to 4.5.3.
Graham Dumpleton
2016-06-23
1
-2
/
+2
|
/
*
Merge branch 'release/4.5.2'
4.5.2
Graham Dumpleton
2016-04-14
4
-2
/
+32
|
\
|
*
Add hidden --verbose-debugging flag to mod_wsgi-express.
Graham Dumpleton
2016-04-14
1
-0
/
+10
|
*
Fix wording of release notes.
Graham Dumpleton
2016-04-14
1
-2
/
+2
|
*
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
2
-0
/
+8
|
*
Increment version to 4.5.2.
Graham Dumpleton
2016-04-13
3
-2
/
+10
|
/
*
Merge branch 'release/4.5.1'
4.5.1
Graham Dumpleton
2016-04-05
4
-3
/
+17
|
\
|
*
Fix generation of per request CPU times in event data.
Graham Dumpleton
2016-04-05
2
-1
/
+7
|
*
Add release notes for 4.5.1.
Graham Dumpleton
2016-04-05
2
-0
/
+8
|
*
Increment version to 4.5.1.
Graham Dumpleton
2016-04-05
1
-2
/
+2
|
/
*
Merge branch 'release/4.5.0'
4.5.0
Graham Dumpleton
2016-04-05
14
-167
/
+1091
|
\
|
*
Add release notes for 4.5.0.
Graham Dumpleton
2016-03-31
2
-0
/
+18
|
*
Merge branch 'feature/request-metrics' into develop
Graham Dumpleton
2016-03-31
11
-164
/
+1070
|
|
\
|
|
*
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
86
-161
/
+9074
|
|
\
|
|
/
|
/
|
*
|
Merge branch 'release/4.4.23'
4.4.23
Graham Dumpleton
2016-03-31
4
-2
/
+43
|
\
\
|
*
|
Document addition of --ssl-certificate-chain-file option for mod_wsgi-express.
Graham Dumpleton
2016-02-24
1
-0
/
+9
[next]