1. 26 Sep, 2002 1 commit
  2. 25 Sep, 2002 1 commit
  3. 20 Sep, 2002 1 commit
  4. 19 Sep, 2002 3 commits
  5. 17 Sep, 2002 2 commits
  6. 16 Sep, 2002 1 commit
  7. 15 Sep, 2002 2 commits
  8. 14 Sep, 2002 2 commits
  9. 12 Sep, 2002 3 commits
  10. 10 Sep, 2002 3 commits
  11. 09 Sep, 2002 1 commit
  12. 06 Sep, 2002 3 commits
  13. 05 Sep, 2002 1 commit
  14. 04 Sep, 2002 1 commit
    • Brian Pane's avatar
      Added optional support for caching streamed responses in mod_cache. · 6f34fa90
      Brian Pane authored
      Notes:
        * I've created a new config directive CacheMaxStreamingBuffer,
          to set the maximum amount of data that mod_cache will buffer
          per request if it hasn't yet seen an EOS.  The default is
          zero, which preserves the original behavior: cache only if
          the response has a known content-length or all the content
          is available in the first brigade passed to the CACHE_IN filter.
        * A big block of code in cache_in_filter() got wrapped in an
          if-statement in this change.  To make the diff more readable,
          I'm committing without indentation changes; a second commit
          will include (only) the indentation update.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96631 13f79535-47bb-0310-9956-ffa450edef68
      6f34fa90
  15. 03 Sep, 2002 2 commits
  16. 01 Sep, 2002 2 commits
  17. 30 Aug, 2002 2 commits
  18. 29 Aug, 2002 2 commits
  19. 28 Aug, 2002 3 commits
  20. 27 Aug, 2002 1 commit
    • Paul J. Reder's avatar
      · e9c725f5
      Paul J. Reder authored
      Remove CacheOn config directive since it is set but never checked.
      No sense wasting cycles on unused code. Besides, the only truly
      bug free code is deleted code. :)   [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96548 13f79535-47bb-0310-9956-ffa450edef68
      e9c725f5
  21. 26 Aug, 2002 3 commits