summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/4.5.6'4.5.6Graham Dumpleton2016-09-0214-124/+368
|\
| * Calculate fallback Django base directory from top level module of settings mo...Graham Dumpleton2016-08-251-2/+4
| * Drop nargs=1 when converting to argparse as forces into a list.Graham Dumpleton2016-08-231-0/+3
| * Add release notes for Django management command fix for mod_wsgi-express.Graham Dumpleton2016-08-191-0/+8
| * Convert optparse to argparse for Django 1.10+ in mod_wsgi-express Django mana...Graham Dumpleton2016-08-191-1/+47
| * Use Apache 2.4 directives for access control to fix precedence issues with ol...Graham Dumpleton2016-08-182-0/+59
| * Fix possible loss of error return code when reading input due to incompatible...Graham Dumpleton2016-08-181-3/+3
| * Added startup timeout to combat problem with Django initialisation not being ...Graham Dumpleton2016-08-174-2/+98
| * Enhance checks for logging messages via stdout.Graham Dumpleton2016-08-161-3/+6
| * Add release notes for 4.5.6.Graham Dumpleton2016-08-162-0/+17
| * Fix crashes in associating stdout/stderr with a request on Python 3.Graham Dumpleton2016-08-168-114/+124
| * Increment version to 4.5.6.Graham Dumpleton2016-08-161-2/+2
|/
* Merge branch 'release/4.5.5'4.5.5Graham Dumpleton2016-08-164-26/+74
|\
| * Reverted association of stdout/stderr with request due to process crashes und...Graham Dumpleton2016-08-162-8/+17
| * Acquire reference to ensure log object not destroyed while using it.Graham Dumpleton2016-08-151-10/+45
| * Documentation for Python 3 print() regression.Graham Dumpleton2016-08-152-0/+18
| * Must not forward on flush() and close() for log object as will crash under Py...Graham Dumpleton2016-08-151-14/+0
| * Increment version to 4.5.5.Graham Dumpleton2016-08-151-2/+2
|/
* Merge branch 'release/4.5.4'4.5.4Graham Dumpleton2016-08-1214-8/+342
|\
| * Add log messages to environ test.Graham Dumpleton2016-08-121-0/+4
| * Ensure that remote client port setup in daemon mode process so available to f...Graham Dumpleton2016-08-072-0/+9
| * Route logging for a request to sys.stdout/sys.stderr back via wsgi.errors so ...Graham Dumpleton2016-08-067-5/+86
| * Pass connection and request IDs across to daemon process and set in per reque...Graham Dumpleton2016-08-052-1/+50
| * Add ability to specify error log format with mod_wsgi-express.Graham Dumpleton2016-08-052-0/+18
| * Add release notes file for 4.5.4.Graham Dumpleton2016-08-052-0/+8
| * Increment version to 4.5.4.Graham Dumpleton2016-08-051-2/+2
| * Link in installation docs for MacOS X.Graham Dumpleton2016-07-261-0/+1
| * Add new docs on installing mod_wsgi on MacOS X.Graham Dumpleton2016-07-262-0/+164
|/
* Merge branch 'release/4.5.3'4.5.3Graham Dumpleton2016-06-234-2/+17
|\
| * Ensure that startup messages are flushed so they appear in logs immediately.Graham Dumpleton2016-06-232-0/+7
| * Add release notes page for 4.5.3.Graham Dumpleton2016-06-232-0/+8
| * Increment version to 4.5.3.Graham Dumpleton2016-06-231-2/+2
|/
* Merge branch 'release/4.5.2'4.5.2Graham Dumpleton2016-04-144-2/+32
|\
| * Add hidden --verbose-debugging flag to mod_wsgi-express.Graham Dumpleton2016-04-141-0/+10
| * Fix wording of release notes.Graham Dumpleton2016-04-141-2/+2
| * Need conditional check to deal with when no additional path defined, else Apa...Graham Dumpleton2016-04-131-0/+4
| * Python path not set correctly when using --debug-mode option with mod_wsgi-ex...Graham Dumpleton2016-04-132-0/+8
| * Increment version to 4.5.2.Graham Dumpleton2016-04-133-2/+10
|/
* Merge branch 'release/4.5.1'4.5.1Graham Dumpleton2016-04-054-3/+17
|\
| * Fix generation of per request CPU times in event data.Graham Dumpleton2016-04-052-1/+7
| * Add release notes for 4.5.1.Graham Dumpleton2016-04-052-0/+8
| * Increment version to 4.5.1.Graham Dumpleton2016-04-051-2/+2
|/
* Merge branch 'release/4.5.0'4.5.0Graham Dumpleton2016-04-0514-167/+1091
|\
| * Add release notes for 4.5.0.Graham Dumpleton2016-03-312-0/+18
| * Merge branch 'feature/request-metrics' into developGraham Dumpleton2016-03-3111-164/+1070
| |\
| | * Merge branch 'develop' into feature/request-metricsfeature/request-metricsGraham Dumpleton2016-03-311-3/+3
| | |\ | | |/ | |/|
| * | Increment version to 4.5.0.Graham Dumpleton2016-03-311-3/+3
|/ /
| * Merge branch 'develop' into feature/request-metricsGraham Dumpleton2016-03-3186-161/+9074
| |\ | |/ |/|
* | Merge branch 'release/4.4.23'4.4.23Graham Dumpleton2016-03-314-2/+43
|\ \
| * | Document addition of --ssl-certificate-chain-file option for mod_wsgi-express.Graham Dumpleton2016-02-241-0/+9