summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This is a definition list, so format it as one.Rich Bowen2016-02-011-61/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727974 13f79535-47bb-0310-9956-ffa450edef68
* a little love for timneouts in the sync mpm setupsStefan Eissing2016-02-011-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727963 13f79535-47bb-0310-9956-ffa450edef68
* Another catch from NormWJim Jagielski2016-02-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727939 13f79535-47bb-0310-9956-ffa450edef68
* exporting mod_http2.hStefan Eissing2016-02-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727934 13f79535-47bb-0310-9956-ffa450edef68
* mod_heartmonitor: No need to search twice for the same value + fix some styleChristophe Jaillet2016-01-311-15/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727842 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in my last change; spotted by Lucien Gentis.Christophe Jaillet2016-01-301-1/+1
| | | | | | Thx git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727740 13f79535-47bb-0310-9956-ffa450edef68
* 2nd rebuildLucien Gentis2016-01-30127-19784/+19784
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727739 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2016-01-30256-19914/+19914
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727738 13f79535-47bb-0310-9956-ffa450edef68
* charset returns to ISO-8859-1.Lucien Gentis2016-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727736 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild with 'fr bootstrap' options.Lucien Gentis2016-01-302-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727735 13f79535-47bb-0310-9956-ffa450edef68
* charset change to UTF-8.Lucien Gentis2016-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727734 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2016-01-3015-27/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727727 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2016-01-305-582/+626
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727726 13f79535-47bb-0310-9956-ffa450edef68
* Fix a tag in the Spanish docChristophe Jaillet2016-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727681 13f79535-47bb-0310-9956-ffa450edef68
* Fix examplesChristophe Jaillet2016-01-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727647 13f79535-47bb-0310-9956-ffa450edef68
* Add missing <code></code> to be consistentChristophe Jaillet2016-01-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727646 13f79535-47bb-0310-9956-ffa450edef68
* Take into account an old comment from Thomas.Christophe Jaillet2016-01-291-1/+4
| | | | | | Add an example using regex git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727642 13f79535-47bb-0310-9956-ffa450edef68
* Small visual tweakChristophe Jaillet2016-01-291-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727637 13f79535-47bb-0310-9956-ffa450edef68
* Fix doc as spotted by Shane Roberts in online docChristophe Jaillet2016-01-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727626 13f79535-47bb-0310-9956-ffa450edef68
* removal of ugly and distatestful event connection state hacks in mod_http2Stefan Eissing2016-01-291-100/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727604 13f79535-47bb-0310-9956-ffa450edef68
* event: slave connection init, vhost early configStefan Eissing2016-01-292-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727603 13f79535-47bb-0310-9956-ffa450edef68
* using keepalive timeout only when no streams are open, changing from seconds ↵Stefan Eissing2016-01-296-18/+21
| | | | | | to proper apr_interval_time_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727594 13f79535-47bb-0310-9956-ffa450edef68
* removed experimental++ H2* timeout directives, instead using normal Timeout ↵Stefan Eissing2016-01-299-202/+25
| | | | | | and KeepAliveTimeout only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727590 13f79535-47bb-0310-9956-ffa450edef68
* fix for wrong return check on ap_prep_lingering_close(), causing regressionsStefan Eissing2016-01-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727573 13f79535-47bb-0310-9956-ffa450edef68
* * Transform the buckets to the correct lifetime of the brigade, connection ↵Ruediger Pluem2016-01-291-18/+26
| | | | | | and filter stack that processes it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727567 13f79535-47bb-0310-9956-ffa450edef68
* * Use the correct brigade created from the correct bucket allocator for the ↵Ruediger Pluem2016-01-291-2/+2
| | | | | | correct purpose git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727553 13f79535-47bb-0310-9956-ffa450edef68
* * Use the brigades the other way around if the connections are used the ↵Ruediger Pluem2016-01-291-1/+1
| | | | | | other way around git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727551 13f79535-47bb-0310-9956-ffa450edef68
* correctly processing multiple rel values in Link headers, suppressing PUSH ↵Stefan Eissing2016-01-293-6/+30
| | | | | | if nopush param is present in link header git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727545 13f79535-47bb-0310-9956-ffa450edef68
* * Ensure that proto_num and protocol is set in another "error out early" edgeRuediger Pluem2016-01-292-0/+6
| | | | | | | | | case. This can happen with invalid CONNECT requests as described in the PR. PR: 58929 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727544 13f79535-47bb-0310-9956-ffa450edef68
* make docsJeff Trawick2016-01-284-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727319 13f79535-47bb-0310-9956-ffa450edef68
* Update Perl FCGI examples to work with current version of moduleJeff Trawick2016-01-281-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727317 13f79535-47bb-0310-9956-ffa450edef68
* Added more env variables to the mod_cgi's documentation.Luca Toscano2016-01-272-6/+40
| | | | | | | | Bugs: 58305/58306 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727201 13f79535-47bb-0310-9956-ffa450edef68
* * XformsRuediger Pluem2016-01-2716-642/+672
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727112 13f79535-47bb-0310-9956-ffa450edef68
* * Change entry and documentation for SSLOCSPProxyURLRuediger Pluem2016-01-272-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727111 13f79535-47bb-0310-9956-ffa450edef68
* * Whitespace cleanupRuediger Pluem2016-01-271-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727110 13f79535-47bb-0310-9956-ffa450edef68
* * XformsRuediger Pluem2016-01-272-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727104 13f79535-47bb-0310-9956-ffa450edef68
* * XformsRuediger Pluem2016-01-272-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727102 13f79535-47bb-0310-9956-ffa450edef68
* async handling of idle http2 connectionsStefan Eissing2016-01-277-53/+200
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727080 13f79535-47bb-0310-9956-ffa450edef68
* new hook pre_close_connectionStefan Eissing2016-01-274-4/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727071 13f79535-47bb-0310-9956-ffa450edef68
* xformsChristophe Jaillet2016-01-274-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726943 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo spotted by noodl in online docChristophe Jaillet2016-01-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726940 13f79535-47bb-0310-9956-ffa450edef68
* Fix some duplicate definitionsMike Rumph2016-01-261-9/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726888 13f79535-47bb-0310-9956-ffa450edef68
* * Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.Ruediger Pluem2016-01-264-11/+52
| | | | | | | Documentation to follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726881 13f79535-47bb-0310-9956-ffa450edef68
* xformsJim Jagielski2016-01-265-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726807 13f79535-47bb-0310-9956-ffa450edef68
* mod_http2: Fix warnings:Yann Ylavic2016-01-261-4/+4
| | | | | | | modules/http2/h2_util.c|174| warning: suggest parentheses around ‘+’ in operand of ‘&’ modules/http2/h2_util.c|176| warning: suggest parentheses around ‘+’ in operand of ‘&’ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726798 13f79535-47bb-0310-9956-ffa450edef68
* * Transform the buckets to the correct lifetime of the brigade, connection ↵Ruediger Pluem2016-01-261-15/+25
| | | | | | and filter stack that processes it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726787 13f79535-47bb-0310-9956-ffa450edef68
* * Use new ap_proxy_buckets_lifetime_transformRuediger Pluem2016-01-261-51/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726782 13f79535-47bb-0310-9956-ffa450edef68
* * Fill missing log numberRuediger Pluem2016-01-262-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726781 13f79535-47bb-0310-9956-ffa450edef68
* * Introduce ap_proxy_buckets_lifetime_transform as a replacement forRuediger Pluem2016-01-262-0/+61
| | | | | | | | proxy_buckets_lifetime_transform in mod_proxy_http. Another future consumer of this will be mod_proxy_wstunnel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726779 13f79535-47bb-0310-9956-ffa450edef68
* * For creating new buckets always use the bucket allocator of the brigade inRuediger Pluem2016-01-261-3/+4
| | | | | | | | | | | which we want to put the bucket. Currently this does not change behaviour as r->connection->bucket_alloc and to->bucket_alloc are the same. It is a cleanup and preparation for abstracting this in a proxy API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726776 13f79535-47bb-0310-9956-ffa450edef68