1. 18 Dec, 2016 2 commits
  2. 16 Dec, 2016 7 commits
  3. 15 Dec, 2016 9 commits
  4. 14 Dec, 2016 3 commits
  5. 13 Dec, 2016 7 commits
  6. 12 Dec, 2016 11 commits
  7. 09 Dec, 2016 1 commit
    • William A. Rowe Jr's avatar
      Replace PCRE with PCRE2 where it is available. · b1a3338e
      William A. Rowe Jr authored
      This patch removes the needless assignment of re_erroffset in the conf pool
      by the worker threads; such mistakes break the shared copy-on-write pages of
      memory that should have remained common between all httpd worker processes.
      
      Two de-optimizations are inherent in this patch, the former ovector-on-stack
      opportunity is lost unless implemented as a new general context. Safer that
      we either create a new general context using pool allocation, or recycle a
      per pool or per thread match_data buffer of some arbitrary 10 elts or so.
      
      Submitted by: wrowe, Petr Pisar <ppisar@redhat.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773454 13f79535-47bb-0310-9956-ffa450edef68
      b1a3338e