1. 05 May, 2020 3 commits
    • Max Kellermann's avatar
      input/uring: new input plugin using io_uring · dae8da70
      Max Kellermann authored
      This is the final piece of the series to establish io_uring support on
      Linux.
      
      MPD doesn't need io_uring for its efficient bulk I/O support, but to
      allow file I/O to be cancelled.  This is a big problem on CIFS/NFS
      mounts where processes sleep uninterruptable if the file server
      disappears, deadlocking MPD.
      
      With io_uring, a flaky NFS connection allows MPD to continue to work
      (even though there are still deadlocks inside MPD which need to be
      addressed).
      
      This plugin does not yet use cancellable `open()` using
      `IORING_OP_OPENAT`.  This will be implemented later.
      
      Lots of other optimization opportunities for io_uring are still
      missing as well - for example the database update could benefit a lot,
      but unfortunately, io_uring doesn't have `readdir()` support just yet.
      dae8da70
    • Max Kellermann's avatar
      e0edf0b2
    • Max Kellermann's avatar
      */plugins/meson.build: define feature macros in Features.h · 8f178401
      Max Kellermann authored
      This makes ccache more efficient when recompiling with different
      plugins.
      8f178401
  2. 02 Apr, 2020 1 commit
  3. 27 Mar, 2020 1 commit
  4. 16 Mar, 2020 1 commit
  5. 17 Feb, 2020 1 commit
  6. 04 Feb, 2020 1 commit
  7. 02 Feb, 2020 2 commits
  8. 18 Jan, 2020 1 commit
  9. 03 Aug, 2019 1 commit
  10. 05 Jul, 2019 1 commit
  11. 17 Jun, 2019 1 commit
  12. 18 Apr, 2019 1 commit
  13. 31 Oct, 2018 1 commit
  14. 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
  15. 19 Aug, 2018 1 commit
  16. 17 Jul, 2018 2 commits
  17. 16 Jul, 2018 1 commit
  18. 02 Jun, 2018 2 commits
  19. 04 Mar, 2018 1 commit
  20. 20 Jan, 2018 1 commit
  21. 17 Jan, 2018 4 commits
  22. 16 Jan, 2018 2 commits
  23. 12 Dec, 2017 1 commit
  24. 17 Jan, 2017 1 commit
  25. 16 Jan, 2017 1 commit
  26. 03 Jan, 2017 1 commit
  27. 02 Nov, 2016 1 commit
  28. 12 Apr, 2016 1 commit
  29. 26 Feb, 2016 1 commit
  30. 18 Dec, 2015 1 commit
  31. 26 Jun, 2015 1 commit