1. 01 Jan, 2021 1 commit
  2. 18 Jan, 2020 1 commit
  3. 17 Jun, 2019 1 commit
  4. 07 May, 2019 1 commit
  5. 31 Oct, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 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
  8. 20 Jan, 2018 1 commit
  9. 03 Jan, 2017 1 commit
  10. 26 Feb, 2016 1 commit
  11. 17 Mar, 2015 1 commit
  12. 31 Jan, 2015 1 commit
  13. 01 Jan, 2015 1 commit
  14. 02 Oct, 2014 1 commit
  15. 07 Feb, 2014 2 commits
  16. 23 Jan, 2014 1 commit
  17. 13 Jan, 2014 1 commit
  18. 23 Oct, 2013 1 commit
  19. 17 Oct, 2013 1 commit
  20. 05 Sep, 2013 1 commit
  21. 27 Jan, 2013 1 commit
  22. 02 Jan, 2013 1 commit
  23. 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
  24. 29 Jan, 2011 1 commit
  25. 25 Jun, 2010 1 commit
  26. 01 Jun, 2010 1 commit
  27. 08 Feb, 2010 1 commit
  28. 01 Jan, 2010 1 commit
  29. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  30. 22 Feb, 2009 1 commit
  31. 10 Feb, 2009 1 commit
  32. 29 Jan, 2009 1 commit
    • Max Kellermann's avatar
      added support for the MMS protocol · caa4d28f
      Max Kellermann authored
      This patch implements the MMS protocol, by using libmms.  It is quite
      experimental: it does not support seeking yet, and it is currently
      using synchronous I/O, which causes MPD to hang while waiting for the
      server.
      caa4d28f
  33. 07 Jan, 2009 2 commits
  34. 03 Jan, 2009 1 commit
  35. 30 Dec, 2008 2 commits
  36. 27 Dec, 2008 2 commits