2.4.x: svn merge -c 1491700,1862200 ^/httpd/httpd/trunk . works [needs CHANGES]
+1: jorton, jim, icing
+ *) easy patches to synch 2.4.x and trunk:
+ - core: extend description of r->hostname
+ - mod_proxy_http: Avoid memory allocation before making sure that this handler can handle the URL
+ - core: Save a few cycles in 'ap_parse_form_data()'
+ - mod_cache_socache: Save some cycles
+ - mod_proxy_ftp: Save some cycle
+ - vhost: move an assignment to the end of the loop to ease readability and please a compiler
+ - core: Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'
+ trunk patch:
+ - http://svn.apache.org/r1426802
+ - http://svn.apache.org/r1744460
+ - http://svn.apache.org/r1829799
+ - http://svn.apache.org/r1824716
+ - http://svn.apache.org/r1838318
+ - http://svn.apache.org/r1840678
+ - http://svn.apache.org/r1861294
+ 2.4.x patch: svn merge -c 1426802,1744460,1829799,1824716,1838318,1840678,1861294 ^/httpd/httpd/trunk .
+ +1: jailletc36, jim, icing
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.4.x patch: svn merge -c 1851146 ^/httpd/httpd/trunk .
+1: jailletc36, jim
- *) easy patches to synch 2.4.x and trunk:
- - core: extend description of r->hostname
- - mod_proxy_http: Avoid memory allocation before making sure that this handler can handle the URL
- - core: Save a few cycles in 'ap_parse_form_data()'
- - mod_cache_socache: Save some cycles
- - mod_proxy_ftp: Save some cycle
- - vhost: move an assignment to the end of the loop to ease readability and please a compiler
- - core: Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'
- trunk patch:
- - http://svn.apache.org/r1426802
- - http://svn.apache.org/r1744460
- - http://svn.apache.org/r1829799
- - http://svn.apache.org/r1824716
- - http://svn.apache.org/r1838318
- - http://svn.apache.org/r1840678
- - http://svn.apache.org/r1861294
- 2.4.x patch: svn merge -c 1426802,1744460,1829799,1824716,1838318,1840678,1861294 ^/httpd/httpd/trunk .
- +1: jailletc36, jim
-
*) mod_socache_shmcb: fix gcc 9 warnings
trunk: http://svn.apache.org/r1858565
2.4.x: svn merge -c 1858565 ^/httpd/httpd/trunk .