1. 01 Feb, 2020 1 commit
  2. 18 Jan, 2020 2 commits
  3. 23 Dec, 2019 1 commit
  4. 22 Dec, 2019 5 commits
  5. 20 Dec, 2019 1 commit
  6. 18 Dec, 2019 2 commits
  7. 03 Aug, 2019 1 commit
  8. 05 Jul, 2019 1 commit
  9. 17 Jun, 2019 1 commit
  10. 29 May, 2019 1 commit
  11. 23 May, 2019 1 commit
  12. 07 May, 2019 1 commit
  13. 26 Apr, 2019 1 commit
  14. 25 Apr, 2019 3 commits
  15. 04 Apr, 2019 4 commits
  16. 03 Apr, 2019 1 commit
  17. 20 Mar, 2019 3 commits
  18. 25 Feb, 2019 1 commit
  19. 05 Feb, 2019 1 commit
    • Max Kellermann's avatar
      event/Loop: add flag `alive` · 6c674089
      Max Kellermann authored
      This replaces the old `dead` flag which was unreliable; it was `false`
      if the EventThread was not yet started, which could cause deadlocks in
      BlockingCall().
      6c674089
  20. 09 Dec, 2018 1 commit
  21. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  22. 14 Nov, 2018 1 commit
    • Max Kellermann's avatar
      event/Thread: reduce the RTIO timer slack to 10us · a8bf8ede
      Max Kellermann authored
      MPD's default is 100ms, which is too long for the real-time I/O
      thread.  The OutputThread has 100us, but the real-time I/O thread
      might have tighter deadlines.
      
      This change has currently no effect (I believe), because nobody uses
      timers on the RTIO thread.
      a8bf8ede
  23. 11 Nov, 2018 1 commit
  24. 31 Oct, 2018 1 commit
  25. 30 Oct, 2018 3 commits