summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update year of copyright notices.4.8.0Graham Dumpleton2021-05-1428-28/+28
* Merge pull request #669 from praiskup/errno-settrlimitGraham Dumpleton2021-05-141-3/+6
|\
| * Log the reason for settrlimit() failures (errno)Pavel Raiskup2021-04-091-3/+6
* | Add warning about incomplete Windows support.Graham Dumpleton2021-05-141-1/+11
|/
* Eliminate compiler warning about unused variable on non Windows platforms.Graham Dumpleton2021-03-231-0/+2
* Eliminate compiler warning about casting incompatible type.Graham Dumpleton2021-03-231-4/+4
* Qualify options based on target platform.Graham Dumpleton2021-03-211-759/+824
* Honour maximum requests when using embedded mode.Graham Dumpleton2021-03-211-0/+4
* Merge and fix Windows path issues.Graham Dumpleton2021-02-139-154/+865
|\
| * Fix deprecation warning in PyArg_ParseTuple().Graham Dumpleton2021-02-132-2/+4
| * Stop Apache parent process aborting when lazy initialization is turned off.Graham Dumpleton2020-12-241-0/+9
| * Disable reloading by default when embedded mode used.Graham Dumpleton2020-11-011-2/+5
| * Don't pass values for queue and daemon time when embedded mode.Graham Dumpleton2020-11-011-11/+32
| * Add workaround to force importing of threading module in main thread.Graham Dumpleton2020-10-301-2/+12
| * No need to lock mutex when script reloading is not enabled.Graham Dumpleton2020-10-061-4/+7
| * Send request to daemon immediately if reloading and queue timeout disabled.Graham Dumpleton2020-10-062-16/+36
| * Move position of locking for staring request to avoid delays.Graham Dumpleton2020-10-061-15/+15
| * Release Python GIL when checking modification time of file.Graham Dumpleton2020-10-051-5/+8
| * Release Python GIL when flush response to start sending request data.Graham Dumpleton2020-10-051-0/+4
| * Release GIL while doing checking script modification time.Graham Dumpleton2020-10-051-5/+8
| * Separate out time spent in daemon process.Graham Dumpleton2020-10-053-7/+53
| * Report queue time distinct from server time.Graham Dumpleton2020-10-043-5/+48
| * Change how capture active threads in period.Graham Dumpleton2020-10-042-13/+7
| * Report bucketed metric data on request thread usage.Graham Dumpleton2020-10-041-0/+22
| * Fix process crash on Apache startup due to incorrect use of memory pools.Graham Dumpleton2020-10-041-1/+10
| * Increment mod_wsgi version to 4.8.0.Graham Dumpleton2020-10-041-3/+3
| * Avoid event MPM in debug and embedded mode as unreliable with low number of t...Graham Dumpleton2020-09-271-1/+5
| * If using debug mode, try and force prefork MPM and fallback to worker MPM.Graham Dumpleton2020-09-271-0/+3
| * Move where details of operating mode output.Graham Dumpleton2020-09-271-7/+7
| * Add working directory to module search path for debug mode or embedded mode.Graham Dumpleton2020-09-271-0/+4
| * Add support for --embedded-mode option to mod_wsgi-express.Graham Dumpleton2020-09-271-12/+72
| * Set default for keep alive timeout for mod_wsgi-express to 2 seconds.Graham Dumpleton2020-09-261-3/+4
| * Don't attempt to import WSGI module as could have side effects.Graham Dumpleton2020-09-241-4/+5
| * Always run tty check.Graham Dumpleton2020-09-241-1/+1
| * Can't determine CPU on Windows.Graham Dumpleton2020-09-161-0/+5
| * Add process ID to request metrics.Graham Dumpleton2020-09-151-0/+5
| * Add memory metrics to request metrics.Graham Dumpleton2020-09-151-0/+10
| * CPU usage can actually go over 1 in some cases when have multiple CPUs availa...Graham Dumpleton2020-09-131-11/+0
| * Move where clear buckets.Graham Dumpleton2020-09-111-7/+5
| * Only add to the one time bucket it matches.Graham Dumpleton2020-09-111-16/+15
| * Add time buckets and change server time name.Graham Dumpleton2020-09-101-18/+87
| * Switch response time back to application time.Graham Dumpleton2020-09-101-14/+14
| * Change names of variables reported for request metrics.Graham Dumpleton2020-09-101-62/+66
| * Add separate shutdown subscriptions capability.Graham Dumpleton2020-09-053-40/+102
| * Permanently enable isatty check to ignore SIGWINCH.Graham Dumpleton2020-09-041-11/+12
| * Drop and rename variables.Graham Dumpleton2020-09-041-14/+9
| * Change name of variable reporting metric.Graham Dumpleton2020-09-041-3/+3
| * Reporting wrong variable.Graham Dumpleton2020-09-041-4/+2
| * Cap at 100% when maths means it goes slightly over.Graham Dumpleton2020-09-041-0/+21
| * Report if thread used in interval.Graham Dumpleton2020-09-042-0/+22