summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-181-0/+51
* 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-173-2/+69
* Fix crashes in associating stdout/stderr with a request on Python 3.Graham Dumpleton2016-08-167-111/+118
* Increment version to 4.5.6.Graham Dumpleton2016-08-161-2/+2
* Reverted association of stdout/stderr with request due to process crashes und...Graham Dumpleton2016-08-161-0/+10
* Acquire reference to ensure log object not destroyed while using it.Graham Dumpleton2016-08-151-10/+45
* 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
* Ensure that remote client port setup in daemon mode process so available to f...Graham Dumpleton2016-08-071-0/+4
* Route logging for a request to sys.stdout/sys.stderr back via wsgi.errors so ...Graham Dumpleton2016-08-066-5/+74
* Pass connection and request IDs across to daemon process and set in per reque...Graham Dumpleton2016-08-051-1/+36
* Add ability to specify error log format with mod_wsgi-express.Graham Dumpleton2016-08-051-0/+12
* Increment version to 4.5.4.Graham Dumpleton2016-08-051-2/+2
* Ensure that startup messages are flushed so they appear in logs immediately.Graham Dumpleton2016-06-231-0/+2
* Increment version to 4.5.3.Graham Dumpleton2016-06-231-2/+2
* Add hidden --verbose-debugging flag to mod_wsgi-express.Graham Dumpleton2016-04-141-0/+10
* 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-131-0/+1
* Increment version to 4.5.2.Graham Dumpleton2016-04-131-2/+2
* Fix generation of per request CPU times in event data.Graham Dumpleton2016-04-051-1/+1
* Increment version to 4.5.1.Graham Dumpleton2016-04-051-2/+2
* 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-3128-37/+86
|\ \ | |/
| * Add support for SSL certificate chains.Graham Dumpleton2016-02-221-0/+20
| * Increment version to 4.4.23.Graham Dumpleton2016-02-221-2/+2
| * Update copyright year.Graham Dumpleton2016-01-2226-26/+26
| * Add support for providing rewrite rules when using mod_wsgi-express.Graham Dumpleton2016-01-131-4/+26
| * Add sys.path and sys.prefix output to embedded version of WSGI test script.Graham Dumpleton2015-12-101-0/+4
| * Dropping trailing slash on URL alias target when not supposed to. #104Graham Dumpleton2015-12-101-5/+8
* | Merge branch 'develop' into feature/request-metricsGraham Dumpleton2015-11-212-22/+12
|\ \ | |/
| * Request timeout stack traces not showing filename/name on Python 3.Graham Dumpleton2015-11-111-20/+10
| * Increment version to 4.4.22.Graham Dumpleton2015-11-111-2/+2
* | Merge branch 'develop' into feature/request-metricsGraham Dumpleton2015-11-046-44/+270
|\ \ | |/
| * Add --entry-point to mod_wsgi-express as more explicit way of identifying fil...Graham Dumpleton2015-10-221-0/+15
| * Add environ WSGI test application as part of installed mod_wsgi-express package.Graham Dumpleton2015-10-221-0/+107
| * Automatically enable debug mode when options such as --enable-debugger are used.Graham Dumpleton2015-10-221-0/+5
| * Increment version to 4.4.21.Graham Dumpleton2015-10-221-2/+2
| * Fix post mortem debugger for exception when yielding items or in close().Graham Dumpleton2015-10-201-2/+2
| * Increment version to 4.4.20.Graham Dumpleton2015-10-201-2/+2
| * Don't attempt to set environment variables when no password entry for user ID.Graham Dumpleton2015-10-121-12/+16
| * Increment version to 4.4.19.Graham Dumpleton2015-10-121-2/+2
| * Use #nnn as default group name if no password entry for user ID which mod_wsg...Graham Dumpleton2015-10-121-4/+12
| * Increment version to 4.4.18.Graham Dumpleton2015-10-121-2/+2
| * Use #nnn as default user name if no password entry for user ID which mod_wsgi...Graham Dumpleton2015-10-111-1/+4
| * Increment version to 4.4.17.Graham Dumpleton2015-10-111-2/+2