Skip to content
  1. Nov 14, 2002
    • Cliff Woolley's avatar
      Fix a memory leak in mod_deflate with dynamic content. Because the · 899ffeb5
      Cliff Woolley authored
      brigade was being destroyed (ie, cleanup unregistered) rather than just
      emptied out and then reused anyway, the last call down the filter stack
      would leak buckets.
      
      PR: 14321
      Submitted by:	Ken Franken <kfranken@decisionmark.com>
      Reviewed by:	Jeff Trawick, Cliff Woolley
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97526 13f79535-47bb-0310-9956-ffa450edef68
      899ffeb5
    • Jeff Trawick's avatar
      Add --[enable|disable]-v4-mapped configure option to control · 647f8a18
      Jeff Trawick authored
      whether or not Apache expects to handle IPv4 connections
      on IPv6 listening sockets.  Either setting will work on
      systems with the IPV6_V6ONLY socket option.  --enable-v4-mapped
      must be used on systems that always allow IPv4 connections on
      IPv6 listening sockets.
      
      Note: As the ssl config file is not automatically generated and
            it is expected to require editing anyway to work, the only
            change there was to suggest the required Listen statements
            in a comment.
      
      PR:   PR 14037 (Bugzilla), PR 7492 (Gnats), various dups of these PRs
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97516 13f79535-47bb-0310-9956-ffa450edef68
      647f8a18
    • 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