| Commit message (Expand) | Author | Age | Files | Lines |
| * | After a long discussion in dev@ I reviewed my previous commit to only warn | Luca Toscano | 2016-08-26 | 1 | -17/+37 |
| * | Optimization to httpoxy workaround, for 2.4.23+ only. | William A. Rowe Jr | 2016-07-18 | 1 | -1/+1 |
| * | httpoxy workarounds, first draft patch as published for all 2.2.x+ sources | William A. Rowe Jr | 2016-07-18 | 1 | -0/+8 |
| * | Improve the FCGI/CGI Last-Modified header value handling. | Luca Toscano | 2016-07-03 | 1 | -20/+17 |
| * | Fixed typo in log message, wrong RFC mentioned. | Luca Toscano | 2016-07-01 | 1 | -1/+1 |
| * | Fix indentation and extra spaces of my previous commit, apologies. | Luca Toscano | 2016-06-30 | 1 | -9/+9 |
| * | Log CGI/FCGI Last-Modified header value changes. | Luca Toscano | 2016-06-30 | 1 | -0/+19 |
| * | Drop an invalid Last-Modified header value returned by a FCGI/CGI | Luca Toscano | 2016-06-14 | 1 | -3/+11 |
| * | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -13/+13 |
| * | Add CGIVar directive for configuring REQUEST_URI behavior | Jeff Trawick | 2016-03-14 | 1 | -1/+14 |
| * | hostname: Test and log useragent_host per-request across various modules, | William A. Rowe Jr | 2016-02-12 | 1 | -1/+1 |
| * | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -0/+4 |
| * | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -13/+13 |
| * | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -13/+13 |
| * | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -13/+13 |
| * | followup to r1710380 -- refactored name and didn't have 'make depend' | Eric Covener | 2015-10-24 | 1 | -1/+1 |
| * | Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. | Eric Covener | 2015-10-24 | 1 | -13/+18 |
| * | core/util_script: relax alphanumeric filter of enviroment variable names | Gregg Lewis Smith | 2015-09-25 | 1 | -0/+4 |
| * | Make REDIRECT_URL a complete URL (where set). | Nick Kew | 2015-05-04 | 1 | -2/+15 |
| * | core: Add CGIPassAuth directive to control whether HTTP authorization | Jeff Trawick | 2014-12-02 | 1 | -1/+5 |
| * | Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_... | Christophe Jaillet | 2014-08-01 | 1 | -2/+1 |
| * | Add missing APLOGNO. | Christophe Jaillet | 2014-07-20 | 1 | -1/+2 |
| * | Remove useless tests. | Christophe Jaillet | 2013-03-03 | 1 | -1/+1 |
| * | Avoid some memory allocation on error path in 'http2env' if TRACE1 logging is... | Christophe Jaillet | 2013-03-01 | 1 | -6/+8 |
| * | remove an unnecessary check in a nest loop of ap_create_environment() | Ryan Pan | 2012-08-28 | 1 | -1/+1 |
| * | Apply the same length limit when logging Status header values | Chris Darroch | 2012-08-23 | 1 | -2/+2 |
| * | Log the value of Status header lines in script responses rather than | Chris Darroch | 2012-07-17 | 1 | -2/+2 |
| * | Fix error handling in ap_scan_script_header_err_brigade() if there | Stefan Fritsch | 2012-04-09 | 1 | -3/+4 |
| * | Make sure the getsfunc_*() functions used by ap_scan_script_header_err*() | Stefan Fritsch | 2012-02-14 | 1 | -1/+4 |
| * | Handle cases, esp when using mod_proxy_fcgi, when we do not | Jim Jagielski | 2012-02-09 | 1 | -1/+9 |
| * | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 1 | -1/+1 |
| * | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -1/+1 |
| * | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -2/+2 |
| * | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -2/+2 |
| * | Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as | Stefan Fritsch | 2011-07-17 | 1 | -1/+1 |
| * | Add more (trace) logging to the ap_scan_script_header*() functions | Stefan Fritsch | 2011-07-16 | 1 | -12/+87 |
| * | improve readability of 'malformed header from script' message and simplify code | Stefan Fritsch | 2011-07-16 | 1 | -11/+2 |
| * | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+3 |
| * | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 1 | -1/+3 |
| * | Make the REQUEST_SCHEME variable available to scripts and mod_rewrite | Stefan Fritsch | 2010-12-30 | 1 | -0/+1 |
| * | Log a trace message if we drop a header with an invalid name | Stefan Fritsch | 2010-12-28 | 1 | -3/+6 |
| * | Move duplicated code into utility functions | Stefan Fritsch | 2010-12-28 | 1 | -70/+42 |
| * | When exporting request headers to HTTP_* environment variables, drop variables | Stefan Fritsch | 2010-12-28 | 1 | -4/+7 |
| * | Because PATH and the library path are closely interrelated, and the cause | William A. Rowe Jr | 2010-09-23 | 1 | -6/+26 |
| * | Enable SetEnv to set PATH | Nick Kew | 2010-07-19 | 1 | -1/+5 |
| * | Drop ap_body_to_table due to missing constraints; a DoS waiting | William A. Rowe Jr | 2010-06-10 | 1 | -80/+0 |
| * | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
| * | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -2/+2 |
| * | Elaborate on low hanging XXX fruit | William A. Rowe Jr | 2009-12-01 | 1 | -1/+3 |
| * | added comment about the never reached return statement. | Guenter Knauf | 2009-09-29 | 1 | -1/+1 |