1. 24 Feb, 2017 1 commit
  2. 03 Jan, 2017 1 commit
  3. 01 Mar, 2016 1 commit
  4. 26 Feb, 2016 1 commit
  5. 07 Feb, 2016 1 commit
  6. 12 Aug, 2015 1 commit
  7. 01 Jan, 2015 1 commit
  8. 09 Dec, 2014 1 commit
  9. 07 Feb, 2014 2 commits
  10. 03 Feb, 2014 1 commit
  11. 24 Jan, 2014 1 commit
  12. 23 Jan, 2014 1 commit
  13. 20 Jan, 2014 1 commit
  14. 13 Jan, 2014 1 commit
  15. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  16. 04 Dec, 2013 1 commit
  17. 28 Nov, 2013 1 commit
  18. 28 Oct, 2013 1 commit
  19. 23 Oct, 2013 1 commit
  20. 21 Oct, 2013 1 commit
  21. 20 Oct, 2013 1 commit
  22. 19 Oct, 2013 1 commit
  23. 17 Oct, 2013 2 commits
  24. 02 Oct, 2013 1 commit
  25. 05 Sep, 2013 1 commit
  26. 04 Sep, 2013 1 commit
  27. 03 Sep, 2013 1 commit
  28. 28 Jul, 2013 1 commit
  29. 27 Jan, 2013 2 commits
  30. 07 Jan, 2013 2 commits
  31. 04 Jan, 2013 1 commit
  32. 02 Jan, 2013 1 commit
  33. 15 Aug, 2012 1 commit
  34. 09 Feb, 2012 1 commit
  35. 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
  36. 11 Sep, 2011 1 commit