| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | update APLOGNO tags | Stefan Eissing | 2016-04-29 | 2 | -2/+2 |
* | mod_http2: fix for connection cleanup on early close by client | Stefan Eissing | 2016-04-28 | 2 | -46/+49 |
* | mod_http2: update and version bump after backport | Stefan Eissing | 2016-04-28 | 1 | -1/+1 |
* | mod_http2: fixes in input/output bucket handling | Stefan Eissing | 2016-04-28 | 7 | -73/+124 |
* | mod_http2: more sparse scorebaord updates with overall stats, keeping last re... | Stefan Eissing | 2016-04-28 | 1 | -31/+46 |
* | Ensure http2 follows http in the meaning of | William A. Rowe Jr | 2016-04-27 | 2 | -2/+2 |
* | mod_http2: removing beam mutex when task worker done | Stefan Eissing | 2016-04-27 | 6 | -217/+226 |
* | Follow up to r1740155: Update NetWare Makefile with h2_ihash_empty(). | Yann Ylavic | 2016-04-27 | 1 | -1/+1 |
* | Follow up to r1740928: updates for Netware build. | Yann Ylavic | 2016-04-27 | 3 | -4/+6 |
* | FLUSHing H2EOS and H2EOC buckets to preserve destruction order, improving buc... | Stefan Eissing | 2016-04-26 | 5 | -64/+131 |
* | mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections, | Yann Ylavic | 2016-04-26 | 16 | -260/+479 |
* | Support for OpenSSL 1.1.0: | Rainer Jung | 2016-04-23 | 4 | -14/+27 |
* | Support for OpenSSL 1.1.0: | Rainer Jung | 2016-04-23 | 2 | -13/+21 |