| Commit message (Expand) | Author | Age | Files | Lines |
* | http2 TLS record size handling configuration, improved output write frequency | Stefan Eissing | 2015-10-27 | 8 | -36/+226 |
* | RFC2616 defines #rules as: | Christophe Jaillet | 2015-10-27 | 2 | -1/+4 |
* | improvements in stream reset handling and early stream close | Stefan Eissing | 2015-10-26 | 6 | -51/+55 |
* | fix for null connection states | Stefan Eissing | 2015-10-26 | 1 | -2/+6 |
* | improved timeout handling on main connection, shorter lingering close, conn_s... | Stefan Eissing | 2015-10-26 | 2 | -10/+18 |
* | lowering log level for common client connection issues | Stefan Eissing | 2015-10-26 | 1 | -14/+17 |
* | first request on master connection only reports more preferred protocols in U... | Stefan Eissing | 2015-10-26 | 3 | -3/+11 |
* | disabling protocol upgrades on slave connections | Stefan Eissing | 2015-10-26 | 1 | -5/+13 |
* | Remove more backported items from trunk CHANGES. | Rainer Jung | 2015-10-25 | 1 | -19/+0 |
* | Remove backported items. | Rainer Jung | 2015-10-25 | 1 | -47/+0 |
* | fixing compilation issue for older platform | Stefan Eissing | 2015-10-25 | 1 | -1/+3 |
* | block bcrypt on EBCDIC -- lots of ascii-isms in apr-util's bcrypt. | Eric Covener | 2015-10-25 | 2 | -0/+11 |
* | followup to r1710380 -- refactored name and didn't have 'make depend' | Eric Covener | 2015-10-24 | 1 | -1/+1 |
* | Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. | Eric Covener | 2015-10-24 | 4 | -13/+74 |
* | announce protocol choices on first request | Stefan Eissing | 2015-10-23 | 4 | -1/+69 |
* | improvements in http2 connection and worker shutdown, hopefully addressing hi... | Stefan Eissing | 2015-10-23 | 8 | -72/+117 |
* | changelog update re r1709995 | Stefan Eissing | 2015-10-23 | 1 | -0/+12 |
* | core: follow up to r1710095. | Yann Ylavic | 2015-10-22 | 2 | -32/+39 |
* | core: Limit to ten the number of tolerated empty lines between request, | Yann Ylavic | 2015-10-22 | 4 | -19/+94 |
* | mod_http2: no longer messing with mod_ssl config in slave connections, specia... | Stefan Eissing | 2015-10-22 | 10 | -50/+61 |
* | mod_ssl: check request-server for TLS settings compatible to handshake server... | Stefan Eissing | 2015-10-22 | 4 | -33/+201 |
* | moved ssl handshake trigger from mod_http2 to new process_connection hook in ... | Stefan Eissing | 2015-10-20 | 2 | -69/+63 |
* | Bump version for the expression parser SSL fix. | Graham Leggett | 2015-10-20 | 1 | -1/+1 |
* | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... | Stefan Eissing | 2015-10-20 | 9 | -85/+232 |
* | Rebuil. | Lucien Gentis | 2015-10-17 | 3 | -2/+5 |
* | XML update. | Lucien Gentis | 2015-10-17 | 1 | -2/+3 |
* | mod_session: Introduce SessionExpiryUpdateInterval which allows to | Yann Ylavic | 2015-10-17 | 6 | -7/+85 |
* | core: fix scoreboard alignment issues and crash (SIGBUS) on picky hardware. | Yann Ylavic | 2015-10-16 | 1 | -10/+15 |
* | changed H2Compliance to H2ModernTLSOnly, added description in module docs | Stefan Eissing | 2015-10-15 | 7 | -37/+95 |
* | mod_http2: new directive H2Compliance on/off, checking TLS protocol and ciphe... | Stefan Eissing | 2015-10-14 | 7 | -18/+464 |
* | we no longer provide .msi installers for Windows | Gregg Lewis Smith | 2015-10-14 | 1 | -17/+0 |
* | build doc | Christophe Jaillet | 2015-10-13 | 4 | -4/+4 |
* | Add version when http2 has been included | Christophe Jaillet | 2015-10-13 | 1 | -1/+1 |
* | showing HTTP/2 in access logs and server status | Stefan Eissing | 2015-10-13 | 1 | -2/+3 |
* | update transformation | André Malo | 2015-10-12 | 12 | -24/+44 |
* | when stream gets reset by client, forward info to mplx and fail writes | Stefan Eissing | 2015-10-12 | 4 | -29/+45 |
* | mod_ssl: performing protocol switch directly after ALPN selection, mod_http2:... | Stefan Eissing | 2015-10-12 | 6 | -67/+65 |
* | core: follow up to r1708084. | Yann Ylavic | 2015-10-12 | 1 | -7/+9 |
* | core: follow up to r1708084,1708088: remove tabs. | Yann Ylavic | 2015-10-12 | 1 | -3/+3 |
* | core: follow up to r1708084: we still need to take care of DONE in any case. | Yann Ylavic | 2015-10-12 | 1 | -3/+3 |
* | core: we don't want to run the subrequest's handler if the | Yann Ylavic | 2015-10-12 | 1 | -1/+1 |
* | ifdef'fing MMAP bucket checks for platform that do not have them | Stefan Eissing | 2015-10-11 | 1 | -0/+2 |
* | XML updates. | Lucien Gentis | 2015-10-11 | 2 | -6/+35 |
* | Rebuild xml changes | Rich Bowen | 2015-10-10 | 1 | -1/+1 |
* | s/h2_module/http2_module/ | Yann Ylavic | 2015-10-10 | 1 | -1/+1 |
* | Xforms | Rainer Jung | 2015-10-10 | 11 | -11/+11 |
* | Fix small typo in new docs. | Rainer Jung | 2015-10-10 | 1 | -1/+1 |
* | PR 53845: Remove commented config regarding DNT because the spec now has CR s... | Roy T. Fielding | 2015-10-10 | 1 | -11/+0 |
* | avoid double eos buckets on stream output brigades, add stream rst infrstruct... | Stefan Eissing | 2015-10-09 | 10 | -35/+285 |
* | add nghttp2 and libxml2 stuff to NOTICE.txt & COPYRIGHT.txt | Gregg Lewis Smith | 2015-10-09 | 1 | -0/+40 |