summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Deal with fact that required modules may be statically linked into Apache and...Graham Dumpleton2014-06-091-0/+25
* Increment version to 4.2.1.Graham Dumpleton2014-06-091-2/+2
* Split New Relic platform plugin out into separate Python package called mod_w...Graham Dumpleton2014-06-088-867/+29
* Split services into separate sub interpreters so isolated.Graham Dumpleton2014-06-081-2/+2
* Expand to version number triplet in WSGI environ and modules.Graham Dumpleton2014-06-082-5/+25
* Require server metrics to be enabled and change API naming.Graham Dumpleton2014-06-0610-25/+105
* Increment version to 4.2.0.Graham Dumpleton2014-06-051-3/+3
* Python 3 fixes for New Relic platform plugin.Graham Dumpleton2014-06-052-6/+6
* Convert time value to seconds.Graham Dumpleton2014-06-051-1/+2
* Merge branch 'develop' into feature/server-statusGraham Dumpleton2014-06-053-5/+8
|\
| * Increment version to 4.1.3.Graham Dumpleton2014-06-041-2/+2
| * Wrong size for address structure causing invalid argument error on some Linux...Graham Dumpleton2014-05-311-3/+2
| * Django management command was using wrong name for admin script.Graham Dumpleton2014-05-312-3/+3
| * Reduce potential for process crash in deadlock thread on process shutdown. #11Graham Dumpleton2014-05-311-2/+4
| * Fix redefinition warning about MPM_NAME macro under Apache 2.2.Graham Dumpleton2014-05-311-0/+1
| * Increment version for 4.1.2.Graham Dumpleton2014-05-311-2/+2
* | Added New Relic platform plugin support.Graham Dumpleton2014-06-0511-126/+1317
* | Expose Apache server and status information and adjust how mod_wsgi process s...Graham Dumpleton2014-05-253-14/+182
* | Defer daemon process creation until after scoreboard creation on initial star...Graham Dumpleton2014-05-252-2/+40
* | Fix header file include guard.Graham Dumpleton2014-05-251-2/+2
|/
* Handle changed API for determining MPM name in Apache 2.4.Graham Dumpleton2014-05-241-0/+4
* Increment version to 4.1.1.Graham Dumpleton2014-05-241-1/+1
* Allow daemon buffer sizes for send/receive/header to be configurable from mod...Graham Dumpleton2014-05-231-2/+21
* Make response header size limit for daemon mode configurable. #3Graham Dumpleton2014-05-232-9/+35
* Ensure status lines cleared when return error when reading response headers f...Graham Dumpleton2014-05-231-1/+6
* Preserve WWW-Authenticate headers returned from daemon mode as is. #4Graham Dumpleton2014-05-222-30/+307
* Return gateway timeout HTTP error for queue timeout.Graham Dumpleton2014-05-221-1/+1
* Rename option for daemon process listener backlog.Graham Dumpleton2014-05-221-4/+4
* Reference counting not performed in SSL query functions. #6Graham Dumpleton2014-05-211-12/+22
* Add security fix for local privilege escalation issue when using daemon mode....Graham Dumpleton2014-05-211-0/+13
* Add error override option to allow server to override application error docum...Graham Dumpleton2014-05-201-0/+9
* Add timeout and backlog options to admin script.Graham Dumpleton2014-05-131-14/+107
* Implement queue time to fail requests if were waiting too long to be handled ...Graham Dumpleton2014-05-132-8/+58
* Handle changes in wdb 2.0.Graham Dumpleton2014-05-131-1/+5
* Updated to match new admin script name.Graham Dumpleton2014-05-131-1/+1
* Add daemon connect timeout and implemented better handling of listener backlo...Graham Dumpleton2014-05-122-33/+51
* Change name of generated server control script to server-admin.Graham Dumpleton2014-05-091-1/+1
* Replace blocked timeout/requests with simpler to understand request-timeout o...Graham Dumpleton2014-05-094-88/+58
* Expose details about Apache MPM in use and processes/threads.Graham Dumpleton2014-05-081-0/+44
* Not clearing status line resulting in wrong error description when socket tim...Graham Dumpleton2014-05-081-2/+13
* Add a socket-timeout option for daemon process to override Apache Timeout dir...Graham Dumpleton2014-05-082-2/+22
* Distinguish failure to connect to daemon socket when retries not exhausted.Graham Dumpleton2014-05-081-1/+11
* Use timeout on socket connect to daemon process.Graham Dumpleton2014-05-072-84/+119
* Switch on extended status automatically when server status is enabled.Graham Dumpleton2014-05-071-0/+1
* Add to WSGI environ détails of daemon connection attempts, daemon restarts a...Graham Dumpleton2014-05-041-0/+27
* Introduce request and script start timing markers and reassign meaning of que...Graham Dumpleton2014-05-041-1/+8
* Add max clients option and automatically balance number of threads to match a...Graham Dumpleton2014-05-021-12/+26
* Link to www.modwsgi.org for documentation if generated documentation not part...Graham Dumpleton2014-05-011-3/+8
* Only initialise shutdown interpreter type object for Python 3.4.Graham Dumpleton2014-05-011-1/+4
* Eliminate compiler warnings.Graham Dumpleton2014-05-016-40/+49