summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only run pre/post fork setup when fork exists as new functions don't exist as...Graham Dumpleton2019-06-181-0/+4
* Increment version to 4.6.7.Graham Dumpleton2019-06-181-2/+2
* Handle list not being present for some reason.Graham Dumpleton2019-06-071-1/+1
* Add request data and Apache request ID to request events.Graham Dumpleton2019-06-072-10/+55
* Only set request ID if not set.Graham Dumpleton2019-06-071-1/+1
* Remove unused variable.Graham Dumpleton2019-06-071-5/+3
* Don't attempt to close file descriptor when not valid.Graham Dumpleton2019-06-071-2/+4
* Close socket on failures.Graham Dumpleton2019-06-071-0/+9
* Request will always be non NULL.Graham Dumpleton2019-06-071-4/+1
* Remove unnecessary break statement.Graham Dumpleton2019-06-071-1/+0
* Add search for bash shell and fallback to sh.Graham Dumpleton2019-05-221-1/+8
* Use official APIs for accessing interpreter list.Graham Dumpleton2019-05-141-6/+12
* Eliminate compiler wanrings.Graham Dumpleton2019-05-141-2/+2
* Changed functions to pre/post actions when forking.Graham Dumpleton2019-05-141-1/+12
* Need raw string to avoid warnings from Python 3.6+.Graham Dumpleton2019-05-141-1/+1
* Increment version to 4.6.6.Graham Dumpleton2019-05-141-2/+2
* Update copyright year.Graham Dumpleton2019-05-1428-28/+28
* Use /dev/null for mime types if no system mime types file can be found.Graham Dumpleton2018-10-221-1/+1
* Use /var/tmp directory for temporary server root directory on macOS.Graham Dumpleton2018-10-221-5/+9
* Add special support for using mod_wsgi-express with shiv variant of a zipapp.Graham Dumpleton2018-10-221-0/+23
* Static files in document root not accessing when WSGI application mounted at ...Graham Dumpleton2018-06-291-8/+11
* Increment version to 4.6.5.Graham Dumpleton2018-06-291-2/+2
* Fix issues with undefined wsgi_daemon_process when compiling for Windows.Graham Dumpleton2018-04-031-2/+11
* Fix compile time issue in Windows with wsgi_daemon_process being undefined.Graham Dumpleton2018-04-021-0/+4
* Increment version to 4.6.4.Graham Dumpleton2018-04-021-2/+2
* Import Django WSGI application as module not script file path so relative imp...Graham Dumpleton2018-03-261-2/+5
* Fix compilation error on Windows with undefined symbol.Graham Dumpleton2018-03-141-0/+2
* Default value in help string for queue timeout didn't match code, which used ...Graham Dumpleton2018-03-141-1/+1
* Use alternative to PyFrame_GetLineNumber() so still compiles with Python 2.6 ...Graham Dumpleton2018-03-051-1/+7
* Increment version to 4.6.3.Graham Dumpleton2018-03-051-2/+2
* Details of Python exception not logged when error occurs parsing Python scrip...Graham Dumpleton2018-03-041-0/+3
* Increment version to 4.6.2.Graham Dumpleton2018-03-041-2/+2
* APR 1.4.X doesn't have apr_hash_this_key().Graham Dumpleton2018-03-041-8/+12
* Increment version to 4.6.1.Graham Dumpleton2018-03-041-2/+2
* Revert passing request_data as argument to events.Graham Dumpleton2018-02-082-0/+8
* Pass shutdown reason with process_stopping event.Graham Dumpleton2018-02-083-4/+26
* Add --cpu-time-limit option to mod_wsgi-express.Graham Dumpleton2018-02-081-0/+9
* Publish process stopping event before waiting for active requests to finish.Graham Dumpleton2018-02-083-10/+62
* Variable only needed in main code file.Graham Dumpleton2018-02-083-2/+1
* Fix reference counting issues.Graham Dumpleton2018-02-081-5/+5
* Track per request data objects in global dictionary keyed by Apache request ID.Graham Dumpleton2018-02-085-3/+58
* Pass per request data object as argument to event handlers.Graham Dumpleton2018-02-082-0/+17
* Thread ID in stack traces was truncated to 32 bits.Graham Dumpleton2018-02-081-4/+4
* Display function definition line number rather that executing line number.Graham Dumpleton2018-02-071-1/+1
* Include actual isatty check still when using --isatty option.Graham Dumpleton2018-02-062-2/+2
* Switch version to 4.6.0.Graham Dumpleton2018-01-241-3/+3
* Add special mode to daemon processes triggered by setting threads to 0, for r...Graham Dumpleton2018-01-243-33/+152
* Fix Apache parent process crash when default lazy initialisation mode had bee...Graham Dumpleton2018-01-231-2/+4
* Default to using directory specified by TMPDIR environment variable before us...Graham Dumpleton2018-01-231-3/+7
* Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...Graham Dumpleton2018-01-232-4/+65