| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile the regex used by is_header_regex() only once during startup | Stefan Fritsch | 2012-05-27 | 1 | -5/+7 |
* | suexec: Support use of setgid/setuid capability bits on Linux, a | Joe Orton | 2012-05-23 | 1 | -1/+8 |
* | Use short lived pool to avoid memory leaks | Stefan Fritsch | 2012-05-05 | 1 | -18/+4 |
* | * Use the the same hostname for SNI as for the HTTP request when forwarding | Ruediger Pluem | 2012-05-04 | 1 | -1/+17 |
* | Fixed NetWare mod_serf build. | Guenter Knauf | 2012-05-02 | 2 | -3/+26 |
* | Add support for TLS Next Protocol Negotiation: | Joe Orton | 2012-05-01 | 6 | -0/+150 |
* | If a filename without slashes is specified for LoadFile or | Stefan Fritsch | 2012-04-30 | 1 | -34/+43 |
* | fixup for r1331110: pass correct argument | Stefan Fritsch | 2012-04-26 | 1 | -1/+1 |
* | Replace use of apr_file_write() with apr_file_write_full() to prevent | Stefan Fritsch | 2012-04-26 | 8 | -25/+26 |
* | fix some comments | Stefan Fritsch | 2012-04-20 | 1 | -1/+1 |
* | Remove the link in the speaking-http-on-https error message. | Stefan Fritsch | 2012-04-20 | 1 | -24/+4 |
* | When receiving http on https, send the error response with http 1.0 | Stefan Fritsch | 2012-04-20 | 3 | -12/+25 |
* | PR 53104 - %{abc}C truncates cookies whose values contain '=' | Greg Ames | 2012-04-20 | 1 | -2/+2 |
* | * modules/filters/config.m4: Prevent libsed internals from polluting | Joe Orton | 2012-04-17 | 1 | -1/+7 |
* | * modules/filters/sed1.c: Mark private globals as static const. | Joe Orton | 2012-04-17 | 1 | -3/+4 |
* | * modules/loggers/mod_log_debug.c: Mark private globals as static. | Joe Orton | 2012-04-17 | 1 | -2/+2 |
* | Your APR does not include SSL/EVP support. Yes, but how do I enable it? --wit... | Igor Galić | 2012-04-11 | 1 | -1/+1 |
* | Fix parsing of Require arguments in <AuthzProviderAlias>. | Stefan Fritsch | 2012-04-09 | 1 | -0/+16 |
* | If there is an error reading the headers from the backend, | Stefan Fritsch | 2012-04-09 | 1 | -1/+1 |
* | fix style, no code change. | Igor Galić | 2012-04-07 | 1 | -1/+2 |
* | mod_rewrite: Fix RewriteCond integer checks to be parsed correctly. | André Malo | 2012-04-04 | 1 | -31/+53 |
* | static scope for rewritemap_mutex_type. | André Malo | 2012-04-04 | 1 | -1/+1 |
* | fix various property issues | André Malo | 2012-04-04 | 3 | -111/+111 |
* | * Add the forcerecovery balancer parameter that determines if recovery for | Ruediger Pluem | 2012-03-28 | 4 | -1/+12 |
* | Be more verbose when logging syntax errors | Stefan Fritsch | 2012-03-26 | 1 | -17/+3 |
* | Downgrade log message about adjusted IP address to trace1 | Stefan Fritsch | 2012-03-24 | 1 | -1/+1 |
* | PR52981: mod_request: fix check for bad KeptBodySize argument | Eric Covener | 2012-03-23 | 1 | -1/+1 |
* | Don't define PATH_MAX, we use APR_PATH_MAX anyway. | Stefan Fritsch | 2012-03-22 | 1 | -3/+0 |
* | * Readd the reverse assignment to avoid segfaults in ap_proxy_initialize_worker | Ruediger Pluem | 2012-03-19 | 1 | -0/+1 |
* | * Correctly save the reverse proxy worker in all virtual host proxy configs. | Ruediger Pluem | 2012-03-19 | 1 | -1/+1 |
* | Return an error code from a previous input filter | Stefan Fritsch | 2012-03-15 | 1 | -0/+1 |
* | Fix some typos | Stefan Fritsch | 2012-03-14 | 3 | -3/+3 |
* | some more trace logging for AddOutputFilterByType | Stefan Fritsch | 2012-03-12 | 1 | -0/+13 |
* | Stray/confusing "recovery" in this failonstatus=XXX error message seems | Eric Covener | 2012-03-12 | 1 | -2/+3 |
* | Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative() | Jim Jagielski | 2012-03-12 | 3 | -7/+8 |
* | Use new ap_runtime_dir_relative() API | Jim Jagielski | 2012-03-08 | 1 | -9/+21 |
* | PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settings | Eric Covener | 2012-03-07 | 1 | -0/+1 |
* | Allow for DEFAULT_REL_RUNTIMEDIR ala socache... prevent perm issues | Jim Jagielski | 2012-03-06 | 1 | -24/+18 |
* | properly free the GENERAL_NAMEs, as pointed out in PR 32652 | Kaspar Brand | 2012-02-28 | 1 | -1/+1 |
* | Initialize EC temporary key on server startup, as for DH and | Stefan Fritsch | 2012-02-27 | 3 | -11/+58 |
* | Pass the EOS bucket down the filter chain | Stefan Fritsch | 2012-02-25 | 1 | -1/+2 |
* | Enable per-module loglevel for mod_xml2enc and mod_proxy_html | Stefan Fritsch | 2012-02-25 | 2 | -2/+5 |
* | mod_session: Sessions are encoded as application/x-www-form-urlencoded string... | Graham Leggett | 2012-02-25 | 1 | -3/+3 |
* | Fix AddOutputFilterByType brown paper bag crash bug | Stefan Fritsch | 2012-02-24 | 1 | -1/+4 |
* | Check during config test that directories for access logs exist | Stefan Fritsch | 2012-02-13 | 1 | -0/+53 |
* | Fix regression introduced in r1222917: in ssl_find_vhost(), we must use | Kaspar Brand | 2012-02-12 | 1 | -2/+1 |
* | * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): | Joe Orton | 2012-02-10 | 1 | -2/+3 |
* | Handle cases, esp when using mod_proxy_fcgi, when we do not | Jim Jagielski | 2012-02-09 | 3 | -1/+8 |
* | Add cleanup for SSLProxyMachineCertificateChainFile during init | Daniel Ruggeri | 2012-02-08 | 1 | -0/+11 |
* | Fix various filter functions to return apr_status_t instead of int | Stefan Fritsch | 2012-02-03 | 5 | -14/+19 |