1. 15 Sep, 2003 1 commit
  2. 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
  3. 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
  4. 05 Sep, 2003 3 commits
  5. 03 Sep, 2003 1 commit
  6. 31 Aug, 2003 1 commit
  7. 28 Aug, 2003 1 commit
  8. 25 Aug, 2003 2 commits
  9. 21 Aug, 2003 1 commit
  10. 20 Aug, 2003 2 commits
  11. 19 Aug, 2003 4 commits
  12. 15 Aug, 2003 1 commit
  13. 13 Aug, 2003 3 commits
  14. 12 Aug, 2003 2 commits
  15. 07 Aug, 2003 1 commit
  16. 06 Aug, 2003 1 commit
  17. 05 Aug, 2003 1 commit
  18. 31 Jul, 2003 1 commit
  19. 30 Jul, 2003 1 commit
  20. 29 Jul, 2003 2 commits
  21. 28 Jul, 2003 3 commits
  22. 23 Jul, 2003 2 commits
  23. 22 Jul, 2003 1 commit
  24. 21 Jul, 2003 2 commits
    • 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
    • Joe Orton's avatar
      Prevent segfaults after SSL renegotiation failures. · 006872c6
      Joe Orton authored
      * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Set aborted flag
      after renegotiation failure.
      
      * modules/ssl/ssl_engine_io.c (ssl_filter_write, ssl_io_filter_output):
      Don't dereference BIOs in filter_ctx when filter_ctx->pssl is NULL.
      (ssl_filter_io_shutdown): Set aborted flag on abortive shutdown.
      
      PR: 21370
      Submitted by: Hartmut Keil <Hartmut.Keil@adnovum.ch>
      Cleaned up by: Jeff Trawick, Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100720 13f79535-47bb-0310-9956-ffa450edef68
      006872c6