1. 16 Sep, 2003 1 commit
  2. 15 Sep, 2003 1 commit
  3. 12 Sep, 2003 1 commit
    • Paul J. Reder's avatar
      · 1cc25263
      Paul J. Reder authored
       This fixes the cache code so that responses can be cached if they have
       an Expires header but no Etag or Last-Modified headers. PR 23130.
       Submitted by: <bjorn@exoweb.net>
       Reviewed by: Paul J. Reder
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101231 13f79535-47bb-0310-9956-ffa450edef68
      1cc25263
  4. 11 Sep, 2003 2 commits
    • Paul J. Reder's avatar
      · 21c59ded
      Paul J. Reder authored
      Fix a couple of AIX xlc_r compiler issues in the cache code I previously
      committed. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101221 13f79535-47bb-0310-9956-ffa450edef68
      21c59ded
    • Paul J. Reder's avatar
      · 5e0fe314
      Paul J. Reder authored
        Modified the cache code to be header-location agnostic. Also
        fixed a number of other cache code bugs related to PR 15852.
        Includes a patch submitted by Sushma Rai <rsushma@novell.com>.
        This fixes mod_mem_cache but not mod_disk_cache yet so I'm not
        closing the PR since that is what they are using. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101218 13f79535-47bb-0310-9956-ffa450edef68
      5e0fe314
  5. 05 Sep, 2003 3 commits
  6. 03 Sep, 2003 1 commit
  7. 31 Aug, 2003 1 commit
  8. 28 Aug, 2003 1 commit
  9. 25 Aug, 2003 2 commits
  10. 21 Aug, 2003 1 commit
  11. 20 Aug, 2003 2 commits
  12. 19 Aug, 2003 4 commits
  13. 15 Aug, 2003 1 commit
  14. 13 Aug, 2003 3 commits
  15. 12 Aug, 2003 2 commits
  16. 07 Aug, 2003 1 commit
  17. 06 Aug, 2003 1 commit
  18. 05 Aug, 2003 1 commit
  19. 31 Jul, 2003 1 commit
  20. 30 Jul, 2003 1 commit
  21. 29 Jul, 2003 2 commits
  22. 28 Jul, 2003 3 commits
  23. 23 Jul, 2003 2 commits
  24. 22 Jul, 2003 1 commit
  25. 21 Jul, 2003 1 commit
    • Cliff Woolley's avatar
      Fixed a trio of mod include bugs. The first two were · c1f1d9b8
      Cliff Woolley authored
      reported and investigated by Ron Park on dev@httpd in msgid
      <161E04AB9955D54E826FD86360578554D27087@169.32.17.10.nat.cnet.com>;
      the third was reported by Kevin Varley in PR 21095.
      
      Bug 1:  An incorrect parameter to bndm() was causing start sequences
              that spanned buckets to drop characters.
      Bug 2:  Failed conditional text spanning brigades would cause portions
              of the text that should have been removed to be present anyway.
      Bug 3:  Dropped characters when the end sequence spanned an
              8000-byte boundary with MMAP off.
      
      PR: 21095
      Submitted by:	Ron Park <ronald.park@cnet.com>, Andr� Malo, Cliff Woolley
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100728 13f79535-47bb-0310-9956-ffa450edef68
      c1f1d9b8