summaryrefslogtreecommitdiff
path: root/src/server/wsgi_logger.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Graham Dumpleton2022-05-021-1/+1
* Replace undocumented PyEval_CallObject with PyObject_CallObjectPetr Viktorin2021-06-101-2/+2
* Update year of copyright notices.4.8.0Graham Dumpleton2021-05-141-1/+1
* Fix deprecation warning in PyArg_ParseTuple().Graham Dumpleton2021-02-131-2/+2
* Update copyright year.Graham Dumpleton2020-02-171-1/+1
* Add request data and Apache request ID to request events.Graham Dumpleton2019-06-071-2/+13
* Update copyright year.Graham Dumpleton2019-05-141-1/+1
* Revert passing request_data as argument to events.Graham Dumpleton2018-02-081-0/+2
* Pass per request data object as argument to event handlers.Graham Dumpleton2018-02-081-0/+7
* Update copyright year.Graham Dumpleton2018-01-091-1/+1
* Expose name attribute on the log object to avoid code failing which doesn’t...Graham Dumpleton2017-01-211-0/+13
* Remove dead code related to experiment in redirecting log output.Graham Dumpleton2017-01-211-84/+0
* Update year in copyright.Graham Dumpleton2017-01-041-1/+1
* Fix crashes in associating stdout/stderr with a request on Python 3.Graham Dumpleton2016-08-161-93/+89
* 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
* Route logging for a request to sys.stdout/sys.stderr back via wsgi.errors so ...Graham Dumpleton2016-08-061-0/+50
* Merge branch 'develop' into feature/request-metricsGraham Dumpleton2016-03-311-1/+1
|\
| * Update copyright year.Graham Dumpleton2016-01-221-1/+1
* | Merge branch 'develop' into feature/request-metricsGraham Dumpleton2015-11-041-0/+9
|\ \ | |/
| * Add fileno() method to IO object when Python 3 being used to satisfy document...Graham Dumpleton2015-08-161-0/+9
* | Rename event attribute for exception information.Graham Dumpleton2015-06-071-1/+1
* | Add extended metrics collection and events system for monitoring requests.Graham Dumpleton2015-03-291-4/+23
|/
* Update copyright year.Graham Dumpleton2015-02-211-1/+1
* Eliminate compiler warnings.Graham Dumpleton2014-05-011-10/+10
* Update copyright year.Graham Dumpleton2014-05-011-1/+1
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-051-0/+689