1. 21 Sep, 2011 1 commit
    • Dan McGee's avatar
      Simplify setsockopt() casting workaround · 81768801
      Dan McGee authored
      On Win32, the third setsockopt parameter has type (char *) while on POSIX
      systems it is (void *). However, given that it is a no-op cast to go from a
      char pointer to a void pointer, we can cast to a char pointer (with a
      possible const modifier) on all platforms and satisfy the compiler.
      Signed-off-by: 's avatarDan McGee <dan@archlinux.org>
      81768801
  2. 20 Sep, 2011 13 commits
  3. 19 Sep, 2011 5 commits
  4. 18 Sep, 2011 3 commits
  5. 17 Sep, 2011 13 commits
  6. 16 Sep, 2011 5 commits