1. 21 Aug, 2023 7 commits
  2. 19 Aug, 2023 2 commits
  3. 18 Aug, 2023 5 commits
  4. 17 Aug, 2023 2 commits
  5. 16 Aug, 2023 2 commits
    • Liam's avatar
      file_sys: tolerate empty NCA · 775bf8e2
      Liam authored
      775bf8e2
    • 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
  6. 15 Aug, 2023 4 commits
  7. 14 Aug, 2023 12 commits
  8. 13 Aug, 2023 5 commits
  9. 12 Aug, 2023 1 commit