summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Details of Python exception not logged when error occurs parsing Python ↵Graham Dumpleton2018-03-041-0/+3
| | | | script file.
* 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 ↵Graham Dumpleton2018-01-243-33/+152
| | | | running service scripts. This handles signals properly.
* Fix Apache parent process crash when default lazy initialisation mode had ↵Graham Dumpleton2018-01-231-2/+4
| | | | been disabled.
* Default to using directory specified by TMPDIR environment variable before ↵Graham Dumpleton2018-01-231-3/+7
| | | | using /tmp as parent for server root when not specified.
* Add --isatty option to mod_wsgi-express as interim option for ignoring ↵Graham Dumpleton2018-01-232-4/+65
| | | | SIGWINCH when in interactive terminal session.
* Don't automatically host static files with runmodwsgi if WhiteNoise ↵Graham Dumpleton2018-01-231-16/+22
| | | | middleware being used with Django.
* Fix up reference counting and logging in access, authentication, ↵Graham Dumpleton2018-01-221-68/+122
| | | | authorization and dispatch hooks.
* Add --socket-prefix option to mod_wsgi-express.Graham Dumpleton2018-01-211-0/+12
|
* Log warnings about where daemon socket path is truncated.Graham Dumpleton2018-01-211-2/+11
|
* Forgot to re-enable socket rotation for mod_wsgi-express after validating ↵Graham Dumpleton2018-01-211-1/+1
| | | | change.
* Ensure log original WSGI application HTTP response code rather than 500 when ↵Graham Dumpleton2018-01-211-8/+72
| | | | client drops connection or error when proxying.
* Added support for using process-group and application-group with ↵Graham Dumpleton2018-01-181-3/+11
| | | | WSGIScriptAliasMatch directive.
* Add option for disabling daemon socket rotation on restarts. Disabled by ↵Graham Dumpleton2018-01-185-3/+41
| | | | default in mod_wsgi-express.
* Compress responses of type application/json when enabled.Graham Dumpleton2018-01-091-0/+1
|
* Update copyright year.Graham Dumpleton2018-01-0927-27/+27
|
* Increment version to 4.5.25.Graham Dumpleton2018-01-021-2/+2
|
* Add documentation for Solaris environ size fix when using daemon mode.Graham Dumpleton2017-12-151-0/+1
|
* Merge pull request #247 from pyhalov/nvec-nonnegativeGraham Dumpleton2017-12-151-4/+7
|\ | | | | When size_t is unsigned loop in mod_wsgi can never end.
| * When size_t is unsigned loop in mod_uwsgi can never endAlexander Pyhalov2017-11-241-4/+7
| |
* | Increment version to 4.5.24.Graham Dumpleton2017-12-151-2/+2
| |
* | Increment version to 4.5.23.Graham Dumpleton2017-12-131-2/+2
|/
* Symbol will not be defined on Windows when daemon mode not available.Graham Dumpleton2017-11-191-0/+2
|
* Increment version to 4.5.22.Graham Dumpleton2017-11-191-2/+2
|
* Use real lock around interpreter destruction to avoid potential race ↵Graham Dumpleton2017-11-144-2/+23
| | | | condition with deadlock detection thread.
* Add wsgi.input_terminated flag to WSGI environ dictionary.Graham Dumpleton2017-11-141-0/+2
|
* Increment version to 4.5.21.Graham Dumpleton2017-11-141-2/+2
|
* Increment version to 4.5.20.Graham Dumpleton2017-10-031-2/+2
|
* Allow --working-directory option to override calculated directory when using ↵Graham Dumpleton2017-10-011-12/+15
| | | | Django management command integration.
* Increment version to 4.5.19.Graham Dumpleton2017-10-011-2/+2
|
* If target of --url-alias not present, assume it will be a directory.Graham Dumpleton2017-08-291-1/+1
|
* Increment version to 4.5.18.Graham Dumpleton2017-08-291-2/+2
|
* Fix --allow-override breaking --url-alias in mod_wsgi-express.Graham Dumpleton2017-07-071-1/+2
|
* Increment version to 4.5.17.Graham Dumpleton2017-07-071-2/+2
|
* Fix pre-loading into daemon process in different virtual host.Graham Dumpleton2017-07-071-2/+42
|
* Add --allow-override option for mod_wsgi-express.Graham Dumpleton2017-07-021-0/+16
|