Skip to content
  1. Nov 20, 2002
    • Jeff Trawick's avatar
      Axe some warnings in rotatelogs which came when the program was · d1a86fe1
      Jeff Trawick authored
      converted to use APR.  The behaviors of apr_file_read() and
      apr_file_write() weren't taken completely into account.
      
      But note: In a couple of places the check "nRead < 0" was removed.
                While that is meaningless with APR and hasn't done anything
                useful in a long time, in Apache 1.3 days it was essentially
                a check for read-failed-with-EINTR.  Apparently a rotation
                would occur if the read was interrupted by a signal.  That
                function has been lost with the APR-ization.
      
      PR:              12617
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97570 13f79535-47bb-0310-9956-ffa450edef68
      d1a86fe1
  2. Nov 19, 2002
  3. Nov 18, 2002
  4. Nov 17, 2002
  5. Nov 16, 2002
  6. Nov 15, 2002
  7. Nov 14, 2002