Skip to content
  1. Aug 13, 2021
    • yzct12345's avatar
      threadsafe_queue: Fix deadlock · 0ba521e6
      yzct12345 authored
      This fixes a lost wakeup in SPSCQueue. If the reader is in just the right position, the writer's notification will be lost and this will be a problem if the writer then does something to wait on the reader.
      
      This was discovered to affect my upcoming stacktrace PR. I don't think any performance decrease will be noticeable because an uncontended mutex is smart enough to skip the syscall. This PR might also resolve some rare deadlocks but I don't know of any examples.
      0ba521e6
    • bunnei's avatar
      Merge pull request #6862 from german77/badsdl · 71d8d84b
      bunnei authored
      input_common: Disable sdl raw input mode
      71d8d84b
  2. Aug 12, 2021
  3. Aug 11, 2021
  4. Aug 10, 2021
  5. Aug 09, 2021
  6. Aug 08, 2021
  7. Aug 07, 2021
Loading