Skip to content
  1. Sep 16, 2003
  2. Sep 15, 2003
  3. Sep 12, 2003
    • 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. Sep 11, 2003
    • 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. Sep 05, 2003
  6. Sep 03, 2003
  7. Aug 31, 2003
  8. Aug 28, 2003
  9. Aug 25, 2003
  10. Aug 21, 2003
  11. Aug 20, 2003
  12. Aug 19, 2003
  13. Aug 15, 2003
  14. Aug 13, 2003
  15. Aug 12, 2003
  16. Aug 07, 2003
  17. Aug 06, 2003
  18. Aug 05, 2003
  19. Jul 31, 2003
  20. Jul 30, 2003
  21. Jul 29, 2003
  22. Jul 28, 2003
  23. Jul 23, 2003
  24. Jul 22, 2003
  25. Jul 21, 2003
    • 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