summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM thatGraham Leggett2022-01-241-5/+5
* mod_reqtimeout: Set socket timeout for AP_MODE_INIT.Yann Ylavic2022-01-241-2/+1
* mod_ssl: Use AP_FILTER_ERROR to indicate when the SSL filter hasGraham Leggett2022-01-242-2/+2
* mod_ssl: We no longer throw away handshake errors. Handle APR_EGENERALGraham Leggett2022-01-231-1/+21
* mod_ssl: An edge case exists where SSL_read might return SSL_ERROR_WANT_READGraham Leggett2022-01-221-12/+15
* mod_ssl: Add the missing SSL_ERROR_WANT_WRITE case in the SSL_read. MakeGraham Leggett2022-01-221-0/+24
* Use OK status to match process_connection behaviour.Graham Leggett2022-01-221-1/+1
* When failing, we need to explicitly set the connection state.Graham Leggett2022-01-221-1/+4
* APR 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-7/+1
* APR (and APR-util) 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-4/+2
* APR (and APR-util) 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-13/+0
* event: Add support for non blocking behaviour in theGraham Leggett2022-01-213-13/+65
* Revert 1897156.Graham Leggett2022-01-201-93/+2
* SEDERR_TMAMES and SEDERR_TMRMES are used only in sed1.c with 'eval->lnum' as ...Christophe Jaillet2022-01-201-2/+2
* The format specifier is APR_SIZE_T_FMT, so there is no point in trying to log...Christophe Jaillet2022-01-201-4/+2
* mod_unixd: Make CoreDumpDirectory work for FreeBSD 11+. PR 65819.Yann Ylavic2022-01-201-0/+16
* mod_dav: Follow up to r1897156: Fix warning.Yann Ylavic2022-01-181-1/+1
* * Allocate the dav_liveprop_elem structure only once in the lifetime of theRuediger Pluem2022-01-181-2/+8
* core: Allow an optional expression to be specified for an effectiveGraham Leggett2022-01-171-2/+93
* Follow-up to r1896361.Christophe Jaillet2022-01-071-3/+2
* Fix some typo.Christophe Jaillet2021-12-269-13/+13
* Fix some typoChristophe Jaillet2021-12-2510-23/+23
* Close a file handle in case of error in ct_static_scts()Christophe Jaillet2021-12-241-0/+1
* Try to workaround a linkage issue with rustls.Christophe Jaillet2021-12-221-0/+13
* mod_proxy: Bump max worker name to 384 chars.Yann Ylavic2021-12-211-2/+3
* mod_ssl: Fix -Werror=unused-value in ssl_var_lookup_ssl_cert_data().Yann Ylavic2021-12-151-1/+1
* mod_proxy: Axe useless setting of *balancer to NULL in ap_proxy_pre_request()Yann Ylavic2021-12-151-4/+2
* mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.Yann Ylavic2021-12-153-8/+14
* * Improve error handlingRuediger Pluem2021-12-151-0/+1
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-133-8/+8
* mod_proxy: Detect unix: scheme syntax errors at load time.Yann Ylavic2021-12-132-7/+28
* * modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debuggingJoe Orton2021-12-101-1/+0
* * When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 conne...Stefan Eissing2021-12-092-3/+13
* * Correctly sent a 100 Continue status code when sending an interimRuediger Pluem2021-12-091-0/+3
* * Do not change the status code after we already sent it to the client.Ruediger Pluem2021-12-092-5/+0
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-0614-112/+154
* * modules/filters/mod_deflate.c (deflate_in_filter): Handle FLUSH inJoe Orton2021-12-031-29/+31
* * mod_tls: remove modules.mk, should not be under version controlStefan Eissing2021-12-011-7/+0
* *) mod_tls: added mod_tls from abetterinternet, donatedStefan Eissing2021-11-3024-0/+7223
* * mod_md: install the early config hook with _FIRST, so thatStefan Eissing2021-11-301-1/+1
* * mod_http2: handle gracefully when SSL_PROTOCOL variable is not available.Stefan Eissing2021-11-301-1/+1
* * mod_http2: the new pollset implementation is disabled whenStefan Eissing2021-11-261-1/+3
* Revert spurious commit r1895340.Yann Ylavic2021-11-252-2/+2
* Trigger ci.Yann Ylavic2021-11-252-2/+2
* mod_http2: fix logic for non-proxy Server and Date response headers.Yann Ylavic2021-11-251-5/+5
* mod_proxy: SetEnv proxy-nohalfclose to disable half-close tunneling. PR 65662.Yann Ylavic2021-11-242-3/+18
* * mod_md: resurrection of r1893969 after accidental overwrite in r1894610Stefan Eissing2021-11-242-7/+12
* *) mod_md: values for External Account Binding (EAB) canStefan Eissing2021-11-242-5/+45
* *) mod_http2: always return an EOS bucket for requestsStefan Eissing2021-11-111-4/+4
* * mod_http2: a regression in v1.15.24 of the modules was fixed thatStefan Eissing2021-11-042-4/+2