summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* *) mod_http2: fixed trailer handling. Empty response bodiesStefan Eissing2022-07-022-31/+58
* check apr_sockaddr_info_get() return valueGiovanni Bechis2022-06-281-2/+12
* check BN_bn2dec return valueGiovanni Bechis2022-06-281-1/+6
* Fix numeric check for HeartbeatMaxServers.Rainer Jung2022-06-211-1/+1
* *) mod_heartmonitor: Allow "HeartbeatMaxServers 0"Rainer Jung2022-06-201-2/+3
* *) mod_http2: remove the workers pool from APR_POOL_DEBUGStefan Eissing2022-06-201-4/+3
* *) mod_http2: init local var since write in loop may be buypassed.Stefan Eissing2022-06-201-1/+1
* * Use s directly like in the other ap_log_error callsRuediger Pluem2022-06-201-1/+1
* * workers is not always initialized hereRuediger Pluem2022-06-201-1/+1
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-178-425/+539
* *) mod_http2: fix an edge case in h2_fifo_remove,Stefan Eissing2022-06-173-19/+34
* mod_ssl: Missing bit from r1901470 to handle OpenSSL-3+ FIPS.Yann Ylavic2022-06-091-1/+1
* *) mod_md: update version after release on githubStefan Eissing2022-06-021-1/+1
* mod_proxy_ajp: T-E has precedence over C-L.Yann Ylavic2022-06-011-3/+12
* limit mod_sed memory useEric Covener2022-06-012-45/+118
* mod_isapi: use consistent filenameEric Covener2022-06-011-2/+2
* use filters consistentlyEric Covener2022-06-011-91/+53
* use a liberal default limit for LimitRequestBody of 1GBEric Covener2022-06-012-14/+6
* cast firstEric Covener2022-06-011-1/+1
* mod_proxy: Follow up to r1901485: Don't shadow upper 'val' variable.Yann Ylavic2022-06-011-3/+3
* mod_proxy: Let fixup hooks know about the Host header (and eventually overwri...Yann Ylavic2022-06-011-8/+18
* mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063.Yann Ylavic2022-05-312-4/+14
* mod_proxy: ap_proxy_create_hdrbrgd() to clear hop-by-hop first and fixup last.Yann Ylavic2022-05-311-40/+40
* mod_proxy: Align ap_proxy_create_hdrbrgd() with 2.4.x's.Yann Ylavic2022-05-311-60/+60
* mod_proxy_http: Follow up to r1901420: consistent 100-continue checks.Yann Ylavic2022-05-312-5/+11
* mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.Yann Ylavic2022-05-303-36/+34
* *) mod_md: resurrect r1898962 lost by a change merge.Stefan Eissing2022-05-261-1/+2
* *) mod_md: a logic bug in sending long OCSP HTTP request bodies was fixed.Stefan Eissing2022-05-251-1/+3
* * Port r546128 to mod_proxy_connect to ensure that core_pre_connection does notRuediger Pluem2022-05-201-0/+10
* *) mod_md: handle case in status print when no url is presentStefan Eissing2022-05-141-0/+3
* *) mod_md: the `MDCertificateAuthority` directive can take more than one UR...Stefan Eissing2022-05-1317-106/+288
* Fix some typosChristophe Jaillet2022-05-082-3/+3
* Fix a typoChristophe Jaillet2022-05-081-1/+1
* Fix a typoChristophe Jaillet2022-05-081-1/+1
* Add missing 'break'Christophe Jaillet2022-05-081-0/+1
* *) mod_md: fixed a bug leading to failed transfers for OCSPStefan Eissing2022-05-063-23/+15
* Length computed by count_string() are accumulated in an apr_size_t, so be mor...Christophe Jaillet2022-05-041-2/+2
* dav_get_liveprop_info() returns a long not an int.Christophe Jaillet2022-05-041-3/+3
* *) mod_http2: remove unused and insecure code. Fixes PR66037.Stefan Eissing2022-04-282-24/+0
* The only caller of hm_processmsg() passes an apr_size_t for the last paramete...Christophe Jaillet2022-04-271-1/+1
* Harden mod_session and avoid overflow in case of indecently large sessionChristophe Jaillet2022-04-271-3/+6
* *) mod_md: added support for managing certificates via aStefan Eissing2022-04-2720-19/+565
* * modules/ssl/ssl_engine_io.c:Joe Orton2022-04-271-72/+8
* * Use apr_size_t instead of int to avoid an overflowRuediger Pluem2022-04-271-1/+1
* *) mod_md: a possible NULL pointer deref was fixed inStefan Eissing2022-04-222-3/+3
* *) mod_http2: clear the h2 worker slot connection early to avoidStefan Eissing2022-04-211-5/+7
* *) mod_http2: fix edge case in removal of entriesStefan Eissing2022-04-211-1/+3
* fix select-groups example, bz 66010Giovanni Bechis2022-04-201-2/+2
* * Implement full auto status ("key: value" type status output).Stefan Eissing2022-04-192-176/+391
* *) mod_http2: make APLOGNO check happy with line continuation.Stefan Eissing2022-04-191-1/+1