1. 22 Sep, 2000 1 commit
    • 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. 21 Sep, 2000 4 commits
  3. 20 Sep, 2000 10 commits
  4. 19 Sep, 2000 7 commits
  5. 18 Sep, 2000 4 commits
  6. 17 Sep, 2000 3 commits
  7. 15 Sep, 2000 7 commits
  8. 14 Sep, 2000 4 commits