1. 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
  2. 20 Jan, 2018 1 commit
  3. 03 Jan, 2017 1 commit
  4. 01 Mar, 2016 1 commit
  5. 26 Feb, 2016 1 commit
  6. 01 Jan, 2015 1 commit
  7. 02 Oct, 2014 1 commit
  8. 29 Aug, 2014 1 commit
  9. 10 May, 2014 1 commit
    • Max Kellermann's avatar
      PlaylistMapper: use map_spl_utf8_to_fs() · fc1664d9
      Max Kellermann authored
      Eliminates some overhead and some duplicate code, and fixes a serious
      bug: the old code did not append the ".m3u" suffix, and thus the
      "load" command was completely broken for stored playlists.  D'oh!
      fc1664d9
  10. 07 Feb, 2014 3 commits
  11. 30 Jan, 2014 1 commit
  12. 23 Jan, 2014 1 commit
  13. 13 Jan, 2014 1 commit
  14. 23 Oct, 2013 1 commit
  15. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  16. 02 Oct, 2013 2 commits
  17. 05 Sep, 2013 1 commit
  18. 08 Apr, 2013 1 commit
  19. 27 Jan, 2013 1 commit
  20. 26 Jan, 2013 2 commits
  21. 21 Jan, 2013 1 commit
  22. 18 Jan, 2013 1 commit
  23. 02 Jan, 2013 2 commits
  24. 27 Sep, 2012 2 commits
  25. 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
  26. 29 Jan, 2011 1 commit
  27. 01 Jun, 2010 1 commit
  28. 08 Feb, 2010 1 commit