1. 16 Jan, 2019 6 commits
  2. 15 Jan, 2019 10 commits
  3. 14 Jan, 2019 3 commits
  4. 12 Jan, 2019 4 commits
  5. 11 Jan, 2019 2 commits
  6. 10 Jan, 2019 2 commits
  7. 08 Jan, 2019 1 commit
  8. 07 Jan, 2019 1 commit
  9. 06 Jan, 2019 3 commits
  10. 01 Jan, 2019 2 commits
  11. 19 Dec, 2018 2 commits
  12. 18 Dec, 2018 1 commit
  13. 15 Dec, 2018 1 commit
  14. 11 Dec, 2018 2 commits
    • Jim Jagielski's avatar
      Merge r1848236 from trunk: · 71cb5055
      Jim Jagielski authored
      core: Fix incorrect substitution of env vars in directives containing multiple env vars.
      
      In ap_resolve_env(), the string returned from getenv() should be copied since
      the returned string may be statically allocated.
      
      This fixes an issue where the value for the last env var is substituted for all
      env vars in a directive containing multiple env vars.
      
      Submitted by: hwibell
      Reviewed by: hwibell, covener, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1848686 13f79535-47bb-0310-9956-ffa450edef68
      71cb5055
    • Jim Jagielski's avatar
      Merge r1830816, r1830836, r1842882, r1842884 from trunk: · 70639d38
      Jim Jagielski authored
      * modules/ssl: Add some missing logno tags.
      
      
      * modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey):
        Simplify code, no functional change.
      
      
      * modules/slotmem/mod_slotmem_shm.c (restore_slotmem): Remove
        redundant assignment (clang warning), the apr_file_eof(fp)=>APR_EOF
        case assigns rv to APR_EOF and then to APR_SUCCESS after already.
      
      
      * modules/mappers/mod_negotiation.c (set_language_quality): Remove
        redundant branch (warning from Coverity).
      
      Submitted by: jorton
      Reviewed by: jailletc36, icing, jorton, jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1848685 13f79535-47bb-0310-9956-ffa450edef68
      70639d38