Skip to content
  1. Aug 18, 2023
  2. Aug 17, 2023
  3. Aug 16, 2023
    • comex's avatar
      Improve behavior when sending to closed connection · 755bcc45
      comex authored
      - On Unix, this would previously kill the Yuzu process with SIGPIPE.
        Send MSG_NOSIGNAL to opt out of this.
      
      - Add support for the proper error code in this situation, EPIPE.
      
      - Windows has nonstandard behavior in this situation; translate it to
        the standard behavior.  Kind of pointless, but isn't it nice to be
        correct?
      755bcc45
  4. Aug 15, 2023
  5. Aug 14, 2023
  6. Aug 13, 2023
  7. Aug 12, 2023
  8. Aug 11, 2023
  9. Aug 10, 2023
  10. Aug 08, 2023
Loading