PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mod_dav: Reduce the amount of memory needed when doing PROPFIND's on large
+ collections by improving the memory management.
+ [Joe Orton, Ruediger Pluem]
+ trunk patch: http://svn.apache.org/r1842010
+ http://svn.apache.org/r1841225
+ http://svn.apache.org/r1862039
+ http://svn.apache.org/r1862040
+ http://svn.apache.org/r1862042
+ 2.4.x patch: svn merge -c 1842010,1841225,1862039,1862040,1862042 ^/httpd/httpd/trunk .
+ +1: rpluem, jorton, jim
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
reworked, etc.. I would like to avoid a patch that is clearly wrong for some reviewer sitting here for
months/years without any action item :)
- *) mod_dav: Reduce the amount of memory needed when doing PROPFIND's on large
- collections by improving the memory management.
- [Joe Orton, Ruediger Pluem]
- trunk patch: http://svn.apache.org/r1842010
- http://svn.apache.org/r1841225
- http://svn.apache.org/r1862039
- http://svn.apache.org/r1862040
- http://svn.apache.org/r1862042
- 2.4.x patch: svn merge -c 1842010,1841225,1862039,1862040,1862042 ^/httpd/httpd/trunk .
- +1: rpluem, jorton, jim
-
*) core: Split out the ability to parse wildcard files and directories
from the Include/IncludeOptional directives into a generic set of
functions ap_dir_nofnmatch() and ap_dir_fnmatch().