summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Constify and save a few bytes in the conf pool when parsing "UserDir" directiveChristophe Jaillet2016-05-281-4/+4
* mod_http2: fix possible null pointer deref in bucket beams on receiveStefan Eissing2016-05-231-1/+1
* include the scheme in the error message about missing a Eric Covener2016-05-221-2/+3
* PR59612: Print the ap_expr() error message when an expression cannotEric Covener2016-05-221-0/+1
* PR59611: Fix AH02633 require typeEric Covener2016-05-221-1/+1
* Add mod_proxy_http2 based on CMakeLists.txt prereqsWilliam A. Rowe Jr2016-05-201-0/+119
* mod_http2: fixing re-entrancy problems with new master event dispatchingStefan Eissing2016-05-204-109/+187
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-2012-465/+627
* Avoid memory allocation before making sure that this handler can handle the URLChristophe Jaillet2016-05-181-2/+3
* Avoid memory allocation before making sure that this handler can handle the URLChristophe Jaillet2016-05-181-2/+3
* Avoid memory allocation before making sure that this handler can handle the URLChristophe Jaillet2016-05-181-2/+3
* CHANGES update and version bump after backport of mod_http2 v1.5.5Stefan Eissing2016-05-181-2/+2
* mod_http2: fixes timeout vs. keepalive timeout use when closing streams on fl...Stefan Eissing2016-05-183-42/+97
* mod_http2: checking configured Limit* values against header fieldsStefan Eissing2016-05-178-52/+102
* mod_rewrite: adding h2:// and h2c:// proxy schemes to absolute uri detection,...Stefan Eissing2016-05-171-0/+8
* mod_http2: adding export to netware build, thanks normwStefan Eissing2016-05-171-0/+1
* mod_http2: fixing c->current_thread on slave connections, addresses PR 59542Stefan Eissing2016-05-174-3/+10
* update after backport of latest http2 changes, version bumpStefan Eissing2016-05-141-2/+2
* Fix NULL pointer dereferenceChristophe Jaillet2016-05-141-7/+7
* Avoid truncating the_request line when there is no request to 'W'rite.William A. Rowe Jr2016-05-131-2/+2
* fix for handling invalid proxy uris and code cleanup provided by Evgeny KotkovStefan Eissing2016-05-122-3/+7
* Revert 1742822, incorrect assumptions hereWilliam A. Rowe Jr2016-05-121-4/+2
* adjusteing changes after backport, mod_http2: version bump, adding modified p...Stefan Eissing2016-05-112-2/+13
* Fix yet another case where we clobber theRainer Jung2016-05-081-2/+4
* Follow up to r1740928: mod_ssl.h now needs http_config.hYann Ylavic2016-05-071-0/+1
* No need to set CFLAGS and LDFLAGS for "ab"Rainer Jung2016-05-051-5/+0
* Improve alignmentChristophe Jaillet2016-05-051-3/+3
* Improve alignmentChristophe Jaillet2016-05-051-1/+1
* Improve alignmentChristophe Jaillet2016-05-051-1/+1
* Avoid a potential NULL pointer deference.Christophe Jaillet2016-05-051-3/+8
* Avoid a potential NULL pointer deference.Christophe Jaillet2016-05-051-2/+4
* mod_http2: fix for partial file buckets in master connection output, flushing...Stefan Eissing2016-05-0412-116/+181
* mod_http2: rewrote TLS buffering on master connectionStefan Eissing2016-05-028-257/+321
* mod_http2: fixed typo re unintended double negateStefan Eissing2016-05-021-1/+1
* mod_http2: some more cleanup on stream/task/session takedownsStefan Eissing2016-04-298-216/+257
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-2912-163/+173
* * Silence compiler warningRuediger Pluem2016-04-291-1/+1
* update APLOGNO tagsStefan Eissing2016-04-292-2/+2
* mod_http2: fix for connection cleanup on early close by clientStefan Eissing2016-04-282-46/+49
* mod_http2: update and version bump after backportStefan Eissing2016-04-281-1/+1
* mod_http2: fixes in input/output bucket handlingStefan Eissing2016-04-287-73/+124
* mod_http2: more sparse scorebaord updates with overall stats, keeping last re...Stefan Eissing2016-04-281-31/+46
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-272-2/+2
* mod_http2: removing beam mutex when task worker doneStefan Eissing2016-04-276-217/+226
* Follow up to r1740155: Update NetWare Makefile with h2_ihash_empty().Yann Ylavic2016-04-271-1/+1
* Follow up to r1740928: updates for Netware build.Yann Ylavic2016-04-273-4/+6
* FLUSHing H2EOS and H2EOC buckets to preserve destruction order, improving buc...Stefan Eissing2016-04-265-64/+131
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-2616-260/+479
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-234-14/+27
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-232-13/+21