Skip to content
  1. Jul 04, 2008
  2. Jun 29, 2008
  3. Jun 20, 2008
  4. Jun 10, 2008
  5. Jun 09, 2008
  6. Jun 08, 2008
    • Jeff Trawick's avatar
      core: Fix address-in-use startup failure on some platforms caused · d8e8965d
      Jeff Trawick authored
      by attempting to set up an IPv4 listener which overlaps with an 
      existing IPv6 listener.
      
      The failure occurred on the second pass of the open-logs hook in
      a configuration such as the following:
      
        Listen 8080
        Listen 0.0.0.0:8081
        Listen [::]:8081
      
      During the first pass, the two port 8081 listen recs were 
      adjacent and existing logic prevented binding to 0.0.0.0:8081.
      On the second pass, they were not adjacent and we then tried
      to bind to 0.0.0.0:8081, leading to failure on some platforms
      (seen on SLES 9 and Ubuntu 7.10, not seen on many other Unix-ish
      platforms).
      
      Leave a note about other unhandled configurations.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664535 13f79535-47bb-0310-9956-ffa450edef68
      d8e8965d
  7. Jun 05, 2008
  8. Jun 02, 2008
  9. May 30, 2008
  10. May 29, 2008
  11. May 27, 2008
  12. May 22, 2008
  13. May 20, 2008
  14. May 19, 2008
  15. May 17, 2008
  16. May 13, 2008
  17. May 12, 2008
  18. May 11, 2008
    • Roy T. Fielding's avatar
      Overhaul ab.c stats collection and reporting to avoid integer · 790813b4
      Roy T. Fielding authored
      truncation and time divisions within the test loop, retain
      native time resolution until output, remove unused data,
      avoid structure copies, consistently round milliseconds, and
      generally avoid losing accuracy of calculation due to type casts.
      
      Incidentally fixes output bug on gnuplot (seconds were being
      output as microseconds).  It would make more sense to output
      gnuplot stats as microseconds after the start of test, but
      this change returns us to consistency with pre-apr versions of ab.
      
      PR: 44878, 44931.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655214 13f79535-47bb-0310-9956-ffa450edef68
      790813b4
  19. May 10, 2008
  20. May 09, 2008