summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use nested function so can test stack backtraces over multiple frames.Graham Dumpleton2022-05-021-1/+4
* Fix up tests for shutdown handler.Graham Dumpleton2021-11-211-4/+10
* Add extra debug for events testing.Graham Dumpleton2021-11-211-1/+8
* Don't pass values for queue and daemon time when embedded mode.Graham Dumpleton2020-11-011-22/+0
* Don't pass values for queue and daemon time when embedded mode.Graham Dumpleton2020-11-011-0/+22
* Add function for getting request metrics measured over a period.Graham Dumpleton2020-09-021-0/+2
* Wrong PATH was output.Graham Dumpleton2020-05-141-1/+1
* Use Python 3 style print.Graham Dumpleton2019-12-201-1/+1
* Add request data and Apache request ID to request events.Graham Dumpleton2019-06-071-13/+4
* Correct test script after request data dropped from event handler params.Graham Dumpleton2018-03-041-2/+2
* Enhance test script for event subscriptions.Graham Dumpleton2018-02-081-5/+20
* Add host access callback to auth test script.Graham Dumpleton2018-01-221-0/+4
* Update auth test script to work with latest Python versions.Graham Dumpleton2018-01-221-3/+6
* Expose name attribute on the log object to avoid code failing which doesn’t...Graham Dumpleton2017-01-211-0/+5
* Add ability to use pip install on Windows.Graham Dumpleton2016-11-281-5/+6
* Enhance checks for logging messages via stdout.Graham Dumpleton2016-08-161-3/+6
* Fix crashes in associating stdout/stderr with a request on Python 3.Graham Dumpleton2016-08-161-3/+6
* Add log messages to environ test.Graham Dumpleton2016-08-121-0/+4
* Merge branch 'develop' into feature/request-metricsGraham Dumpleton2016-03-311-0/+4
|\
| * Output sys.prefix and sys.path in environ test WSGI script.Graham Dumpleton2015-12-101-0/+4
* | Adjust test script due to renaming in application object attribute name in re...Graham Dumpleton2015-06-071-1/+1
* | Read request content in events test script.Graham Dumpleton2015-06-011-0/+2
* | Add extended metrics collection and events system for monitoring requests.Graham Dumpleton2015-03-291-0/+65
|/
* Override LC_ALL when locale option to WSGIDaemonProcess is specified.Graham Dumpleton2015-01-111-0/+2
* Log error message when can't set the language locale due to it not being supp...Graham Dumpleton2014-12-181-0/+13
* Add --host-access-script to mod_wsgi-express. #47Graham Dumpleton2014-12-031-0/+3
* Chunked request support when using daemon mode. Better input error handling a...Graham Dumpleton2014-11-131-1/+6
* Change working directory for daemon process after dropping privileges. #56Graham Dumpleton2014-11-071-0/+1
* Apache 2.4 only allows wsgi-group with Require directive for group authorisat...Graham Dumpleton2014-09-141-1/+0
* Set charset for output of environ test script.Graham Dumpleton2014-09-051-1/+1
* Add option to mod_wsgi express to allow for user authentication using a Pytho...Graham Dumpleton2014-08-281-1/+25
* Allow user to be overridden in check_password() authentication handler. #15Graham Dumpleton2014-06-191-0/+6
* Output Python version from environ test script.Graham Dumpleton2014-06-191-0/+1
* Split New Relic platform plugin out into separate Python package called mod_w...Graham Dumpleton2014-06-081-11/+15
* Require server metrics to be enabled and change API naming.Graham Dumpleton2014-06-061-8/+9
* Added New Relic platform plugin support.Graham Dumpleton2014-06-051-1/+9
* Expose Apache server and status information and adjust how mod_wsgi process s...Graham Dumpleton2014-05-251-0/+6
* Dump out Apache and mod_wsgi process/threads configuration from environ test ...Graham Dumpleton2014-05-091-0/+22
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-052-0/+53