1. 20 Jan, 2018 1 commit
  2. 03 Jan, 2017 1 commit
  3. 01 Mar, 2016 1 commit
  4. 26 Feb, 2016 1 commit
  5. 01 Jan, 2015 1 commit
  6. 02 Oct, 2014 1 commit
  7. 29 Aug, 2014 1 commit
  8. 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
  9. 07 Feb, 2014 3 commits
  10. 30 Jan, 2014 1 commit
  11. 23 Jan, 2014 1 commit
  12. 13 Jan, 2014 1 commit
  13. 23 Oct, 2013 1 commit
  14. 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
  15. 02 Oct, 2013 2 commits
  16. 05 Sep, 2013 1 commit
  17. 08 Apr, 2013 1 commit
  18. 27 Jan, 2013 1 commit
  19. 26 Jan, 2013 2 commits
  20. 21 Jan, 2013 1 commit
  21. 18 Jan, 2013 1 commit
  22. 02 Jan, 2013 2 commits
  23. 27 Sep, 2012 2 commits
  24. 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
  25. 29 Jan, 2011 1 commit
  26. 01 Jun, 2010 1 commit
  27. 08 Feb, 2010 1 commit