1. 08 Nov, 2011 1 commit
  2. 07 Nov, 2011 2 commits
  3. 05 Nov, 2011 1 commit
  4. 04 Nov, 2011 3 commits
  5. 29 Oct, 2011 2 commits
  6. 27 Oct, 2011 1 commit
  7. 26 Oct, 2011 1 commit
  8. 25 Oct, 2011 2 commits
  9. 23 Oct, 2011 2 commits
  10. 22 Oct, 2011 1 commit
  11. 18 Oct, 2011 1 commit
  12. 10 Oct, 2011 2 commits
  13. 09 Oct, 2011 5 commits
  14. 08 Oct, 2011 3 commits
  15. 03 Oct, 2011 1 commit
  16. 01 Oct, 2011 1 commit
  17. 28 Sep, 2011 1 commit
  18. 26 Sep, 2011 1 commit
    • Stefan Fritsch's avatar
      Make mod_substitute more efficient: · e38adfbe
      Stefan Fritsch authored
      - Use varbuf resizable buffer instead of constantly allocating pool
        memory and copying data around. This changes the memory requirement from
        quadratic in ((number of substitutions in line) * (length of line)) to
        linear in (length of line).
      - Instead of copying buckets just to append a \0, use new ap_regexec_len()
        function
      
      PR: 50559
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1176019 13f79535-47bb-0310-9956-ffa450edef68
      e38adfbe
  19. 25 Sep, 2011 1 commit
  20. 19 Sep, 2011 1 commit
  21. 17 Sep, 2011 2 commits
  22. 15 Sep, 2011 2 commits
  23. 12 Sep, 2011 1 commit
  24. 09 Sep, 2011 2 commits