CHANGES revision 3511969853863eeb6e80018afe63831e5bf81447
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
ec79b29695b183f794264bbb578c51e93d1f9b1emartinChanges with Apache 2.3.0
1a5f954324f2584984fc9cee7a7a8ebe8ef39aeajim[ When backported to 2.2.x, remove entry from this file ]
936a4025e45887d9f366bf54360c51937b6bcacejim *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
936a4025e45887d9f366bf54360c51937b6bcacejim PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
936a4025e45887d9f366bf54360c51937b6bcacejim *) core: Handle unrecognised transfer-encodings.
936a4025e45887d9f366bf54360c51937b6bcacejim PR 43882 [Nick Kew]
28fe44817329b1183f64e878c258962f90423a8dniq *) core: Avoid some unexpected connection closes by telling the client
28fe44817329b1183f64e878c258962f90423a8dniq that the connection is not persistent if the MPM process handling
28fe44817329b1183f64e878c258962f90423a8dniq the request is already exiting when the response header is built.
28fe44817329b1183f64e878c258962f90423a8dniq [Jeff Trawick]
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe *) mod_serf: New module for Reverse Proxying. [Paul Querna]
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe *) mod_autoindex: Generate valid XHTML output by adding the xhtml
28fe44817329b1183f64e878c258962f90423a8dniq namespace. PR 43649 [Jose Kahan <jose w3.org>]
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq *) core: Add the option to keep aside a request body up to a certain
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq size that would otherwise be discarded, to be consumed by filters
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq such as mod_include. When enabled for a directory, POST requests
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq to shtml files can be passed through to embedded scripts as POST
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq requests, rather being downgraded to GET requests. [Graham Leggett]
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq *) scoreboard: Correctly declare ap_time_process_request.
f09bf2676d29e43c211b663f5c9423815d83395fniq *) mod_status: Add SeeRequestTail directive, which determines if
f09bf2676d29e43c211b663f5c9423815d83395fniq ExtendedStatus displays the 1st 63 characters of the request
11a0edf478ca9c59d80bf73491d89cf019259feeniq or the last 63. Useful for those requests with large string
11a0edf478ca9c59d80bf73491d89cf019259feeniq lengths and which only vary with the last several characters.
11a0edf478ca9c59d80bf73491d89cf019259feeniq [Jim Jagielski]
06446302a0a3e40cd8807bb25467c8f776cf2fbatrawick *) mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
06446302a0a3e40cd8807bb25467c8f776cf2fbatrawick URI-canonicalisation in a reverse proxy.
06446302a0a3e40cd8807bb25467c8f776cf2fbatrawick PR 41798 [Nick Kew]
b65a184929c97d0b0e4d3bad42648e0e9ce1b8ferpluem *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
b65a184929c97d0b0e4d3bad42648e0e9ce1b8ferpluem from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin provide the unusual legacy lookup. [William Rowe]
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin *) mod_proxy_http: Don't escape/unescape forward-proxied URLs
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin PR 42592 [Nick Kew]
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin *) mpm winnt: fix null pointer dereference
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin PR 42572 [Davi Arnaut]
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx)
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj responses from the backend according to RFC2616. But make it
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj configurable in case something breaks on it.
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj PR 16518 [Nick Kew]
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj *) mod_deflate: Don't leave a strong ETag in place while transforming
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna the entity.
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna PR 39727 [Nick Kew]
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna *) core: reinstate location walk to fix config for subrequests
e4b96ba15dc8b2b27d251d53e29b86da32cd5066pquerna PR 41960 [Jose Kahan <jose w3.org>]
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim *) mod_log_config: Add format options for %p so that the actual local
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
470d223738c1dfc4e07c7fae5d186e9dfadd9643jorton *) mod_rewrite: Add the novary flag to RewriteCond.
470d223738c1dfc4e07c7fae5d186e9dfadd9643jorton [Ruediger Pluem]
81bd9331da3bd0f53255d52b1475480ff3a4b395trawick *) mod_include: Add an "if" directive syntax to test whether an URL
81bd9331da3bd0f53255d52b1475480ff3a4b395trawick is accessible, and if so, conditionally display content. This
81bd9331da3bd0f53255d52b1475480ff3a4b395trawick allows a webmaster to hide a link to a private page when the user
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick has no access to that page. [Graham Leggett]
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick parameters to the environment. Improve portability to
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd EBCDIC machines by using apr_toupper(). [Martin Kraemer]
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd to authorize an authenticated user via a "require ldap-group X" directive
13ce20bba632871d7ceb413f39dc73c718ddec7dchrisd where the user is not in group X, but is in a subgroup contained in X.
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd PR 42891 [Paul J. Reder]
421e0a5d1c49de76406f61e9abef271af2336c31rpluem *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme *) mod_substitute: Added a new experimental output filter, which
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme performs inline response content pattern matching (including
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme regex) and substitution. [Jim Jagielski]
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton *) core: Change etag generation to produce identical results on
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton 32-bit and 64-bit platforms. PR 40064. [Joe Orton]
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd *) ab: Add -r option to continue after socket receive errors.
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd [Filip Hanik <devlist hanik.com>]
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd for SDKs that define LDAP_NO_LIMIT to something other than -1.
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd [David Jones <oscaremma gmail.com>]
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd hosts of database configurations from the main server. Determine the
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd minimal set of distinct configurations and share connection pools
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd whenever possible. Allow virtual hosts to override inherited SQL
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd statements. PR 41302. [Chris Darroch]
ab43b4a17b2ac31ccb1cf280be8c42a8a314cecbjorton *) core: Fix broken chunk filtering that causes all non blocking reads to be
ab43b4a17b2ac31ccb1cf280be8c42a8a314cecbjorton converted into blocking reads. PR 41056. [Jean-Frederic Clere, Jim Jagielski]
f3a5934ca0fb0f0f813bd9d9d06af8937e3f401fjim *) apxs: Enhance -q flag to print all known variables and their values
67139e2d50d1e11558d87f7042f61cb04bb0d1d2jim when invoked without variable name(s).
67139e2d50d1e11558d87f7042f61cb04bb0d1d2jim [William Rowe, Sander Temme]
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin *) apxs: Eliminate run-time check for mod_so. PR 40653.
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin [David M. Lee <dmlee crossroads.com>]
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin *) beos MPM: Create pmain pool and run modules' child_init hooks when
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin [Chris Darroch]
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin cleanups registered in modules' child_init hooks are performed.
50c06405bc48121db2913925549407fd3e79bcedmturk [Chris Darroch]
dec02391360e503cd3437d16bed765dc653b9de5minfrin *) mod_dbd: Stash DBD connections in request_config of initial request
dec02391360e503cd3437d16bed765dc653b9de5minfrin only, or else sub-requests and internal redirections may cause
dec02391360e503cd3437d16bed765dc653b9de5minfrin entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
dec02391360e503cd3437d16bed765dc653b9de5minfrin *) Fix issue which could cause error messages to be written to access logs
686ce4eade942e515b1725d0c9751da36b759a6ctrawick *) The LockFile directive, which specifies the location of
686ce4eade942e515b1725d0c9751da36b759a6ctrawick the accept() mutex lockfile, is deprecated. Instead, the
686ce4eade942e515b1725d0c9751da36b759a6ctrawick AcceptMutex directive now takes an optional lockfile
1ce78cf71b5baaf2c1ab48e818cb1f2397df5010trawick location parameter, ala SSLMutex. [Jim Jagielski]
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd *) mod_authn_dbd: Export any additional columns queried in the SQL select
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd into the environment with the name AUTHENTICATE_<COLUMN>. This brings
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd *) mod_dbd: Key the storage of prepared statements on the hex string
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd value of server_rec, rather than the server name, as the server name
27b38d4191d5f638165e2a77ec6e6f567bd7784dniq may change (eg when the server name is set) at any time, causing
27b38d4191d5f638165e2a77ec6e6f567bd7784dniq weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
a87e2a23083aa62229307482afbb3b802a0c2105mturk *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
a87e2a23083aa62229307482afbb3b802a0c2105mturk *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
a87e2a23083aa62229307482afbb3b802a0c2105mturk the first bucket from the brigade, finds it not to be a FILE
a87e2a23083aa62229307482afbb3b802a0c2105mturk bucket and barfs. The fix is to pass a bucket rather than a brigade.
a87e2a23083aa62229307482afbb3b802a0c2105mturk [Niklas Edmundsson <nikke acc.umu.se>]
534611d341a1a48b93c7a1fd5e333dbd261527d3rpluem *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
534611d341a1a48b93c7a1fd5e333dbd261527d3rpluem *) ap_get_server_version() has been removed. Third-party modules must
e99dfd55d29a7b4209b814efc7270d0b74ccee74niq now use ap_get_server_banner() or ap_get_server_description().
c3c8103039e36494987aff50451896459826a361rpluem [Jeff Trawick]
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem *) All MPMs: Introduce a check_config phase between pre_config and
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem open_logs, to allow modules to review interdependent configuration
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem directive values and adjust them while messages can still be logged
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem to the console. Handle relevant MPM directives during this phase
79d4b708d021714647aab8b138ae671ed24765cewrowe and format messages for both the console and the error log, as
79d4b708d021714647aab8b138ae671ed24765cewrowe appropriate. [Chris Darroch]
79d4b708d021714647aab8b138ae671ed24765cewrowe *) mod_proxy: don't URLencode tilde in path component
79d4b708d021714647aab8b138ae671ed24765cewrowe [Stijn Hoop <stijn sandcat.nl>]
88d0e50f16b21d4d0af0a48da7ad28fb5991834crpluem *) mpm_winnt: Fix return values from wait_for_many_objects.
88d0e50f16b21d4d0af0a48da7ad28fb5991834crpluem The return value is index to the signaled thread in the
88d0e50f16b21d4d0af0a48da7ad28fb5991834crpluem creted_threads array. We can not use WAIT_TIMEOUT because
15264721069299ec26493e21d56bf8ff7faf6f0drpluem his value is defined as 258, thus limiting the MaxThreads
15264721069299ec26493e21d56bf8ff7faf6f0drpluem to that value. [Mladen Turk]
11e1b16b907afb7de0678e28fe4849d9029e2df8rpluem *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
25a81ea1bca1c89cda713c4d23660e487b1488a0rpluem to circumvent the symbolic link checks imposed by FollowSymLinks and
25a81ea1bca1c89cda713c4d23660e487b1488a0rpluem SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
48fa058fe468025347930610ac2473094fa0f4e4chrisd *) mod_proxy: Support environment variable interpolation in reverse
48fa058fe468025347930610ac2473094fa0f4e4chrisd proxying directives. [Nick Kew]
3ec4328f079d8867cc323155e59678ad9437914frooneg *) core: Add the filename of the configuration file to the warning message
3ec4328f079d8867cc323155e59678ad9437914frooneg about the useless use of AllowOverride. PR 39992.
3ec4328f079d8867cc323155e59678ad9437914frooneg [Darryl Miles <darryl darrylmiles.org>]
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd The default is none as this is far greater debugging resolution than
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd the typical administrator is prepared to untangle. [William Rowe]
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd *) mod_disk_cache: If possible, check if the size of an object to cache is
cd59ac5e8f739afbdcd523c649550f7dce1709ceniq within the configured boundaries before actually saving data.
db78659055df54243bca678c35bd2ce7e31a9237rooneg [Niklas Edmundsson <nikke acc.umu.se>]
db78659055df54243bca678c35bd2ce7e31a9237rooneg *) mod_cache: Convert all values to seconds before comparing them when
95817edd05387a5276f51fcd5db79fc21b89b55brooneg checking whether to send a Warning header for a stale response.
95817edd05387a5276f51fcd5db79fc21b89b55brooneg PR 39713. [Owen Taylor <otaylor redhat.com>]
63689d77e084e36b8194fb6df5adfc0344965e01trawick *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
63689d77e084e36b8194fb6df5adfc0344965e01trawick final name. [Davi Arnaut <davi haxent.com.br>]
63689d77e084e36b8194fb6df5adfc0344965e01trawick *) Worker and event MPMs: Remove improper scoreboard updates which were
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes performed in the event of a fork() failure. [Chris Darroch]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Add support for fcgi:// proxies to mod_rewrite.
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes [Markus Schiegl <ms schiegl.com>]
8b67b9d3ce40755d1b58971198a02b2749d8e13dbnicholes *) Remove incorrect comments from scoreboard.h regarding conditional
8b67b9d3ce40755d1b58971198a02b2749d8e13dbnicholes loading of worker_score structure with mod_status, and remove unused
8b67b9d3ce40755d1b58971198a02b2749d8e13dbnicholes definitions relating to old life_status field.
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes [Chris Darroch <chrisd pearsoncmg.com>]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Remove allocation of memory for unused array of lb_score pointers
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
a1a615ca49b162d71d88089210395c9a9cfeb539rpluem [Garrett Rooney, Jim Jagielski, Paul Querna]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes [Chris Darroch <chrisd pearsoncmg.com>]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) mod_charset_lite: Remove Content-Length when output filter can
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes invalidate it. Warn when input filter can invalidate it.
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes [Jeff Trawick]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Add the new module mod_authn_core that will provide common
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes authn directives such as 'AuthType', 'AuthName'. Move the directives
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes into mod_authn_core. [Brad Nicholes]
a1a615ca49b162d71d88089210395c9a9cfeb539rpluem *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
1b0dce86d7fc8a5aa4c89b05255be26e508c615crpluem into the new module mod_access_compat which can be loaded to provide
1b0dce86d7fc8a5aa4c89b05255be26e508c615crpluem support for these directives.
1b0dce86d7fc8a5aa4c89b05255be26e508c615crpluem [Brad Nicholes]
edc5389f50ce4153e6192740f3c7a188c8cf8d67niq *) Authz: Move the 'Require' directive from the core module as well as
edc5389f50ce4153e6192740f3c7a188c8cf8d67niq add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
6c05afd314b4ddd545d63b4ff5de822cc30eec79trawick and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
6c05afd314b4ddd545d63b4ff5de822cc30eec79trawick logic into the authorization processing. [Brad Nicholes]
13cd67e9c1dacbd6b9f040bda337c725cedd98f3brianp *) Authz: Add the new module mod_authz_core which acts as the
13cd67e9c1dacbd6b9f040bda337c725cedd98f3brianp authorization provider vector and contains common authz
a623efbff95aab78da9e030524b0fa69b054f6d0brianp directives. [Brad Nicholes]
a623efbff95aab78da9e030524b0fa69b054f6d0brianp *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
a623efbff95aab78da9e030524b0fa69b054f6d0brianp 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
a623efbff95aab78da9e030524b0fa69b054f6d0brianp *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
0b4b04d8621478ba59f0a6ba2950ddc02ab92b58colm host-based access control provided by mod_authz_host and invoked
0b4b04d8621478ba59f0a6ba2950ddc02ab92b58colm through the 'Require' directive. [Brad Nicholes]
2f1bb5376c5c4022383bb729679ca751dd75a2eabrianp *) Authz: Convert all of the authz modules from hook based to
2f1bb5376c5c4022383bb729679ca751dd75a2eabrianp provider based. [Brad Nicholes]
ad862ab5716726a2d72a292ba1dfb29566c86153brianp *) mod_cache: Add CacheMinExpire directive to set the minimum time in
ad862ab5716726a2d72a292ba1dfb29566c86153brianp seconds to cache a document.
17d53ea32c4968e47733f1c2c063ae07d280efd6jerenkrantz [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
17d53ea32c4968e47733f1c2c063ae07d280efd6jerenkrantz *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
b38565306421ff53e9f7499bc728d6df5cec294dpquerna *) Fix typo in ProxyStatus syntax error message.
b38565306421ff53e9f7499bc728d6df5cec294dpquerna [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
b38565306421ff53e9f7499bc728d6df5cec294dpquerna *) Asynchronous write completion for the Event MPM. [Brian Pane]
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) Added an End-Of-Request bucket type. The logging of a request and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the freeing of its pool are now done when the EOR bucket is destroyed.
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim This has the effect of delaying the logging until right after the last
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the response is sent; ap_core_output_filter() calls the access logger
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim indirectly when it destroys the EOR bucket. [Brian Pane]
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) Rewrite of logresolve support utility: IPv6 addresses are now supported
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the format of statistical output has changed. [Colm MacCarthaigh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added new connection states for handler and write completion
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim [Brian Pane]
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later:
Changes with Apache 1.3.x and later: