1. 29 Sep, 2010 1 commit
  2. 28 Sep, 2010 1 commit
  3. 27 Sep, 2010 2 commits
  4. 25 Sep, 2010 2 commits
  5. 24 Sep, 2010 1 commit
  6. 23 Sep, 2010 3 commits
  7. 21 Sep, 2010 2 commits
  8. 19 Sep, 2010 4 commits
  9. 16 Sep, 2010 1 commit
    • Graham Leggett's avatar
      mod_cache: Add a discrete commit_entity() provider function within the · 4fff6fbd
      Graham Leggett authored
      mod_cache provider interface which is called to indicate to the
      provider that caching is complete, giving the provider the opportunity
      to commit temporary files permanently to the cache in an atomic
      fashion. Move all "rename" functionality of temporary files to permanent
      files within mod_disk_cache from ad hoc locations in the code to the
      commit_entity() function. Instead of reusing the same variables for
      temporary file handling in mod_disk_cache, introduce separate discrete
      structures for each of the three cache file types, the headers file,
      vary file and data file, so that the atomic rename of all three file
      types within commit_entity() becomes possible. Replace the inconsistent
      use of error cleanups with a formal set of pool cleanups attached to
      a subpool, which is destroyed on error.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@997545 13f79535-47bb-0310-9956-ffa450edef68
      4fff6fbd
  10. 12 Sep, 2010 1 commit
    • Graham Leggett's avatar
      mod_cache: Change the signature of the store_body() provider function · 4470d41d
      Graham Leggett authored
      within the mod_cache provider interface to support an "in" brigade
      and an "out" brigade instead of just a single input brigade. This
      gives a cache provider the option to consume only part of the brigade
      passed to it, rather than the whole brigade as was required before.
      This fixes an out of memory and a request timeout condition that would
      occur when the original document was a large file. Update the
      mod_disk_cache provider implementation to take into account the new API.
      Introduce CacheReadSize and CacheReadTime directives to mod_disk_cache
      to control the amount of data to attempt to cache before sending the
      data on to the client in the "out" brigade.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@996395 13f79535-47bb-0310-9956-ffa450edef68
      4470d41d
  11. 06 Sep, 2010 1 commit
  12. 05 Sep, 2010 1 commit
  13. 04 Sep, 2010 5 commits
  14. 30 Aug, 2010 2 commits
  15. 27 Aug, 2010 1 commit
  16. 25 Aug, 2010 1 commit
  17. 24 Aug, 2010 1 commit
  18. 22 Aug, 2010 1 commit
  19. 21 Aug, 2010 1 commit
  20. 20 Aug, 2010 3 commits
  21. 19 Aug, 2010 1 commit
  22. 18 Aug, 2010 2 commits
  23. 16 Aug, 2010 1 commit
  24. 25 Jul, 2010 1 commit