summaryrefslogtreecommitdiff
path: root/src/server/wsgi_interp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Graham Dumpleton2022-05-021-1/+1
* Revert default behaviour to be that of destroying Python interpreter on proce...Graham Dumpleton2022-05-021-1/+1
* Don't destroy Python interpreters on process shutdown.Graham Dumpleton2021-11-211-0/+5
* Replace undocumented PyEval_CallObject with PyObject_CallObjectPetr Viktorin2021-06-101-12/+12
* Don't call PyEval_InitThreads on Python 3.9+Petr Viktorin2021-06-101-2/+2
* Update year of copyright notices.4.8.0Graham Dumpleton2021-05-141-1/+1
* Eliminate compiler warning about unused variable on non Windows platforms.Graham Dumpleton2021-03-231-0/+2
* Add workaround to force importing of threading module in main thread.Graham Dumpleton2020-10-301-2/+12
* Add separate shutdown subscriptions capability.Graham Dumpleton2020-09-051-1/+6
* Add function for getting request metrics measured over a period.Graham Dumpleton2020-09-021-0/+3
* Don't ever call Py_SetPythonHome() on Windows.Graham Dumpleton2020-07-191-1/+12
* Restore old setup for Python home on Windows even though doesn't work these d...Graham Dumpleton2020-05-141-8/+9
* Fudge Python module search path on windows so that can use Python virtual env...Graham Dumpleton2020-05-141-0/+30
* Disable checks on Windows.Graham Dumpleton2020-04-141-2/+2
* Windows access() call is different to UNIX.Graham Dumpleton2020-03-091-0/+7
* Attempt to use pyvenv.cfg hack on Windows.Graham Dumpleton2020-03-091-1/+9
* Update copyright year.Graham Dumpleton2020-02-171-1/+1
* Use official APIs for accessing interpreter list.Graham Dumpleton2019-05-141-6/+12
* Update copyright year.Graham Dumpleton2019-05-141-1/+1
* Fix issues with undefined wsgi_daemon_process when compiling for Windows.Graham Dumpleton2018-04-031-2/+11
* APR 1.4.X doesn't have apr_hash_this_key().Graham Dumpleton2018-03-041-8/+12
* Pass shutdown reason with process_stopping event.Graham Dumpleton2018-02-081-1/+10
* Publish process stopping event before waiting for active requests to finish.Graham Dumpleton2018-02-081-10/+38
* Track per request data objects in global dictionary keyed by Apache request ID.Graham Dumpleton2018-02-081-0/+2
* Add special mode to daemon processes triggered by setting threads to 0, for r...Graham Dumpleton2018-01-241-2/+73
* Fix Apache parent process crash when default lazy initialisation mode had bee...Graham Dumpleton2018-01-231-2/+4
* Update copyright year.Graham Dumpleton2018-01-091-1/+1
* Symbol will not be defined on Windows when daemon mode not available.Graham Dumpleton2017-11-191-0/+2
* Use real lock around interpreter destruction to avoid potential race conditio...Graham Dumpleton2017-11-141-1/+14
* Add support for WSGIDontWriteBytecode in Python 3.3 and later.Graham Dumpleton2017-05-081-1/+2
* Expose name attribute on the log object to avoid code failing which doesn’t...Graham Dumpleton2017-01-211-2/+2
* 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-6/+6
* 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-24/+34
|\ \ | |/
| * Don't attempt to set environment variables when no password entry for user ID.Graham Dumpleton2015-10-121-12/+16
| * Adding multiple directories to Python module search path failing under Python...Graham Dumpleton2015-10-041-12/+18
* | Add extended metrics collection and events system for monitoring requests.Graham Dumpleton2015-03-291-57/+41
|/
* Ignore python-path option to WSGIDaemonProcess when empty string.Graham Dumpleton2015-02-251-1/+1
* Fixed core dump in daemon mode when both home and python-path options use at ...Graham Dumpleton2015-02-221-5/+4
* Update copyright year.Graham Dumpleton2015-02-211-1/+1
* Disable signal handler intercept in process forked from Apache child worker p...Graham Dumpleton2015-02-211-0/+3
* Disable signal handler intercept in process forked from daemon mode process.Graham Dumpleton2015-02-211-7/+85
* Misplaced #endif causes Win32 compile to fail.Graham Dumpleton2014-11-301-1/+1
* Only set Python executable location for pyvenv as breaks brew Python.Graham Dumpleton2014-11-071-42/+56
* Issue warning if Python home appears to be invalid. #54Graham Dumpleton2014-11-041-8/+47
* Add the home directory to sys.path and not empty string for current directory...Graham Dumpleton2014-09-051-10/+11
* Set Python HOME by actually setting location of Python executable to work aro...Graham Dumpleton2014-08-231-1/+63
* Eliminate compiler warning.Graham Dumpleton2014-08-151-1/+4