index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
changes-entries
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_md: fixed a bug leading to failed transfers for OCSP
Stefan Eissing
2022-05-06
1
-0
/
+3
*
ab: Add the -W option to use worker threads.
Yann Ylavic
2022-04-28
1
-0
/
+2
*
*) mod_http2: remove unused and insecure code. Fixes PR66037.
Stefan Eissing
2022-04-28
1
-0
/
+3
*
* removing duplicatae changes entry
Stefan Eissing
2022-04-27
1
-5
/
+0
*
*) mod_md: implement full auto status ("key: value" type status output).
Stefan Eissing
2022-04-27
1
-0
/
+5
*
*) mod_md: added support for managing certificates via a
Stefan Eissing
2022-04-27
1
-0
/
+5
*
* Use apr_size_t instead of int to avoid an overflow
Ruediger Pluem
2022-04-27
1
-0
/
+2
*
* Avoid an overflow on large inputs
Ruediger Pluem
2022-04-27
1
-0
/
+2
*
ab: Allow for TLSv1.3 when the SSL library supports it.
Yann Ylavic
2022-04-22
1
-0
/
+2
*
*) mod_md: a possible NULL pointer deref was fixed in
Stefan Eissing
2022-04-22
1
-0
/
+4
*
core: Disable TCP_NOPUSH optimization on OSX. BZ 66019.
Yann Ylavic
2022-04-21
1
-0
/
+2
*
* Implement full auto status ("key: value" type status output).
Stefan Eissing
2022-04-19
1
-0
/
+5
*
*) mod_proxy: Add backend port to log messages to
Rainer Jung
2022-04-19
1
-0
/
+2
*
*) mod_heartmonitor: Set the documented default value
Rainer Jung
2022-04-19
1
-0
/
+3
*
* Add Changelog for r1899451, r1899454, r1899562, r1899564, r1899584
Ruediger Pluem
2022-04-15
1
-0
/
+2
*
*) mod_http2: use the new REQUEST buckets to forward request
Stefan Eissing
2022-04-13
1
-0
/
+4
*
Merge PR 311:
Stefan Eissing
2022-04-13
1
-0
/
+10
*
Follow up to r1899777: CHANGES entry [skip ci].
Yann Ylavic
2022-04-12
1
-0
/
+2
*
*) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
Stefan Eissing
2022-04-07
1
-0
/
+9
*
*) core: make ap_escape_quotes() work correctly on strings
Stefan Eissing
2022-04-06
1
-0
/
+4
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
1
-0
/
+11
*
Sync CHANGES entries [skip ci]
Yann Ylavic
2022-03-07
13
-51
/
+0
*
core: Make sure and check that LimitXMLRequestBody fits in system memory.
Yann Ylavic
2022-03-07
1
-0
/
+2
*
core: Simpler connection close logic if discarding the request body fails.
Yann Ylavic
2022-03-07
1
-0
/
+2
*
mod_rewrite: URI-to-filename rewrites to transparently handle proxy mappings.
Yann Ylavic
2022-03-01
1
-0
/
+2
*
*) mod_watchdog: use the `child_stopping` and `child_stopped` hooks
Stefan Eissing
2022-02-24
1
-0
/
+4
*
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
Stefan Eissing
2022-02-24
1
-0
/
+5
*
*) mod_http2: preserve the port number given in a HTTP/1.1
Stefan Eissing
2022-02-17
1
-0
/
+3
*
* Change the logic to choose the maximum of both timeouts (front end socket,
Ruediger Pluem
2022-02-16
1
-0
/
+5
*
*) mod_http2: :scheme pseudo-header values, not matching the
Stefan Eissing
2022-02-10
1
-3
/
+7
*
ab: Fix the detection for when the server performed a legitimate
Graham Leggett
2022-02-09
1
-0
/
+5
*
*) mod_http2: when a h2 request carries a ':scheme' pseudoheader,
Stefan Eissing
2022-02-08
1
-0
/
+3
*
ab: Add an optional ramp delay when starting concurrent connections so
Graham Leggett
2022-02-08
1
-0
/
+5
*
* mod_md) do not interfere with requests to /.well-known/acme-challenge/
Stefan Eissing
2022-02-08
1
-0
/
+4
*
Reinstate r1897458 accidentally reverted in r1897760.
Graham Leggett
2022-02-08
1
-0
/
+5
*
Follow up to r1896253: CHANGES entry. [skip ci]
Yann Ylavic
2022-02-08
1
-0
/
+2
*
Sync CHANGES entries. [skip ci]
Yann Ylavic
2022-02-08
7
-20
/
+0
*
*) mod_md: the status description in MDomain's JSON, exposed in the
Stefan Eissing
2022-02-07
1
-0
/
+4
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-5
/
+0
*
* Stupid mine. Evgeny is a committer here
Ruediger Pluem
2022-01-31
1
-1
/
+1
*
* Fix typo
Ruediger Pluem
2022-01-31
1
-1
/
+1
*
* CHANGES entry for r1897182
Ruediger Pluem
2022-01-31
1
-0
/
+3
*
ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.
Graham Leggett
2022-01-25
1
-0
/
+5
*
mod_reqtimeout: Set socket timeout for AP_MODE_INIT.
Yann Ylavic
2022-01-24
1
-0
/
+1
*
mod_unixd: Make CoreDumpDirectory work for FreeBSD 11+. PR 65819.
Yann Ylavic
2022-01-20
1
-0
/
+2
*
Follow up to r1897240: CHANGES entry.
Yann Ylavic
2022-01-20
1
-0
/
+2
*
mpm_event: Fix a possible listener deadlock. PR 65769.
Yann Ylavic
2021-12-29
1
-0
/
+2
*
Add a change entry for r1896278
Christophe Jaillet
2021-12-22
1
-0
/
+6
*
Sync changes-entries [skip ci].
Yann Ylavic
2021-12-14
3
-12
/
+0
*
http: Enforce that fully qualified uri-paths not to be forward-proxied
Yann Ylavic
2021-12-13
1
-0
/
+3
[next]