summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_watchdog: use a single "wd_running" pool in wd_worker() thread.Yann Ylavic2020-04-171-19/+10
* core, h2: common ap_parse_request_line() and ap_check_request_header() code.Yann Ylavic2020-04-171-37/+8
* core, h2: send EOR for early HTTP request failure.Yann Ylavic2020-04-171-20/+38
* * modules/core/mod_watchdog.c (wd_worker): Fix crashes snuck intoJoe Orton2020-04-161-15/+18
* *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREA...Stefan Eissing2020-04-161-0/+2
* * modules/aaa/mod_authnz_ldap.c (build_request_config): Fix typo.Joe Orton2020-04-161-1/+1
* Add missing pool tags to help debugging.Yann Ylavic2020-04-1634-5/+59
* mod_{ssl,md}: init_stapling_status hooks should return an int.Yann Ylavic2020-04-153-4/+4
* mod_ssl: Fix memory leak in stapling code. PR63687.Yann Ylavic2020-04-151-11/+17
* PR64295 cannot override default Virtualhost's mod_reqtimeoutJean-Frederic Clere2020-04-151-2/+2
* * modules/core/mod_watchdog.c: Switch to simpler logic to avoid theJoe Orton2020-04-141-18/+12
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-117-18/+82
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaksJoe Orton2020-04-021-16/+31
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-021-0/+5
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the caseRuediger Pluem2020-04-011-29/+29
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Treat zero-lengthJoe Orton2020-04-011-2/+6
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-312-11/+2
* * modules/ssl/ssl_engine_io.c: Update comment, no function change, [skip ci]Joe Orton2020-03-301-1/+8
* * modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce): Handle theJoe Orton2020-03-301-1/+11
* Add lognos. [skip ci].Joe Orton2020-03-301-2/+2
* mod_ssl: Extend the coalescing filter to avoid sending HTTP responseJoe Orton2020-03-301-12/+63
* Fix a typoChristophe Jaillet2020-03-281-1/+1
* * modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_refJoe Orton2020-03-263-12/+2
* * modules/ssl/ssl_engine_vars.c (ssl_get_tls_cb): Fix leak of X509Joe Orton2020-03-251-0/+5
* wss also needs is_ssl.Jean-Frederic Clere2020-03-241-1/+1
* Fix compilation breakage with OpenSSL 1.1.0 up to 1.1.0f.Rainer Jung2020-03-231-1/+1
* * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't sendRuediger Pluem2020-03-181-2/+2
* * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't stopRuediger Pluem2020-03-181-7/+1
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear anyRuediger Pluem2020-03-181-0/+1
* remove unused headersGiovanni Bechis2020-03-091-11/+0
* restore/explain new session creationEric Covener2020-03-021-0/+9
* *) mod_http2: Fixes issue where mod_unique_id would generate non-unique req...Stefan Eissing2020-03-025-35/+33
* PR56040: add SessionCookieMaxAge On/OffEric Covener2020-03-021-2/+21
* bubble up an error if none of the passhrases workEric Covener2020-03-011-0/+2
* PR56052: resolve problems with expired sessionsEric Covener2020-03-011-9/+8
* PR64140: Allow %{Content-Type} in health check expressionsEric Covener2020-02-281-0/+7
* Slighly simplify code.Christophe Jaillet2020-02-281-12/+4
* Remove duplicated "CookieTracking" directive in 'command_rec'.Christophe Jaillet2020-02-281-2/+0
* mod_ssl: simpler "goto" logic for stapling_renew_response().Yann Ylavic2020-02-271-13/+8
* mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2020-02-271-7/+13
* Revert r1874574: wrong patch.Yann Ylavic2020-02-271-18/+10
* mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2020-02-271-10/+18
* "?:" is a GNU extension, use standard syntaxGiovanni Bechis2020-02-272-2/+2
* Avoid printing NULL strings in logsGiovanni Bechis2020-02-261-1/+1
* * modules/generators/cgi_common.h (cgi_handle_request): CatchJoe Orton2020-02-251-1/+4
* * modules/generators/cgi_common.h (cgi_handle_request): Factor outJoe Orton2020-02-253-158/+115
* * Another whitespace fixRuediger Pluem2020-02-251-1/+0
* * Whitespace fixRuediger Pluem2020-02-251-1/+1
* PR64172: drop severity of AH01666Eric Covener2020-02-231-1/+1
* PR64077: samesite/httponly/secure flags for usertrackEric Covener2020-02-221-0/+55