Skip to content
  1. Nov 14, 2002
    • Paul J. Reder's avatar
      · 18eb35a0
      Paul J. Reder authored
      This fixes a problem where the underlying cache code
      indicated that there was one more element on the cache
      than there actually was. This happened since element 0
      exists but is not used. This code allocates the correct
      number of useable elements and reports the number of
      actually used elements. The previous code only allowed
      MCacheMaxObjectCount-1 objects to be stored in the
      cache. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97510 13f79535-47bb-0310-9956-ffa450edef68
      18eb35a0
  2. Nov 12, 2002
  3. Nov 11, 2002
  4. Nov 10, 2002
  5. Nov 09, 2002
  6. Nov 08, 2002
  7. Nov 07, 2002
  8. Nov 06, 2002
  9. Nov 01, 2002
  10. Oct 31, 2002
  11. Oct 30, 2002
  12. Oct 29, 2002
    • William A. Rowe Jr's avatar
      · b1375767
      William A. Rowe Jr authored
        Fix memory leak in mod_ssl from internal SSL library allocations
        within SSL_get_peer_certificate and X509_get_pubkey.
      
      Submitted by:	Zvi Har'El <rl@math.technion.ac.il>
      Reviewed by:	Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97344 13f79535-47bb-0310-9956-ffa450edef68
      b1375767
  13. Oct 25, 2002
  14. Oct 24, 2002
    • Paul J. Reder's avatar
      · 8b313209
      Paul J. Reder authored
      Change the CacheRoot processing to check for a required
      value at config time. This saves a lot of wasted processing
      if the mod_disk_cache module is loaded but no CacheRoot
      was provided. This fix also adds code to log an error
      and avoid useless pallocs and procesing when the computed
      cache file name cannot be opened. This also updates the
      docs accordingly.  [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97290 13f79535-47bb-0310-9956-ffa450edef68
      8b313209
  15. Oct 16, 2002
  16. Oct 15, 2002
  17. Oct 14, 2002
  18. Oct 09, 2002
  19. Oct 07, 2002
  20. Oct 04, 2002
  21. Oct 03, 2002
  22. Oct 02, 2002
  23. Oct 01, 2002
  24. Sep 30, 2002
  25. Sep 28, 2002