1. 23 Apr, 2020 3 commits
  2. 02 Apr, 2020 1 commit
  3. 26 Mar, 2020 1 commit
  4. 23 Dec, 2019 1 commit
  5. 22 Dec, 2019 5 commits
  6. 20 Dec, 2019 1 commit
  7. 18 Dec, 2019 2 commits
  8. 04 Apr, 2019 2 commits
  9. 20 Mar, 2019 3 commits
  10. 25 Feb, 2019 1 commit
  11. 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
  12. 09 Dec, 2018 1 commit
  13. 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
  14. 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
  15. 11 Nov, 2018 1 commit
  16. 31 Oct, 2018 1 commit
  17. 30 Oct, 2018 10 commits
  18. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  19. 22 Aug, 2018 1 commit
  20. 21 Aug, 2018 1 commit
  21. 20 Aug, 2018 1 commit