]> granicus.if.org Git - apache/commit
Merge r1788032, r1788033, r1783764, r1707512, r1783770 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 2 May 2017 11:01:17 +0000 (11:01 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 2 May 2017 11:01:17 +0000 (11:01 +0000)
commit816fb149310fcdd969cea58fde80d40fac898a07
tree1e4a6afdf3feb12711e4fdf7972949629f61a8c3
parentbeed75c4efa3b8cbe7dcc583d4f6b50f5f78310d
Merge r1788032, r1788033, r1783764, r1707512, r1783770 from trunk:

Save a few bytes in the conf pool.

'push_item' and 'add_alt' already duplicate their parameters, so we can safely use the temp_pool here.

Use 'ap_cstr_casecmp' to simplify code.

Remove useless case. We know that to can not be NULL at this point.

Follow up to r1772812: update APLOGNO().

* modules/ssl/ssl_engine_kernel.c: Constify the ssl_hook_Fixup_vars array itself.

winnt/service: each log message should use its own APLOGNO.
Submitted by: jailletc36, ylavic, jorton, ylavic
Reviewed by: jailletc36, covener, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1793466 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/generators/mod_autoindex.c
modules/session/mod_session_crypto.c
modules/ssl/ssl_engine_kernel.c
server/mpm/winnt/service.c