]> granicus.if.org Git - apache/commit
Multiple backports from trunk:
authorRainer Jung <rjung@apache.org>
Thu, 3 Oct 2013 18:52:55 +0000 (18:52 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 3 Oct 2013 18:52:55 +0000 (18:52 +0000)
commit2332406e98f8b0a86b552cd6d6f12bb6be94d15a
tree99136c6a1462b2b77cd6ad78c64f321b20a0807f
parentdb49da230d7b7757c2a5b47c17c6e5925e261926
Multiple backports from trunk:
    - rotatelog: Factor out from doRotate, main; make error handling consistant
                 and print the actual error to stderr
                 PR 45084
                 Backport of r1374247 from trunk.
    - rotatelog: Cleanups, no functional change.  Drop revision history,
                 "svn log" works; use APR_PATH_MAX; constify more
                 Backport of r1409800 from trunk.
    - rotatelog: error[120] is already defined in this function. Just use
                 it instead of shadowing.
                 Backport of r1416121 from trunk.
    - rotatelog: Use apr_snprintf(... "%pm"...) instead of explicit call
                 to apr_strerror
                 Backport of r1463736 from trunk.
    - mod_deflate: style fix (no code change)
                 Backport of r1499679 from trunk.
    - mod_socache_shmcb: Correct the use of the printf formatter.
                 Backport of r1493925 from trunk.
    - mod_cache_socache: Fixed signed<->unsigned compiler warning.
                 Backport of r1490550 from trunk.
    - mod_ssl: add missing space between directive description and syntax
                 Backport of r1509983 from trunk.
    - mpm/winnt: style consistency in winnt's worker_main
                 Backport of r1520760 from trunk.

Proposed by: jailletc36
Reviewed by: jim, rjung

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528969 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/cache/mod_cache_socache.c
modules/cache/mod_socache_shmcb.c
modules/filters/mod_deflate.c
modules/ssl/mod_ssl.c
server/mpm/winnt/child.c
support/rotatelogs.c