1. 26 Aug, 2021 1 commit
  2. 01 Jan, 2021 1 commit
  3. 04 Nov, 2020 1 commit
  4. 18 Jan, 2020 1 commit
  5. 07 Sep, 2019 1 commit
    • Max Kellermann's avatar
      db/update: scan CUE playlist contents · d63e2c26
      Max Kellermann authored
      This commit adds a PlaylistPlugin attribute "as_folder" which for now
      is only enabled in the "CUE" playlist plugin (which handles separate
      "*.cue" files).  If a playlist with this flag set is being scanned
      during database update, it will be parsed and its contents will be
      added to the database.  This allows clients to inspect them like
      directories and its contents will be searchable.
      
      Closes https://github.com/MusicPlayerDaemon/MPD/issues/39
      d63e2c26
  6. 02 Sep, 2019 1 commit
  7. 01 Sep, 2019 2 commits
  8. 11 Jun, 2019 1 commit
  9. 07 May, 2019 1 commit
  10. 31 Oct, 2018 1 commit
  11. 22 Jun, 2018 1 commit
    • Max Kellermann's avatar
      input/Stream: remove attribute "cond", replace with handler interface · d0fbf6db
      Max Kellermann authored
      This adds a bit of overhead, but also adds flexibility to the API,
      because arbitrary triggers may be invoked from that virtual method
      implementation, not just Cond::signal().
      
      The motivation for this is to make the handlers more dynamic, for the
      upcoming buffering class utilizing ProxyInputStream.
      d0fbf6db
  12. 21 Jan, 2018 1 commit
  13. 20 Jan, 2018 2 commits
  14. 03 Jan, 2017 1 commit
  15. 26 Feb, 2016 1 commit
  16. 21 Feb, 2016 1 commit
  17. 17 Mar, 2015 1 commit
  18. 03 Mar, 2015 1 commit
  19. 21 Jan, 2015 1 commit
  20. 01 Jan, 2015 1 commit
  21. 11 May, 2014 1 commit
  22. 23 Jan, 2014 1 commit
  23. 13 Jan, 2014 1 commit
  24. 23 Oct, 2013 1 commit
  25. 17 Oct, 2013 1 commit
  26. 05 Sep, 2013 2 commits
  27. 04 Aug, 2013 1 commit
  28. 30 Jul, 2013 1 commit
  29. 28 Jul, 2013 1 commit
  30. 27 Jan, 2013 2 commits
  31. 16 Sep, 2011 1 commit
    • Max Kellermann's avatar
      input_stream: non-blocking I/O · 754f26a9
      Max Kellermann authored
      Add GMutex, GCond attributes which will be used by callers to
      conditionally wait on the stream.
      
      Remove the (now-useless) plugin method buffer(), wait on GCond
      instead.  Lock the input_stream before each method call.  Do the same
      with the playlist plugins.
      754f26a9
  32. 29 Jan, 2011 1 commit
  33. 01 Jan, 2010 1 commit
  34. 12 Oct, 2009 1 commit