summaryrefslogtreecommitdiff
path: root/src/server/mod_wsgi.c
Commit message (Expand)AuthorAgeFilesLines
* Log daemon process exit. #8Graham Dumpleton2014-09-141-6/+17
* Apache 2.4 only allows wsgi-group with Require directive for group authorisat...Graham Dumpleton2014-09-141-0/+4
* Provide means of disabling automatic mapping of HEAD to GET when output filte...Graham Dumpleton2014-09-121-3/+73
* Drop headers using characters other than alpha numerics and '-' to avoid spoo...Graham Dumpleton2014-09-061-11/+101
* Fix Apache 2.4 compatibility issue auth providers performing group authorisat...Graham Dumpleton2014-08-291-0/+5
* Merge branch 'feature/override-auth-user' into feature/4.2.9Graham Dumpleton2014-08-271-1/+22
|\
| * Allow user to be overridden in check_password() authentication handler. #15Graham Dumpleton2014-06-191-1/+22
* | Can't dump stack traces for Python older than 2.5.Graham Dumpleton2014-08-221-0/+4
|/
* When there is any sort of error in setting up daemon process group, kill the ...Graham Dumpleton2014-06-181-3/+51
* Fix one off error when checking limit on the number of supplementary groups f...Graham Dumpleton2014-06-181-1/+1
* Expand to version number triplet in WSGI environ and modules.Graham Dumpleton2014-06-081-1/+19
* Require server metrics to be enabled and change API naming.Graham Dumpleton2014-06-061-0/+40
* Merge branch 'develop' into feature/server-statusGraham Dumpleton2014-06-051-3/+5
|\
| * Wrong size for address structure causing invalid argument error on some Linux...Graham Dumpleton2014-05-311-3/+2
| * Reduce potential for process crash in deadlock thread on process shutdown. #11Graham Dumpleton2014-05-311-2/+4
* | Added New Relic platform plugin support.Graham Dumpleton2014-06-051-1/+2
* | Defer daemon process creation until after scoreboard creation on initial star...Graham Dumpleton2014-05-251-2/+38
|/
* Make response header size limit for daemon mode configurable. #3Graham Dumpleton2014-05-231-9/+34
* 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-221-30/+306
* Return gateway timeout HTTP error for queue timeout.Graham Dumpleton2014-05-221-1/+1
* 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
* Implement queue time to fail requests if were waiting too long to be handled ...Graham Dumpleton2014-05-131-8/+57
* Add daemon connect timeout and implemented better handling of listener backlo...Graham Dumpleton2014-05-121-29/+49
* Replace blocked timeout/requests with simpler to understand request-timeout o...Graham Dumpleton2014-05-091-84/+54
* 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-081-2/+20
* 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-071-81/+115
* 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
* Only initialise shutdown interpreter type object for Python 3.4.Graham Dumpleton2014-05-011-1/+4
* Eliminate compiler warnings.Graham Dumpleton2014-05-011-25/+24
* Accidentally remove log level when dropping macro used for Apache 1.3.Graham Dumpleton2014-05-011-1/+1
* Update copyright year.Graham Dumpleton2014-05-011-1/+1
* Checking for potentially incorrect symbol to identify ITK MPM.Graham Dumpleton2014-04-261-1/+1
* Modifications to atexit callback execution in sub interpreters for Python 3.4.Graham Dumpleton2014-03-161-0/+1
* Drop use of errno compatibility macro for Apache 1.3.Graham Dumpleton2014-02-101-1/+1
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-051-0/+12933