| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r1705134: don't insert the filter (twice) for sub-requests. | Yann Ylavic | 2015-09-24 | 1 | -1/+1 |
* | Avoid storing request stuff in r->connection->conn_config to | Eric Covener | 2015-09-24 | 1 | -33/+43 |
* | Don't count initial handshake I/O when determining the first byte. | Eric Covener | 2015-09-24 | 1 | -9/+7 |
* | adding --enable-http2 as preferred config option | Stefan Eissing | 2015-09-23 | 1 | -3/+19 |
* | mod_h2 version bump | Stefan Eissing | 2015-09-23 | 1 | -2/+2 |
* | avoiding race where h2_stream is closed/reset by client while being unprocess... | Stefan Eissing | 2015-09-23 | 2 | -2/+5 |
* | not sure how that got in there | Edward Lu | 2015-09-21 | 1 | -3/+5 |
* | Stop destroying headers when passing through the cache filter | Edward Lu | 2015-09-21 | 2 | -6/+4 |
* | no GOAWAYs on connection failures, sending last received stream id back in GO... | Stefan Eissing | 2015-09-21 | 5 | -65/+103 |
* | removed wrong error supression in h2 connection writes | Stefan Eissing | 2015-09-21 | 1 | -11/+2 |
* | Fix a spurious test where a condition is always true: | Christophe Jaillet | 2015-09-20 | 1 | -1/+1 |
* | Support compilation against libssl built with OPENSSL_NO_SSL3, | Kaspar Brand | 2015-09-19 | 5 | -7/+40 |
* | mod_proxy: Fix ProxySourceAddress binding failure with AH00938. PR 56687. | Yann Ylavic | 2015-09-18 | 1 | -1/+8 |
* | mod_ssl: update the current handshake server once a full regenegotation | Yann Ylavic | 2015-09-18 | 1 | -0/+5 |
* | patch from yann that fixes MISDIRECTED_REQUEST handling for setups with Serve... | Stefan Eissing | 2015-09-18 | 1 | -22/+15 |
* | mod_proxy: don't recyle backend announced "Connection: close" connections. | Yann Ylavic | 2015-09-18 | 1 | -1/+3 |
* | accept both 5.1 and 5.2, so make messages clear | Jim Jagielski | 2015-09-17 | 1 | -5/+5 |
* | Add in finding LUA installed via Macports and others | Jim Jagielski | 2015-09-16 | 1 | -0/+43 |
* | Remove code related to 'AuthDigestEnableQueryStringHack' | Christophe Jaillet | 2015-09-16 | 1 | -26/+0 |
* | mod_slotmem_shm: follow up to r1702450. | Yann Ylavic | 2015-09-15 | 1 | -1/+1 |
* | mod_slotmem_shm: follow up to r1702450. | Yann Ylavic | 2015-09-15 | 1 | -20/+27 |
* | mod_slotmem_shm: revert frivolous s/name/fname/ from r1702473, keep the comme... | Yann Ylavic | 2015-09-14 | 1 | -10/+10 |
* | httpd compiles warning free on gcc and every new warning will be treated as a... | Stefan Eissing | 2015-09-14 | 1 | -2/+2 |
* | changing r->protocol to HTTP/2 for all directly handles requests, fixing hand... | Stefan Eissing | 2015-09-14 | 6 | -35/+19 |
* | Append :!aNULL:!eNULL:!EXP to the cipher string settings, | Kaspar Brand | 2015-09-12 | 2 | -4/+9 |
* | mod_slotmem_shm: follow up to r1702450. | Yann Ylavic | 2015-09-11 | 1 | -3/+7 |
* | mod_slotmem_shm: follow up to r1702450. | Yann Ylavic | 2015-09-11 | 1 | -11/+11 |
* | mod_slotmem_shm: Fix balancers and balancer members slots reuse on | Yann Ylavic | 2015-09-11 | 1 | -57/+76 |
* | In order to save a few cycles, delay a hash table lookup which is not necessa... | Christophe Jaillet | 2015-09-08 | 1 | -1/+2 |
* | Improve macro definition in order to avoid potential precedence issues. | Christophe Jaillet | 2015-09-07 | 1 | -51/+51 |
* | Revert r1697735. | Christophe Jaillet | 2015-09-07 | 1 | -1/+1 |
* | allow autoindex w/o mod_dir/mod_mime setting the DIR_MAGIC_TYPE. | Eric Covener | 2015-09-06 | 1 | -1/+4 |
* | Remove duplicate reference to h2_workers.c | Gregg Lewis Smith | 2015-09-05 | 1 | -4/+0 |
* | mod_h2 version bump, more c89 goodiness | Stefan Eissing | 2015-09-04 | 3 | -16/+4 |
* | mod_ssl: fix compiler warning (bad cast). | Yann Ylavic | 2015-09-04 | 1 | -3/+2 |
* | changed Protocols default to http/1.1 only, updated documentation, changed ap... | Stefan Eissing | 2015-09-03 | 1 | -2/+4 |
* | final final change to the new ap_array_str_* functions after review | Stefan Eissing | 2015-09-03 | 1 | -1/+1 |
* | C89 | Gregg Lewis Smith | 2015-09-03 | 1 | -1/+2 |
* | mod_negotiation: simplify type-map body tag lookup, and be safe | Yann Ylavic | 2015-09-02 | 1 | -12/+6 |
* | eliminating some stricter compiler warnings in mod_h2 | Stefan Eissing | 2015-09-02 | 9 | -4/+26 |
* | better connection state on ending sessions, improved default extra file confi... | Stefan Eissing | 2015-09-01 | 4 | -16/+54 |
* | Allow 0 as a valid value (never close idle connections) | Christophe Jaillet | 2015-09-01 | 1 | -8/+11 |
* | Fix some spurious ident spotted by sparse | Christophe Jaillet | 2015-08-31 | 1 | -1/+1 |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -14/+17 |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -4/+5 |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -12/+12 |
* | Remove useless line | Christophe Jaillet | 2015-08-31 | 1 | -1/+0 |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -6/+8 |
* | Silence a sparse warning about inconsistent indenting | Christophe Jaillet | 2015-08-31 | 1 | -1/+1 |
* | Fix some spurious ident spotted by sparse | Christophe Jaillet | 2015-08-31 | 1 | -2/+2 |