summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compile the regex used by is_header_regex() only once during startupStefan Fritsch2012-05-271-5/+7
* suexec: Support use of setgid/setuid capability bits on Linux, aJoe Orton2012-05-231-1/+8
* Use short lived pool to avoid memory leaksStefan Fritsch2012-05-051-18/+4
* * Use the the same hostname for SNI as for the HTTP request when forwardingRuediger Pluem2012-05-041-1/+17
* Fixed NetWare mod_serf build.Guenter Knauf2012-05-022-3/+26
* Add support for TLS Next Protocol Negotiation:Joe Orton2012-05-016-0/+150
* If a filename without slashes is specified for LoadFile orStefan Fritsch2012-04-301-34/+43
* fixup for r1331110: pass correct argumentStefan Fritsch2012-04-261-1/+1
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-268-25/+26
* fix some commentsStefan Fritsch2012-04-201-1/+1
* Remove the link in the speaking-http-on-https error message.Stefan Fritsch2012-04-201-24/+4
* When receiving http on https, send the error response with http 1.0Stefan Fritsch2012-04-203-12/+25
* PR 53104 - %{abc}C truncates cookies whose values contain '='Greg Ames2012-04-201-2/+2
* * modules/filters/config.m4: Prevent libsed internals from pollutingJoe Orton2012-04-171-1/+7
* * modules/filters/sed1.c: Mark private globals as static const.Joe Orton2012-04-171-3/+4
* * modules/loggers/mod_log_debug.c: Mark private globals as static.Joe Orton2012-04-171-2/+2
* Your APR does not include SSL/EVP support. Yes, but how do I enable it? --wit...Igor Galić2012-04-111-1/+1
* Fix parsing of Require arguments in <AuthzProviderAlias>.Stefan Fritsch2012-04-091-0/+16
* If there is an error reading the headers from the backend,Stefan Fritsch2012-04-091-1/+1
* fix style, no code change.Igor Galić2012-04-071-1/+2
* mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.André Malo2012-04-041-31/+53
* static scope for rewritemap_mutex_type.André Malo2012-04-041-1/+1
* fix various property issuesAndré Malo2012-04-043-111/+111
* * Add the forcerecovery balancer parameter that determines if recovery forRuediger Pluem2012-03-284-1/+12
* Be more verbose when logging syntax errorsStefan Fritsch2012-03-261-17/+3
* Downgrade log message about adjusted IP address to trace1Stefan Fritsch2012-03-241-1/+1
* PR52981: mod_request: fix check for bad KeptBodySize argumentEric Covener2012-03-231-1/+1
* Don't define PATH_MAX, we use APR_PATH_MAX anyway.Stefan Fritsch2012-03-221-3/+0
* * Readd the reverse assignment to avoid segfaults in ap_proxy_initialize_workerRuediger Pluem2012-03-191-0/+1
* * Correctly save the reverse proxy worker in all virtual host proxy configs.Ruediger Pluem2012-03-191-1/+1
* Return an error code from a previous input filterStefan Fritsch2012-03-151-0/+1
* Fix some typosStefan Fritsch2012-03-143-3/+3
* some more trace logging for AddOutputFilterByTypeStefan Fritsch2012-03-121-0/+13
* Stray/confusing "recovery" in this failonstatus=XXX error message seemsEric Covener2012-03-121-2/+3
* Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()Jim Jagielski2012-03-123-7/+8
* Use new ap_runtime_dir_relative() APIJim Jagielski2012-03-081-9/+21
* PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settingsEric Covener2012-03-071-0/+1
* Allow for DEFAULT_REL_RUNTIMEDIR ala socache... prevent perm issuesJim Jagielski2012-03-061-24/+18
* properly free the GENERAL_NAMEs, as pointed out in PR 32652Kaspar Brand2012-02-281-1/+1
* Initialize EC temporary key on server startup, as for DH andStefan Fritsch2012-02-273-11/+58
* Pass the EOS bucket down the filter chainStefan Fritsch2012-02-251-1/+2
* Enable per-module loglevel for mod_xml2enc and mod_proxy_htmlStefan Fritsch2012-02-252-2/+5
* mod_session: Sessions are encoded as application/x-www-form-urlencoded string...Graham Leggett2012-02-251-3/+3
* Fix AddOutputFilterByType brown paper bag crash bugStefan Fritsch2012-02-241-1/+4
* Check during config test that directories for access logs existStefan Fritsch2012-02-131-0/+53
* Fix regression introduced in r1222917: in ssl_find_vhost(), we must useKaspar Brand2012-02-121-2/+1
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2012-02-101-2/+3
* Handle cases, esp when using mod_proxy_fcgi, when we do notJim Jagielski2012-02-093-1/+8
* Add cleanup for SSLProxyMachineCertificateChainFile during initDaniel Ruggeri2012-02-081-0/+11
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-035-14/+19