1. 17 May, 2015 1 commit
    • Rémi Denis-Courmont's avatar
      Use MSG_NOSIGNAL in send()/sendto()/sendmsg() · 8d03dee9
      Rémi Denis-Courmont authored
      This avoids SIGPIPE firing when writing to a remote-closed connection-
      oriented socket (it is useless for datagram sockets or on Windows
      though). SIGPIPE is blocked ins VLC, but not necessarily in LibVLC.
      
      The problem remains for write() on broken pipe and sockets.
      8d03dee9
  2. 16 May, 2015 16 commits
  3. 15 May, 2015 8 commits
  4. 14 May, 2015 1 commit
  5. 13 May, 2015 9 commits
  6. 12 May, 2015 5 commits