summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch...Stefan Eissing2016-06-103-5/+15
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-099-157/+890
* mod_http2: uddated changes and version after backportStefan Eissing2016-06-091-2/+2
* mod_http2: more orderly destruction of stream/task pairsStefan Eissing2016-06-094-24/+32
* The answer to the question appears to be in 2.4.21, drop h2_casecmpstr forkWilliam A. Rowe Jr2016-06-094-127/+2
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-0941-221/+221
* update CHANGES and mod_http2 version after backportStefan Eissing2016-06-071-2/+2
* mod_http2: fixes a mem corruption when streams/connections terminated before ...Stefan Eissing2016-06-075-49/+37
* mod_http2: updated CHANGES and version bump after backportStefan Eissing2016-06-061-2/+2
* Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], William A. Rowe Jr2016-06-021-1/+3
* mod_dav: Add support for childtags to dav_error.Graham Leggett2016-05-302-8/+27
* Fix r1746183Christophe Jaillet2016-05-301-1/+1
* Fix some obvious doxygen warningChristophe Jaillet2016-05-304-12/+12
* 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