| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch... | Stefan Eissing | 2016-06-10 | 3 | -5/+15 |
* | mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2... | Stefan Eissing | 2016-06-09 | 9 | -157/+890 |
* | mod_http2: uddated changes and version after backport | Stefan Eissing | 2016-06-09 | 1 | -2/+2 |
* | mod_http2: more orderly destruction of stream/task pairs | Stefan Eissing | 2016-06-09 | 4 | -24/+32 |
* | The answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork | William A. Rowe Jr | 2016-06-09 | 4 | -127/+2 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 41 | -221/+221 |
* | update CHANGES and mod_http2 version after backport | Stefan Eissing | 2016-06-07 | 1 | -2/+2 |
* | mod_http2: fixes a mem corruption when streams/connections terminated before ... | Stefan Eissing | 2016-06-07 | 5 | -49/+37 |
* | mod_http2: updated CHANGES and version bump after backport | Stefan Eissing | 2016-06-06 | 1 | -2/+2 |
* | Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], | William A. Rowe Jr | 2016-06-02 | 1 | -1/+3 |
* | mod_dav: Add support for childtags to dav_error. | Graham Leggett | 2016-05-30 | 2 | -8/+27 |
* | Fix r1746183 | Christophe Jaillet | 2016-05-30 | 1 | -1/+1 |
* | Fix some obvious doxygen warning | Christophe Jaillet | 2016-05-30 | 4 | -12/+12 |
* | Constify and save a few bytes in the conf pool when parsing "UserDir" directive | Christophe Jaillet | 2016-05-28 | 1 | -4/+4 |
* | mod_http2: fix possible null pointer deref in bucket beams on receive | Stefan Eissing | 2016-05-23 | 1 | -1/+1 |
* | include the scheme in the error message about missing a | Eric Covener | 2016-05-22 | 1 | -2/+3 |
* | PR59612: Print the ap_expr() error message when an expression cannot | Eric Covener | 2016-05-22 | 1 | -0/+1 |
* | PR59611: Fix AH02633 require type | Eric Covener | 2016-05-22 | 1 | -1/+1 |
* | Add mod_proxy_http2 based on CMakeLists.txt prereqs | William A. Rowe Jr | 2016-05-20 | 1 | -0/+119 |
* | mod_http2: fixing re-entrancy problems with new master event dispatching | Stefan Eissing | 2016-05-20 | 4 | -109/+187 |
* | mod_http2: improved resume/response/window update handling on master connection | Stefan Eissing | 2016-05-20 | 12 | -465/+627 |
* | Avoid memory allocation before making sure that this handler can handle the URL | Christophe Jaillet | 2016-05-18 | 1 | -2/+3 |
* | Avoid memory allocation before making sure that this handler can handle the URL | Christophe Jaillet | 2016-05-18 | 1 | -2/+3 |
* | Avoid memory allocation before making sure that this handler can handle the URL | Christophe Jaillet | 2016-05-18 | 1 | -2/+3 |
* | CHANGES update and version bump after backport of mod_http2 v1.5.5 | Stefan Eissing | 2016-05-18 | 1 | -2/+2 |
* | mod_http2: fixes timeout vs. keepalive timeout use when closing streams on fl... | Stefan Eissing | 2016-05-18 | 3 | -42/+97 |
* | mod_http2: checking configured Limit* values against header fields | Stefan Eissing | 2016-05-17 | 8 | -52/+102 |
* | mod_rewrite: adding h2:// and h2c:// proxy schemes to absolute uri detection,... | Stefan Eissing | 2016-05-17 | 1 | -0/+8 |
* | mod_http2: adding export to netware build, thanks normw | Stefan Eissing | 2016-05-17 | 1 | -0/+1 |
* | mod_http2: fixing c->current_thread on slave connections, addresses PR 59542 | Stefan Eissing | 2016-05-17 | 4 | -3/+10 |
* | update after backport of latest http2 changes, version bump | Stefan Eissing | 2016-05-14 | 1 | -2/+2 |
* | Fix NULL pointer dereference | Christophe Jaillet | 2016-05-14 | 1 | -7/+7 |
* | Avoid truncating the_request line when there is no request to 'W'rite. | William A. Rowe Jr | 2016-05-13 | 1 | -2/+2 |
* | fix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov | Stefan Eissing | 2016-05-12 | 2 | -3/+7 |
* | Revert 1742822, incorrect assumptions here | William A. Rowe Jr | 2016-05-12 | 1 | -4/+2 |
* | adjusteing changes after backport, mod_http2: version bump, adding modified p... | Stefan Eissing | 2016-05-11 | 2 | -2/+13 |
* | Fix yet another case where we clobber the | Rainer Jung | 2016-05-08 | 1 | -2/+4 |
* | Follow up to r1740928: mod_ssl.h now needs http_config.h | Yann Ylavic | 2016-05-07 | 1 | -0/+1 |
* | No need to set CFLAGS and LDFLAGS for "ab" | Rainer Jung | 2016-05-05 | 1 | -5/+0 |
* | Improve alignment | Christophe Jaillet | 2016-05-05 | 1 | -3/+3 |
* | Improve alignment | Christophe Jaillet | 2016-05-05 | 1 | -1/+1 |
* | Improve alignment | Christophe Jaillet | 2016-05-05 | 1 | -1/+1 |
* | Avoid a potential NULL pointer deference. | Christophe Jaillet | 2016-05-05 | 1 | -3/+8 |
* | Avoid a potential NULL pointer deference. | Christophe Jaillet | 2016-05-05 | 1 | -2/+4 |
* | mod_http2: fix for partial file buckets in master connection output, flushing... | Stefan Eissing | 2016-05-04 | 12 | -116/+181 |
* | mod_http2: rewrote TLS buffering on master connection | Stefan Eissing | 2016-05-02 | 8 | -257/+321 |
* | mod_http2: fixed typo re unintended double negate | Stefan Eissing | 2016-05-02 | 1 | -1/+1 |
* | mod_http2: some more cleanup on stream/task/session takedowns | Stefan Eissing | 2016-04-29 | 8 | -216/+257 |
* | mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy module | Stefan Eissing | 2016-04-29 | 12 | -163/+173 |
* | * Silence compiler warning | Ruediger Pluem | 2016-04-29 | 1 | -1/+1 |