Skip to content
  1. Sep 22, 2000
    • Jeff Trawick's avatar
      Provide a socklen_t to the user of APR as a portability aid. Some · 6c9dd9a6
      Jeff Trawick authored
      systems have unsigned sockaddr len parameters; others have signed.
      When passing the length by address (as to accept()) a warning is
      generated if the sign is not correct.
      
      This patch assumes that, if no native socklen_t is provided,
      apr_socklen_t is always signed; that can be easily tweaked for
      certain platforms later.
      
      Inside APR, apr_socklen_t is only used currently in the Unix
      implementation.
      Submitted by:	Victor J. Orlikowski <v.j.orlikowski@gte.net>
      Reviewed by:	Jeff Trawick
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86282 13f79535-47bb-0310-9956-ffa450edef68
      6c9dd9a6
  2. Sep 21, 2000
  3. Sep 20, 2000
  4. Sep 19, 2000
  5. Sep 18, 2000
  6. Sep 17, 2000
  7. Sep 15, 2000
  8. Sep 14, 2000