summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1705134: don't insert the filter (twice) for sub-requests.Yann Ylavic2015-09-241-1/+1
* Avoid storing request stuff in r->connection->conn_config toEric Covener2015-09-241-33/+43
* Don't count initial handshake I/O when determining the first byte.Eric Covener2015-09-241-9/+7
* adding --enable-http2 as preferred config optionStefan Eissing2015-09-231-3/+19
* mod_h2 version bumpStefan Eissing2015-09-231-2/+2
* avoiding race where h2_stream is closed/reset by client while being unprocess...Stefan Eissing2015-09-232-2/+5
* not sure how that got in thereEdward Lu2015-09-211-3/+5
* Stop destroying headers when passing through the cache filterEdward Lu2015-09-212-6/+4
* no GOAWAYs on connection failures, sending last received stream id back in GO...Stefan Eissing2015-09-215-65/+103
* removed wrong error supression in h2 connection writesStefan Eissing2015-09-211-11/+2
* Fix a spurious test where a condition is always true:Christophe Jaillet2015-09-201-1/+1
* Support compilation against libssl built with OPENSSL_NO_SSL3,Kaspar Brand2015-09-195-7/+40
* mod_proxy: Fix ProxySourceAddress binding failure with AH00938. PR 56687.Yann Ylavic2015-09-181-1/+8
* mod_ssl: update the current handshake server once a full regenegotationYann Ylavic2015-09-181-0/+5
* patch from yann that fixes MISDIRECTED_REQUEST handling for setups with Serve...Stefan Eissing2015-09-181-22/+15
* mod_proxy: don't recyle backend announced "Connection: close" connections.Yann Ylavic2015-09-181-1/+3
* accept both 5.1 and 5.2, so make messages clearJim Jagielski2015-09-171-5/+5
* Add in finding LUA installed via Macports and othersJim Jagielski2015-09-161-0/+43
* Remove code related to 'AuthDigestEnableQueryStringHack'Christophe Jaillet2015-09-161-26/+0
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-151-1/+1
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-151-20/+27
* mod_slotmem_shm: revert frivolous s/name/fname/ from r1702473, keep the comme...Yann Ylavic2015-09-141-10/+10
* httpd compiles warning free on gcc and every new warning will be treated as a...Stefan Eissing2015-09-141-2/+2
* changing r->protocol to HTTP/2 for all directly handles requests, fixing hand...Stefan Eissing2015-09-146-35/+19
* Append :!aNULL:!eNULL:!EXP to the cipher string settings,Kaspar Brand2015-09-122-4/+9
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-111-3/+7
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-111-11/+11
* mod_slotmem_shm: Fix balancers and balancer members slots reuse onYann Ylavic2015-09-111-57/+76
* In order to save a few cycles, delay a hash table lookup which is not necessa...Christophe Jaillet2015-09-081-1/+2
* Improve macro definition in order to avoid potential precedence issues.Christophe Jaillet2015-09-071-51/+51
* Revert r1697735.Christophe Jaillet2015-09-071-1/+1
* allow autoindex w/o mod_dir/mod_mime setting the DIR_MAGIC_TYPE.Eric Covener2015-09-061-1/+4
* Remove duplicate reference to h2_workers.cGregg Lewis Smith2015-09-051-4/+0
* mod_h2 version bump, more c89 goodinessStefan Eissing2015-09-043-16/+4
* mod_ssl: fix compiler warning (bad cast).Yann Ylavic2015-09-041-3/+2
* changed Protocols default to http/1.1 only, updated documentation, changed ap...Stefan Eissing2015-09-031-2/+4
* final final change to the new ap_array_str_* functions after reviewStefan Eissing2015-09-031-1/+1
* C89Gregg Lewis Smith2015-09-031-1/+2
* mod_negotiation: simplify type-map body tag lookup, and be safeYann Ylavic2015-09-021-12/+6
* eliminating some stricter compiler warnings in mod_h2Stefan Eissing2015-09-029-4/+26
* better connection state on ending sessions, improved default extra file confi...Stefan Eissing2015-09-014-16/+54
* Allow 0 as a valid value (never close idle connections)Christophe Jaillet2015-09-011-8/+11
* Fix some spurious ident spotted by sparseChristophe Jaillet2015-08-311-1/+1
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-14/+17
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-4/+5
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-12/+12
* Remove useless lineChristophe Jaillet2015-08-311-1/+0
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-6/+8
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-1/+1
* Fix some spurious ident spotted by sparseChristophe Jaillet2015-08-311-2/+2